You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "nicolas de loof (JIRA)" <ji...@codehaus.org> on 2008/10/07 11:04:09 UTC

[jira] Created: (ARCHETYPE-207) package with artifactId isn't replaced by archetype:generate

package with artifactId isn't replaced by archetype:generate
------------------------------------------------------------

                 Key: ARCHETYPE-207
                 URL: http://jira.codehaus.org/browse/ARCHETYPE-207
             Project: Maven Archetype
          Issue Type: Bug
    Affects Versions: 2.0-alpha-4
            Reporter: nicolas de loof
            Priority: Minor


On a multimodule project (https://platina.svn.sourceforge.net/svnroot/platina/platina-archetype/trunk), each module use as convention groupid + artifactid + module as package.

When used to create an archetype and the generate a new project, the generated project still have the orinigal ("archetype") name as package, not the expected new project artifactId. 

sample : 
original : com.capgemini.archetype.domain   (project artifactId is "archetype")
actual  : {groupid}.archetype.domain
expected : {groupid}.{artifactId}.domain

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

        

[jira] Updated: (ARCHETYPE-207) package with artifactId isn't replaced by archetype:generate

Posted by "Raphaël Piéroni (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/ARCHETYPE-207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Raphaël Piéroni updated ARCHETYPE-207:
--------------------------------------

    Fix Version/s:     (was: 2.0-alpha-5)

> package with artifactId isn't replaced by archetype:generate
> ------------------------------------------------------------
>
>                 Key: ARCHETYPE-207
>                 URL: http://jira.codehaus.org/browse/ARCHETYPE-207
>             Project: Maven Archetype
>          Issue Type: Bug
>    Affects Versions: 2.0-alpha-4
>            Reporter: nicolas de loof
>            Priority: Minor
>
> On a multimodule project (https://platina.svn.sourceforge.net/svnroot/platina/platina-archetype/trunk), each module use as convention groupid + artifactid + module as package.
> When used to create an archetype and the generate a new project, the generated project still have the orinigal ("archetype") name as package, not the expected new project artifactId. 
> sample : 
> original : com.capgemini.archetype.domain   (project artifactId is "archetype")
> actual  : {groupid}.archetype.domain
> expected : {groupid}.{artifactId}.domain

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

       

[jira] Commented: (ARCHETYPE-207) package with artifactId isn't replaced by archetype:generate

Posted by "Raphaël Piéroni (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/ARCHETYPE-207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=150514#action_150514 ] 

Raphaël Piéroni commented on ARCHETYPE-207:
-------------------------------------------

this issue comes from create-from-project

> package with artifactId isn't replaced by archetype:generate
> ------------------------------------------------------------
>
>                 Key: ARCHETYPE-207
>                 URL: http://jira.codehaus.org/browse/ARCHETYPE-207
>             Project: Maven Archetype
>          Issue Type: Bug
>    Affects Versions: 2.0-alpha-4
>            Reporter: nicolas de loof
>            Priority: Minor
>
> On a multimodule project (https://platina.svn.sourceforge.net/svnroot/platina/platina-archetype/trunk), each module use as convention groupid + artifactid + module as package.
> When used to create an archetype and the generate a new project, the generated project still have the orinigal ("archetype") name as package, not the expected new project artifactId. 
> sample : 
> original : com.capgemini.archetype.domain   (project artifactId is "archetype")
> actual  : {groupid}.archetype.domain
> expected : {groupid}.{artifactId}.domain

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