2005-03-10 01:35:25 +00:00
|
|
|
<model>
|
2005-02-03 20:54:15 +00:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2005-03-23 06:52:55 +00:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-02-03 20:54:15 +00:00
|
|
|
<artifactId>maven-core-it0012</artifactId>
|
2005-03-10 01:35:25 +00:00
|
|
|
<packaging>jar</packaging>
|
2005-02-03 20:54:15 +00:00
|
|
|
<version>3.8.1</version>
|
2005-09-05 14:12:07 +00:00
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-core-it-plugin</artifactId>
|
|
|
|
<version>1.0-SNAPSHOT</version>
|
|
|
|
<configuration>
|
|
|
|
<pluginFile>touch-${version}.txt</pluginFile>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
2005-09-10 12:03:21 +00:00
|
|
|
<pluginRepositories>
|
|
|
|
<pluginRepository>
|
|
|
|
<id>snapshots</id>
|
|
|
|
<name>Maven Central Plugins Development Repository</name>
|
|
|
|
<url>http://snapshots.maven.codehaus.org/maven2/plugins</url>
|
|
|
|
</pluginRepository>
|
|
|
|
</pluginRepositories>
|
2005-09-05 14:12:07 +00:00
|
|
|
<modules>
|
|
|
|
<module>child-project</module>
|
|
|
|
</modules>
|
2005-03-23 06:52:55 +00:00
|
|
|
</model>
|