[
http://jira.amdatu.org/jira/browse/AMDATU-196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=10416#comment-10416
]
Ivo Ladage - van Doorn commented on AMDATU-196:
-----------------------------------------------
I tried this before, but it seems that Eclipse is (at least not always) not
listening to this setting but overrules it when importing the project in
Eclipse. Nothing wrong with this patch though.
> 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
> Fix For: 0.0.6
>
>
> 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