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.
>
>
> ---
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
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