[richfaces-issues] [JBoss JIRA] Created: (RF-9404) GAE sample generated from archetype doesn't respect user defined artifactId and groupId

Lukas Fryc (JIRA) jira-events at lists.jboss.org
Fri Oct 1 13:04:39 EDT 2010


GAE sample generated from archetype doesn't respect user defined artifactId and groupId
---------------------------------------------------------------------------------------

                 Key: RF-9404
                 URL: https://jira.jboss.org/browse/RF-9404
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: examples
    Affects Versions: 4.0.0.Milestone3
         Environment: Apache Maven 2.2.1 (r801777; 2009-08-06 21:16:01+0200) 
Java version: 1.6.0_18 
Java home: /usr/lib/jvm/java-6-openjdk/jre 
Default locale: en_US, platform encoding: UTF-8 
OS name: "linux" version: "2.6.32-24-generic" arch: "amd64" Family: "unix"
            Reporter: Lukas Fryc
            Assignee: Jay Balunas
             Fix For: 4.0.0.Milestone3


I used <steps to reproduce> to generate project.

The generated pom.xml has:

<groupId>org.richfaces.archetypes</groupId>
    <artifactId>richfaces-archetype-gae</artifactId>
    <name>richfaces-archetype-gae</name>

but expected was

<groupId>a</groupId>
    <artifactId>b</artifactId>
    <name>b</name>

as I specified in definitions.

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

        


More information about the richfaces-issues mailing list