2005-07-21 13:58:42 +00:00
|
|
|
<model xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
2004-09-23 16:42:23 +00:00
|
|
|
<parent>
|
|
|
|
<artifactId>maven-plugin-parent</artifactId>
|
2005-04-05 16:44:29 +00:00
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2005-09-28 23:27:30 +00:00
|
|
|
<version>2.0-beta-3-SNAPSHOT</version>
|
2004-09-23 16:42:23 +00:00
|
|
|
</parent>
|
2005-03-10 01:35:25 +00:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2004-09-23 16:42:23 +00:00
|
|
|
<artifactId>maven-core-it-plugin</artifactId>
|
2005-03-22 06:38:50 +00:00
|
|
|
<packaging>maven-plugin</packaging>
|
2004-09-23 16:42:23 +00:00
|
|
|
<name>Maven Core Integration Test Plugin</name>
|
|
|
|
<version>1.0-SNAPSHOT</version>
|
|
|
|
<inceptionYear>2001</inceptionYear>
|
2005-06-20 14:42:56 +00:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-project</artifactId>
|
2005-09-16 18:52:06 +00:00
|
|
|
<version>2.0-beta-1</version>
|
2005-06-20 14:42:56 +00:00
|
|
|
</dependency>
|
2005-07-26 05:54:24 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-artifact</artifactId>
|
2005-09-16 18:52:06 +00:00
|
|
|
<version>2.0-beta-1</version>
|
2005-07-26 05:54:24 +00:00
|
|
|
</dependency>
|
2005-07-26 09:04:32 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-archiver</artifactId>
|
2005-09-16 18:52:06 +00:00
|
|
|
<version>2.0-beta-1</version>
|
2005-07-26 09:04:32 +00:00
|
|
|
</dependency>
|
2005-07-26 05:54:24 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>jline</groupId>
|
|
|
|
<artifactId>jline</artifactId>
|
|
|
|
<version>0.9.1</version>
|
|
|
|
</dependency>
|
2005-06-20 14:42:56 +00:00
|
|
|
</dependencies>
|
2005-03-22 06:38:50 +00:00
|
|
|
</model>
|