You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by mid491 mid491 <mi...@hotmail.com> on 2010/08/05 10:28:40 UTC

archetype:create-from-project section not processed?

Hi,
archetype:create-from-project (multi projects mode) don't process the section "<modules>" in the pom's ear project. 

Exemple :<build>    <plugins>         <plugin>       ....	         <configuration>	                <modules>                  <jarModule>                       <groupId>mygroupeid</groupId>                       <artifactId>mycompany-model</artifactId>                  </jarModule>

Same with <ejbModule> section

"mycompany" should be replaced with ${rootArtifactId} keyword (it is in all others projects of my solution except in this section) 
any advice or it s a bug ?


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