placeholder wrong in generated files
------------------------------------

                 Key: ARCHETYPE-96
                 URL: http://jira.codehaus.org/browse/ARCHETYPE-96
             Project: Maven Archetype
          Issue Type: Bug
          Components: Creator
    Affects Versions: 1.0-alpha-6
         Environment: jdk 1.5, maven 2.0.6
            Reporter: Thomas Wabner


If I follow the 
http://maven.apache.org/plugins/maven-archetype-plugin/examples/archetype.html 
creation guide and use the 

mvn archetype:create 
  -DgroupId=[your project's group id]
  -DartifactId=[your project's artifact id]
  -DarchetypeArtifactId=maven-archetype-archetype

stuff, all placeholders for groupId and artifactId are expanded in the 
generated files incorrect. The should be ${groupId} and so on but is $groupId. 
Same for artifactId. Looks like a problem in the creation stuff from the 
archetype plugin.

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