Hello,

i do not understand correctly :/
Means <extensions>true</extensions> will produce this needed behaviour ?

- Jens

>this is my archetype version
>
>  <build>
>    <extensions>
>      <extension>
>        <groupId>org.apache.maven.archetype</groupId>
>        <artifactId>archetype-packaging</artifactId>
>        <version>2.0-alpha-3</version>
>      </extension>
>    </extensions>
>    <plugins>
>      <plugin>
>        <artifactId>maven-archetype-plugin</artifactId>
>        <version>2.0-alpha-3</version>
>        <extensions>true</extensions>
>      </plugin>
>    </plugins>
>  </build>

>when i create new project in the directory of the pom file that packaging >is 
>pom. it will generate the module element in the parent pom and the parent 
>element in the submodule pom.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to