Attualmente nel plugin maven-resources c'è un bug che il file .gitignore non viene copiato nell'archetype JAR. Vedi questo bug report. Il file gitignore non viene copiato nell'archetipo JAR - Soluzioni alternative?
Domanda breve e semplice: esistono soluzioni per ottenere il file nell'archetipo?
Edit: impostando la versione Maven-risorse-plugin per 2.6 non risolve il mio problema (come menzionato here)
<build>
<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>2.6</version>
</plugin>
</plugins>
</pluginManagement>
</build>
possibile duplicato del [plug-archetipo Maven doesn 'let let .resources in archetype-resources through] (http://stackoverflow.com/questions/7981060/maven-archetype-plugin-doesnt-let-resources-in-archetype-resources-through) –
Hai esaminato queste opzioni : http://stackoverflow.com/questions/7981060/maven-archetype-plugin-doesnt-let-resources-in-archetype-resources-through? –
Sì sembra lo stesso problema, ma non ha aiutato – Charmin