Quoting Todd Nguyen <[EMAIL PROTECTED]>:
No. What version and package version should i use? You can easily try it out
and see. Here is the command i use.
mvn archetype:create
-DarchetypeGroupId=org.appfuse.archetypes-DarchetypeArtifactId=appfuse-modular-spring
-DremoteRepositories=
http://static.appfuse.org/releases -DarchetypeVersion=2.0.1 -DgroupId=
com.mycompany.app -DartifactId=myproject
It looks like you're running into the same thing I hit yesterday.. Maven
released a new version of the maven-archetype-plugin and it breaks for
a lot of
people.
While the folks at Maven work on fixing it, here's the work-around I found:
mvn org.apache.maven.plugins:maven-archetype-plugin:1.0-alpha-7:create [ then
the rest of your line]
However if you want to try, putting in a version, this should be the
version you
want your app to be (ie 1.0-SNAPSHOT would have been the old default). My
version of maven seems to be stuck between the two versions unless I override
it as shown above...
Eric
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]