Does anybody know how can I make resources like .gitignore be part of the resulting project ?
- create archetype with archetype-resources/.gitignore
- mvn install
- mvn archatype:generate
- resulting project doesn't contain .gitignore
PS. I'm sure it isn't there.