2005-06-12 22:47:57 -04:00
|
|
|
<model>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<groupId>org.apache.maven.</groupId>
|
|
|
|
<artifactId>maven-it0025</artifactId>
|
|
|
|
<version>1.0-SNAPSHOT</version>
|
|
|
|
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-core-it-plugin</artifactId>
|
|
|
|
<version>1.0-SNAPSHOT</version>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>test1</id>
|
|
|
|
|
|
|
|
<configuration>
|
|
|
|
<pluginItem>test.txt</pluginItem>
|
|
|
|
</configuration>
|
|
|
|
|
|
|
|
<goals>
|
2005-06-18 11:19:18 -04:00
|
|
|
<goal>touch</goal>
|
2005-06-12 22:47:57 -04:00
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
<execution>
|
|
|
|
<id>test2</id>
|
|
|
|
|
|
|
|
<configuration>
|
|
|
|
<pluginItem>test2.txt</pluginItem>
|
|
|
|
</configuration>
|
|
|
|
<goals>
|
2005-06-18 11:19:18 -04:00
|
|
|
<goal>touch</goal>
|
2005-06-12 22:47:57 -04:00
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
2005-07-27 20:51:36 -04: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-06-12 22:47:57 -04:00
|
|
|
</model>
|