[MNG-3898] use models attribute of modello-maven-plugin instead of model (merged from 2.0.x branch r726548)

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@726552 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Herve Boutemy 2008-12-14 22:07:08 +00:00
parent c1498641cc
commit 48d853ad6e
7 changed files with 26 additions and 12 deletions

View File

@ -58,7 +58,9 @@
<artifactId>modello-maven-plugin</artifactId>
<configuration>
<version>1.0.0</version>
<model>src/main/mdo/metadata.mdo</model>
<models>
<model>src/main/mdo/metadata.mdo</model>
</models>
</configuration>
</plugin>
<plugin>

View File

@ -126,7 +126,9 @@
<artifactId>modello-maven-plugin</artifactId>
<configuration>
<version>1.0.0</version>
<model>src/main/mdo/settings.mdo</model>
<models>
<model>src/main/mdo/settings.mdo</model>
</models>
</configuration>
</plugin>
<plugin>

View File

@ -29,7 +29,7 @@ under the License.
<modelVersion>4.0.0</modelVersion>
<artifactId>maven-lifecycle</artifactId>
<name>Maven Lifecycle Model</name>
<dependencies>
<dependency>
<groupId>org.codehaus.plexus</groupId>
@ -49,7 +49,9 @@ under the License.
<artifactId>modello-maven-plugin</artifactId>
<configuration>
<version>1.0.0</version>
<model>src/main/mdo/maven-lifecycle.mdo</model>
<models>
<model>src/main/mdo/maven-lifecycle.mdo</model>
</models>
</configuration>
</plugin>
</plugins>

View File

@ -37,7 +37,9 @@ under the License.
<artifactId>modello-maven-plugin</artifactId>
<configuration>
<version>4.0.0</version>
<model>src/main/mdo/maven.mdo</model>
<models>
<model>src/main/mdo/maven.mdo</model>
</models>
</configuration>
</plugin>
</plugins>

View File

@ -46,7 +46,9 @@ under the License.
<groupId>org.codehaus.modello</groupId>
<artifactId>modello-maven-plugin</artifactId>
<configuration>
<model>src/main/mdo/lifecycle.mdo</model>
<models>
<model>src/main/mdo/lifecycle.mdo</model>
</models>
<version>1.0.0</version>
</configuration>
</plugin>

View File

@ -56,11 +56,11 @@ under the License.
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-file</artifactId>
<scope>test</scope>
</dependency>
</dependency>
<dependency>
<groupId>org.codehaus.woodstox</groupId>
<artifactId>wstx-asl</artifactId>
</dependency>
</dependency>
<dependency>
<groupId>org.sonatype.spice</groupId>
<artifactId>model-builder</artifactId>
@ -75,15 +75,17 @@ under the License.
<plugin>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-component-metadata</artifactId>
</plugin>
</plugin>
<plugin>
<groupId>org.codehaus.modello</groupId>
<artifactId>modello-maven-plugin</artifactId>
<configuration>
<version>1.0.0</version>
<model>src/main/mdo/profiles.mdo</model>
<models>
<model>src/main/mdo/profiles.mdo</model>
</models>
</configuration>
</plugin>
</plugins>
</build>
</build>
</project>

View File

@ -50,7 +50,9 @@
<configuration>
<version>1.0.0</version>
<packageWithVersion>false</packageWithVersion>
<model>src/main/mdo/toolchains.xml</model>
<models>
<model>src/main/mdo/toolchains.xml</model>
</models>
</configuration>
</plugin>
</plugins>