I am seeking advice on how to construct an archetype for a multi-module build
such that the artifactId of each respective module becomes the name for the
module in the generated directory structure.
The result I am looking for would resemble the naming conventions of the
Proficio multi-module project in Better Builds with Maven:
proficio
proficio-api
proficio-cli
proficio-core
proficio-model
proficio-stores
proficio-store-memory
proficio-store-xstream
The intended usage of this archetype would be to create new Maven
multi-module projects in Eclipse such that the project names follow the
convention shown in the example above. Without this project naming scheme,
it is quite difficult for a user to understand which projects are related to
a multi-module build in the Eclipse workspace.
I wasn't sure whether the new archetype NG may have some feature that would
help to accomplish this, or whether this requires mojos in the archetype, or
if M2Eclipse can help out with this requirment.
Thanks in advance for tips, pointers or advice on how to accomplish this
naming scheme.
--
View this message in context:
http://www.nabble.com/How-to-construct-an-archetype-for-multi-module-build-with-renamed-modules-tp16224882s177p16224882.html
Sent from the Maven - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]