Site archetype should not need archetypeVersion parameter

2005-10-24 Thread Eduardo Rocha
I am struggling with the following command, found in maven 2's Getting Started Guide: mvn archetype:create -DgroupId=com.mycompany.app -DartifactId=my-app -DarchetypeGroupId=org.apache.maven.archetypes -DarchetypeArtifactId=maven-archetype-site The error is: [ERROR] BUILD ERROR [INFO]

Re: Site archetype should not need archetypeVersion parameter

2005-10-24 Thread Jason van Zyl
On Mon, 2005-10-24 at 11:45 -0200, Eduardo Rocha wrote: I am struggling with the following command, found in maven 2's Getting Started Guide: mvn archetype:create -DgroupId=com.mycompany.app -DartifactId=my-app -DarchetypeGroupId=org.apache.maven.archetypes