Maven 2.0.8 is so damn buggy. I'm switch back to maven 2.0.7. We should send an email to the Maven group and tell them not to release a new version until it's well tested with other libraries IMHO.
On Thu, Feb 14, 2008 at 12:41 PM, Eric D Nielsen <[EMAIL PROTECTED]> wrote: > 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] > >
