Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 2.0 final
-
Fix Version/s: None
-
Component/s: Plugins
-
Labels:None
-
Environment:WIndows Vista x64, jdk1.6.0_29 x86
Description
The following command:
mvn archetype:generate -DarchetypeGroupId=org.grails -DarchetypeArtifactId=grails-maven-archetype -DarchetypeVersion=2.0.0 -DgroupId=example -DartifactId=my-app
will not work because it does not find the version 2.0 of the maven plugin, when will it be available ?
I think this issue is already handled with
MAVEN-162.