Re: Trouble getting Archetype based project working

2013-09-11 Thread Lukasz Lenart
The README is a bit outdated (please register an issue), you can simple run: mvn archetype:generate -DarchetypeCatalog=http://struts.apache.org/ and select archetype from the list, I'm using it all the time (but with IDEA so I don't have a problems with Maven based projects) Regards -- Ɓukasz

Trouble getting Archetype based project working

2013-09-11 Thread Christoph Nenning
Dear List, today I had some trouble getting a new project working based on a maven archetype. I must admit that I don't have much maven experience, so some of this may be n00b supidity. I'm posting this anyway in the hope that it helps others. It may be even worth to put parts of this in the