Cannot find mojo descriptor for: 'archetype:create' - Treating as 
non-aggregator   (mvn 3.x issue)
--------------------------------------------------------------------------------------------------

                 Key: ARCHETYPE-239
                 URL: http://jira.codehaus.org/browse/ARCHETYPE-239
             Project: Maven Archetype
          Issue Type: Bug
          Components: Archetypes
         Environment: windows.  maven-3.0-alpha-2

works ok in mvn 2.1.   
            Reporter: chris bedford


Download  http://www.webtide.com/hightide/archetypes/maven-archetype-Spring.zip

cd to unzipped directory.
type mvn install   (installs the archetype).

Next, use the archetype like this >>>>


        mvn archetype:create    -DarchetypeGroupId=com.webtide                  
\
                                -DarchetypeArtifactId=maven-archetype-Spring    
\
                                -DarchetypeVersion=1.0                \
                                -DgroupId=com.bo.oo                          \
                                -DartifactId=wex



The following error is returned > 


[INFO] Searching repository for plugin with prefix: 'archetype'.
[INFO] Attempting to resolve a version for plugin: 
org.apache.maven.plugins:maven-archetype-plugin using meta-version: LATEST
[ERROR] 
Cannot find mojo descriptor for: 'archetype:create' - Treating as 
non-aggregator.


thanks !



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