Provide nice default projectTemplate for maven eclipse plugin
-------------------------------------------------------------
Key: AMDATU-196
URL: http://jira.amdatu.org/jira/browse/AMDATU-196
Project: Amdatu
Issue Type: Improvement
Components: Maven setup
Reporter: Bram de Kruijff
Assignee: Ivo Ladage - van Doorn
By default the eclipse plugin generate eclipse projects with the artifactId as
the project name. This does not work well with our naming conventions as it
results in multiple projects with the same uninformative name. Adding a proper
default will make life easier. This snippet would do that:
<plugin>
<artifactId>maven-eclipse-plugin</artifactId>
<configuration>
<projectNameTemplate>[groupId].[artifactId]</projectNameTemplate>
</configuration>
</plugin>
See for details and more options
http://maven.apache.org/plugins/maven-eclipse-plugin/eclipse-mojo.html
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira