maven archetipe for multimodule project

2008-12-24 Thread Koxkorrita
hello for building one multimodule j2ee proyect , for the parent proyect i
am using this:
mvn archetype:create -DarchetypeGroupId=org.apache.maven.archetypes
-DarchetypeArtifactId=maven-archetype-quickstart -DgroupId=or.midomain
-DartifactId=project -DpackageName= -Dversion=1.0

but this make the src, test and other directories. this project, the parent,
doesnt must to have theses directoris.
which is the archetipe for make this?

thanks



-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: maven archetipe for multimodule project

2008-12-24 Thread Nick Stolwijk
As far as I know there is no archetype for it. Those pom files of
packaging pom often start small and grow with the project. I
normally use maven-archetype-quickstart followed by an rm -rf src and
changing the packaging from jar to pom. Every mvn archetype:generate
(create is deprecated) in that folder are automatically added to this
parent pom, so works as expected. :)

Hth,

Nick Stolwijk
~Java Developer~

Iprofs BV.
Claus Sluterweg 125
2012 WS Haarlem
www.iprofs.nl



On Wed, Dec 24, 2008 at 1:19 PM, Koxkorrita koxkorr...@laudio.info wrote:
 hello for building one multimodule j2ee proyect , for the parent proyect i
 am using this:
 mvn archetype:create -DarchetypeGroupId=org.apache.maven.archetypes
 -DarchetypeArtifactId=maven-archetype-quickstart -DgroupId=or.midomain
 -DartifactId=project -DpackageName= -Dversion=1.0

 but this make the src, test and other directories. this project, the parent,
 doesnt must to have theses directoris.
 which is the archetipe for make this?

 thanks



 -
 To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
 For additional commands, e-mail: users-h...@maven.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org