Add version parameter as here: mvn archetype:create -DarchetypeGroupId=org.apache.tapestry -DarchetypeArtifactId=tapestry-simple -DarchetypeVersion=5.0.2 -DgroupId=org.example -DartifactId=myapp -DpackageName=org.example.myapp -Dversion=1.0-SNAPSHOT
this will use version 1.0-snapshot of archetype plugin. Nazmul Bhuiyan wrote: > > Hello, > > I'm following the T5 tutorial and getting the following error. I've ran > this at my work pc. Is there any proxy issue here or some thing else? > > C:\tmp>mvn archetype:create -DarchetypeGroupId=org.apache.tapestry > -DarchetypeArtifactId=quickstart -DarchetypeVersion=5.0.5 > -DgroupId=org.apache.tapestry -DartifactId=tapestry-tutorial1 > -DpackageName=org.apache.tapestry.tutorial > [INFO] Scanning for projects... > [INFO] Searching repository for plugin with prefix: 'archetype'. > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] The plugin 'org.apache.maven.plugins:maven-archetype-plugin' does > not exist or no valid version could be found > [INFO] > ------------------------------------------------------------------------ > [INFO] For more information, run Maven with the -e switch > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: < 1 second > [INFO] Finished at: Tue Jul 10 11:38:50 NZST 2007 > [INFO] Final Memory: 1M/2M > [INFO] > ------------------------------------------------------------------------ > -- View this message in context: http://www.nabble.com/T5-Tutorial-tf4053179.html#a11560713 Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]