Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Cannot Reproduce
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Generator
-
Labels:None
-
Environment:windows. maven-3.0-alpha-2
works ok in mvn 2.1.
-
Number of attachments :
Description
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 !
I tried to download the .zip, but it is not there any more
Can you give a new link? Or even confirm the problem persists with maven 3.0-beta-2 released one week ago...