You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Oleksandr Maksymchuk (JIRA)" <ji...@codehaus.org> on 2009/10/16 06:46:26 UTC

[jira] Closed: (MECLIPSE-609) [regression] projectNameTemplate is not used in moltimodule in .project

     [ http://jira.codehaus.org/browse/MECLIPSE-609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Oleksandr Maksymchuk closed MECLIPSE-609.
-----------------------------------------

    Resolution: Duplicate

> [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