Re: [S2] Maven problems to startup a new project

2008-01-22 Thread Laurie Harper
The 2.0.11 archetype is available, but not in the default Maven repository. You have to tell Maven where to look for it. The following (thanks Nuwan!) works for me: mvn archetype:create -DgroupId=com.s2.anu -DartifactId=s2proj \ -DarchetypeGroupId=org.apache.struts \ -DarchetypeArtifa

Re: [S2] Maven problems to startup a new project

2008-01-22 Thread James Mitchell
I also thought 2.0.11-SNAPSHOT was available, but no so (unless you install it locally yourself) Instead, use the maven command on this page: http://struts.apache.org/2.x/docs/ready-set-go.html On Jan 22, 2008 7:10 AM, Alexander Jede <[EMAIL PROTECTED]> wrote: > Hi list, > I tried to create

Re: [S2] Maven problems to startup a new project

2008-01-22 Thread Alexander Jede
Hallo Nils Am Dienstag, den 22.01.2008, 13:29 +0100 schrieb Nils-Helge Garli Hegvik: > Is that the exact command you typed? On one line? The command works > just fine with me (except that the archetype version does not exist, I > think the latest is 2.0.9-SNAPSHOT). I only get the same error as yo

Re: [S2] Maven problems to startup a new project

2008-01-22 Thread Nils-Helge Garli Hegvik
Is that the exact command you typed? On one line? The command works just fine with me (except that the archetype version does not exist, I think the latest is 2.0.9-SNAPSHOT). I only get the same error as you if I type the 'mvn' command without the plugin and goal. Please try again and make sure th