Incorrect info on website for using the archetype
-------------------------------------------------

                 Key: MGWT-200
                 URL: http://jira.codehaus.org/browse/MGWT-200
             Project: Maven 2.x GWT Plugin
          Issue Type: Bug
    Affects Versions: 1.2
            Reporter: Shay Rojansky
            Priority: Minor


On the webpage "using the archetype" 
(http://mojo.codehaus.org/gwt-maven-plugin/user-guide/archetype.html), the 
command-line shown is:

 mvn archetype:generate \
   -DarchetypeGroupId=org.codehaus.mojo \
   -DarchetypeArtifactId=gwt-simple-archetype \
   -DarchetypeVersion=1.3 \
   -DgroupId=myGroupId \
   -DartifactId=myArtifactId

This doesn't work, it should be:

mvn archetype:generate \
   -DarchetypeGroupId=org.codehaus.mojo \
   -DarchetypeArtifactId=gwt-maven-plugin \
   -DarchetypeVersion=1.2 \
   -DgroupId=myGroupId \
   -DartifactId=myArtifactId

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

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to