Re: Problem with multi-module archetype

2009-06-17 Thread Bill Milligan
can provide. > > -- > Jason Voegele > "Text processing has made it possible to right-justify any idea, even > one which cannot be justified on any other grounds." > -- J. Finnegan, USC. > > > ---

Re: Problem with multi-module archetype

2009-04-08 Thread Raphaël Piéroni
Hi Jason, Your need is not currently taken in the archetype plugin which assumes that sub-modules are refered in in the parent. Please raise a Jira. Raphaël 2009/4/8 Jason Voegele : > Hello again maven-archetype gurus. > > I am working on an archetype where the generated project should have the

Problem with multi-module archetype

2009-04-08 Thread Jason Voegele
Hello again maven-archetype gurus. I am working on an archetype where the generated project should have the following structure: foo |-- pom.xml |-- src | |-- test | | `-- java | `-- main | `-- java `-- foo-system-tests |-- pom.xml `-- src `-- test `-- j