DOCUMENTATION: Instructions in 'Using Archtype' topic are incorrect
-------------------------------------------------------------------

                 Key: MGWT-208
                 URL: http://jira.codehaus.org/browse/MGWT-208
             Project: Maven 2.x GWT Plugin
          Issue Type: Bug
         Environment: Windows XP
Maven 2.2.1
            Reporter: Alex Pogrebnyak


Following instructions from 
http://mojo.codehaus.org/gwt-maven-plugin/user-guide/archetype.html

and running

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

Results in 

[INFO] Unable to find resource 'org.codehaus.mojo:gwt-simple-archetype:jar:1.3' 
in repository central (http://repo1.maven.org/maven2)
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] The desired archetype does not exist 
(org.codehaus.mojo:gwt-simple-archetype:1.3)

if you use '-DarchetypeArtifactId=gwt-maven-plugin -DarchetypeVersion=1.2' 
everything works fine.

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