Hi,
I'm currently trying to create a archetype for our standard project
structure.
One could describe it as:
{artifactId}-all/
|
--- {artifactId}-api/
|
--- src/main/java/
pom.xml
...
|
--- {artifactId}-server/
|
--- src/main/java/
pom.xml
...
|
--- {artifactId}-gui/
|
--- src/main/java/
|
--- {basePackage}/gui/
|
--- GuiMain.java
|
--- src/main/resources/
|
--- {basePackage}/ctx
|
--- bunch of XML files (some of which are using
archetype variables)
pom.xml
...
|
--- {artifactId}-remote/
|
--- src/main/java/
pom.xml
...
|
--- {artifactId}-standalone/
|
--- src/main/java/
pom.xml
...
pom.xml
Is this sort of structure currently possible with maven2 archetypes?
Kind regards,
Lieven DOCLO
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]