2005-07-11 18:08:58 -04:00
|
|
|
<project>
|
2005-02-23 21:50:16 -05:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2005-03-23 01:52:55 -05:00
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2005-02-24 00:12:30 -05:00
|
|
|
<artifactId>maven-it0013-plugin</artifactId>
|
2005-03-15 17:31:54 -05:00
|
|
|
<packaging>maven-plugin</packaging>
|
2005-02-24 00:12:30 -05:00
|
|
|
<version>1.0-SNAPSHOT</version>
|
2005-02-23 21:50:16 -05:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
2005-03-23 01:52:55 -05:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-04-13 01:11:49 -04:00
|
|
|
<artifactId>maven-plugin-api</artifactId>
|
2005-06-27 11:29:14 -04:00
|
|
|
<version>2.0-beta-1-SNAPSHOT</version>
|
2005-03-09 20:35:25 -05:00
|
|
|
<type>jar</type>
|
|
|
|
<scope>compile</scope>
|
2005-02-23 21:50:16 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
<artifactId>junit</artifactId>
|
2005-02-24 00:12:30 -05:00
|
|
|
<version>3.8.1</version>
|
2005-03-09 20:35:25 -05:00
|
|
|
<type>jar</type>
|
2005-03-08 01:19:59 -05:00
|
|
|
<scope>test</scope>
|
2005-02-23 21:50:16 -05:00
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
2005-07-11 18:08:58 -04:00
|
|
|
<distributionManagement>
|
|
|
|
<repository>
|
2005-07-12 16:08:21 -04:00
|
|
|
<id>central</id>
|
2005-07-11 18:08:58 -04:00
|
|
|
<name>Test Repository</name>
|
|
|
|
<url>file:/tmp/testRepo</url>
|
|
|
|
</repository>
|
|
|
|
</distributionManagement>
|
|
|
|
</project>
|