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