Hi Wayne,
On 27/04/2008, at 11:26 AM, Wayne Fay wrote:
What kind of project are you really looking to build? For what
purpose? The more detail you provide, the better the answer you will
get, generally.
Okay - more details... though I thought it was obvious enough :-)
There's two scenarios that this is needed:
1) creating an initial multi-module project (where the sub-modules
will be created subsequently)
$ mvn create rootParentProject
2) creating sub-module group.
cd rootParentProject
$ mvn create anotherParent
$ cd anotherParent
$ mvn create someModule
$ cd ..
$ mvn create yetAnotherParent
$ cd yetAnotherParent
$ mvn create someModule
which would be quite simple (without any editing of files prior to
creating a sub-module grouping). The above structure would then be:
/pom.xml
/anotherParent/pom.xml
/anotherParent/someModule/pom.xml
/yetAnotherParent/pom.xml
/yetAnotherParent/someModule/pom.xml
On 4/26/08, Lachlan Deck <[EMAIL PROTECTED]> wrote:
I'm sure this must be a FAQ - but I can't see an answer anywhere.
Is there
not an archetype for creating a pom.xml with packaging pom?
with regards,
--
Lachlan Deck
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]