Re: Executing archetype 2.0-alpha-4 fails

2008-10-13 Thread Brett Porter
It seems like you had a failure downloading archetype-common - this causes missing dependencies which result in the error you saw. You should check why Artifactory is not able to locate the POM. - Brett 2008/10/13 Borut Bolčina [EMAIL PROTECTED]: Hello, today I tried executing

Executing archetype 2.0-alpha-4 fails

2008-10-13 Thread Borut Bolčina
Hello, today I tried executing C:\workareamvn archetype:create -DgroupId=com.acme -DartifactId=my-web-project -DarchetypeArtifactId=my-webapp [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'archetype'. [INFO] org.apache.maven.plugins: checking for updates

Re: Executing archetype 2.0-alpha-4 fails

2008-10-13 Thread Borut Bolčina
I removed org.apache.maven.archetype subtree from artifactory and it works now. The archetype-common was not in the Artifactory before, only its pom. I made a typo also: it should be -DarchetypeArtifactId=maven-archetype-webapp Thanks, Borut 2008/10/13 Brett Porter [EMAIL PROTECTED] It seems