Re: Re: Looking for MultiModule Archetype (Packaging POM)

2008-08-08 Thread mac-systems
Hello, i do not understand correctly :/ Means true will produce this needed behaviour ? - Jens >this is my archetype version > > > > >org.apache.maven.archetype >archetype-packaging >2.0-alpha-3 > > > > >maven-archetype-plugin >

Re: Re: Looking for MultiModule Archetype (Packaging POM)

2008-08-08 Thread quarph
packaging is pom. it will generate the module element in the parent pom and the parent element in the submodule pom. quarph 2008-08-08 发件人: [EMAIL PROTECTED] 发送时间: 2008-08-07 19:50:24 收件人: users@maven.apache.org 抄送: 主题: Re: Looking for MultiModule Archetype (Packaging POM) Jep. I already

Re: Looking for MultiModule Archetype (Packaging POM)

2008-08-07 Thread mac-systems
Jep. I already tried this in a shell script. Which results in an error that project pom is not of type "pom". I tried to pass -Dpackaging=pom while creating that project. Archetype is a useless plugin without that feature. I was looking also at the maling list on that issue for last year with n

RE: Looking for MultiModule Archetype (Packaging POM)

2008-08-07 Thread nicklist
MultiModule Archetype (Packaging POM) here is my solution 1.mvn -DgroupId=org.quarph -DartifactId=myproject archetype:create 2.delete the "src" directory in the newly created module 3.edit pom.xml and change packaging to "pom" instead of "jar" 4.navigate to t

Re: Looking for MultiModule Archetype (Packaging POM)

2008-08-07 Thread quarph
here is my solution 1.mvn -DgroupId=org.quarph -DartifactId=myproject archetype:create 2.delete the "src" directory in the newly created module 3.edit pom.xml and change packaging to "pom" instead of "jar" 4.navigate to the "myproject" directory 5.mvn -DgroupId=org.quarph -DartifactId=myproject-mo