Re: [Maven 2] Can't use archetypeArtifactId=maven-archetype-site

2005-10-22 Thread Wendy Smoak
From: "Jorg Heymans" <[EMAIL PROTECTED]> - If you look at the plugin docs [1], you'll see that m2 defaults to version "RELEASE" for all archetypes. - Now maven complains that it can't find this version, so your best bet is to go and have a look on the repository itself [2] to see what versions

Re: [Maven 2] Can't use archetypeArtifactId=maven-archetype-site

2005-10-21 Thread Jorg Heymans
John E. Conlon wrote: > mvn archetype:create -DgroupId=com.mycompany.app -DartifactId=my-app3 > -DarchetypeGroupId=org.apache.maven.archetypes > -DarchetypeArtifactId=maven-archetype-site > > with fresh directories, projects, etc. > > Here is the error that I get: > > [INFO] >

[Maven 2] Can't use archetypeArtifactId=maven-archetype-site

2005-10-21 Thread John E. Conlon
Thinking of moving my company's dev env from Ant to M2 so I while working with the 'getting started guide' I encountered a problem with at the How do I create documentation? step. I can't get the archetype:create working and I have tried variations on the following: mvn archetype:create -Dgrou