2005-03-09 20:35:25 -05:00
|
|
|
<model>
|
2004-09-23 13:00:41 -04:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2005-03-23 01:52:55 -05:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2004-09-23 13:04:53 -04:00
|
|
|
<artifactId>maven-core-it0008</artifactId>
|
2005-03-09 20:35:25 -05:00
|
|
|
<packaging>jar</packaging>
|
2004-09-23 13:00:41 -04:00
|
|
|
<version>1.0</version>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
<artifactId>junit</artifactId>
|
|
|
|
<version>3.8.1</version>
|
2005-03-09 20:35:25 -05:00
|
|
|
<type>jar</type>
|
2005-03-07 03:52:39 -05:00
|
|
|
<scope>test</scope>
|
2004-09-23 13:00:41 -04:00
|
|
|
</dependency>
|
2005-03-09 20:35:25 -05:00
|
|
|
</dependencies>
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
2005-03-23 01:52:55 -05:00
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2005-03-09 20:35:25 -05:00
|
|
|
<artifactId>maven-core-it-plugin</artifactId>
|
2005-03-10 16:36:58 -05:00
|
|
|
<version>1.0-SNAPSHOT</version>
|
2005-06-18 09:01:26 -04:00
|
|
|
<goals>
|
|
|
|
<goal>
|
|
|
|
<id>touch</id>
|
|
|
|
</goal>
|
|
|
|
</goals>
|
2005-03-09 20:35:25 -05:00
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
2005-03-10 16:36:58 -05:00
|
|
|
</model>
|