2005-03-09 20:35:25 -05:00
|
|
|
<model>
|
2004-04-12 10:41:05 -04:00
|
|
|
<parent>
|
|
|
|
<artifactId>maven-component</artifactId>
|
2005-03-09 20:35:25 -05:00
|
|
|
<groupId>maven</groupId>
|
2004-04-12 10:41:05 -04:00
|
|
|
<version>2.0-SNAPSHOT</version>
|
|
|
|
</parent>
|
2005-03-09 20:35:25 -05:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2004-03-07 20:31:17 -05:00
|
|
|
<groupId>maven</groupId>
|
|
|
|
<artifactId>maven-model</artifactId>
|
2005-03-09 20:35:25 -05:00
|
|
|
<packaging>jar</packaging>
|
|
|
|
<name>Maven Model</name>
|
2004-04-12 15:17:56 -04:00
|
|
|
<version>2.0-SNAPSHOT</version>
|
2004-04-07 16:28:31 -04:00
|
|
|
<description>Maven Model</description>
|
2005-03-09 20:35:25 -05:00
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>maven</groupId>
|
|
|
|
<artifactId>maven-modello-plugin</artifactId>
|
2005-03-10 18:01:38 -05:00
|
|
|
<version>1.0-SNAPSHOT</version>
|
2005-03-09 20:35:25 -05:00
|
|
|
<configuration>
|
|
|
|
<version>4.0.0</version>
|
|
|
|
<model>maven.mdo</model>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
2005-03-10 18:01:38 -05:00
|
|
|
</model>
|