You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Herve Boutemy (JIRA)" <ji...@codehaus.org> on 2011/08/30 19:01:34 UTC

[jira] Updated: (ARCHETYPE-346) Directory name of root generated module

     [ https://jira.codehaus.org/browse/ARCHETYPE-346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Herve Boutemy updated ARCHETYPE-346:
------------------------------------

    Description: 
It seems that the root directory name have to be the ${artifactId}.
I propose an addition in archetype-metadata.xml.

<archetype-descriptor targetDirName="prefixINeed_${artifactId}">
</archetype-descriptor>

So we can also remove the ${artifactId} in the name of root directory.

  was:
It seems that the root directory name have to be the ${artifactId}.
I propose an addition in archetype-metadata.xml.

{code}
<archetype-descriptor targetDirName="prefixINeed_${artifactId}">

</archetype-descriptor>
{code}

So we can also remove the ${artifactId} in the name of root directory.


> Directory name of root generated module
> ---------------------------------------
>
>                 Key: ARCHETYPE-346
>                 URL: https://jira.codehaus.org/browse/ARCHETYPE-346
>             Project: Maven Archetype
>          Issue Type: Improvement
>          Components: Generator
>    Affects Versions: 2.1
>            Reporter: Gael Lalire
>
> It seems that the root directory name have to be the ${artifactId}.
> I propose an addition in archetype-metadata.xml.
> <archetype-descriptor targetDirName="prefixINeed_${artifactId}">
> </archetype-descriptor>
> So we can also remove the ${artifactId} in the name of root directory.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira