[regression] projectNameTemplate is not used in moltimodule <projects> in 
.project
----------------------------------------------------------------------------------

                 Key: MECLIPSE-609
                 URL: http://jira.codehaus.org/browse/MECLIPSE-609
             Project: Maven 2.x Eclipse Plugin
          Issue Type: Bug
    Affects Versions: 2.6
            Reporter: Oleksandr Maksymchuk


To reproduce run:
mvn eclipse:eclipse -Declipse.projectNameTemplate=release-[artifactId]

You will get in .project
<projectDescription>
  <name>release-app</name>
  <projects>
    <project>app-core</project>

but expected last line:
    <project>release-app-core</project>

Other prefix defining options also affected e.g.:
addGroupIdToProjectName
addVersionToProjectName

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to