Re: Errror while running the target mvn:archetype

2007-12-24 Thread Aneena
The error message I'm getting is as follows: Please look into it 1) D:\Annhunts>mvn -X archetype:create -DarchetypeArtifactId=maven-archetype-quicks tart -DgroupId=com.amexbf.example -DartifactId=maven-trial + Error stacktraces are turned on. Maven version: 2.0.8 Java version: 1.4.1_07 OS name:

Re: Errror while running the target mvn:archetype

2007-12-17 Thread Wayne Fay
Show us (copy and paste) the command you are typing, along with the error message. Also, use "mvn -X ..." to enable debugging information. Wayne On 12/17/07, Aneena <[EMAIL PROTECTED]> wrote: > > But this didnt solve the error .. Its throwing the same error. > > > > > You need to specify what ar

Re: Errror while running the target mvn:archetype

2007-12-17 Thread Aneena
But this didnt solve the error .. Its throwing the same error. You need to specify what archetype to use. I'd guess you want to use maven-archetype-simple or maven-archetype-quickstart. Here's a list: http://maven.apache.org/plugins/maven-archetype-plugin/ and http://docs.codehaus.org/displa

Re: Errror while running the target mvn:archetype

2007-12-14 Thread Wayne Fay
You need to specify what archetype to use. I'd guess you want to use maven-archetype-simple or maven-archetype-quickstart. Here's a list: http://maven.apache.org/plugins/maven-archetype-plugin/ and http://docs.codehaus.org/display/MAVENUSER/Archetypes+List Here's the full command: mvn archetype:c

Errror while running the target mvn:archetype

2007-12-13 Thread Aneena
I'm getting the following error please help me to solve this D:\Annhunts>mvn archetype:create -DgroupId=com.mycompany.app -DartifactId=my-app [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'archetype'. [INFO] org.apache.maven.plugins: checking for updates fro