2005-09-16 12:06:18 +00:00
|
|
|
<project>
|
2005-05-12 15:40:51 +00:00
|
|
|
<parent>
|
|
|
|
<artifactId>maven-plugin-parent</artifactId>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2005-10-08 14:13:31 +00:00
|
|
|
<version>2.0-beta-4-SNAPSHOT</version>
|
2005-05-12 15:40:51 +00:00
|
|
|
</parent>
|
2005-09-16 12:06:18 +00:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2005-06-24 01:34:55 +00:00
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2005-05-12 15:40:51 +00:00
|
|
|
<artifactId>maven-eclipse-plugin</artifactId>
|
|
|
|
<packaging>maven-plugin</packaging>
|
|
|
|
<name>Maven Eclipse Plugin</name>
|
2005-09-16 12:06:37 +00:00
|
|
|
<version>2.0-beta-2-SNAPSHOT</version>
|
2005-10-07 06:44:59 +00:00
|
|
|
<prerequisites>
|
|
|
|
<maven>2.0-beta-4-SNAPSHOT</maven>
|
|
|
|
</prerequisites>
|
2005-05-12 15:40:51 +00:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-project</artifactId>
|
|
|
|
</dependency>
|
2005-09-16 12:06:18 +00:00
|
|
|
<dependency>
|
2005-10-08 14:13:31 +00:00
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
2005-09-16 12:06:18 +00:00
|
|
|
<artifactId>plexus-utils</artifactId>
|
|
|
|
</dependency>
|
2005-10-07 06:44:59 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-artifact</artifactId>
|
|
|
|
<version>2.0-beta-4-SNAPSHOT</version>
|
|
|
|
</dependency>
|
2005-06-21 06:49:49 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-06-21 15:32:02 +00:00
|
|
|
<artifactId>maven-artifact-manager</artifactId>
|
2005-10-07 06:44:59 +00:00
|
|
|
<version>2.0-beta-4-SNAPSHOT</version>
|
2005-06-21 06:49:49 +00:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2005-05-12 15:40:51 +00:00
|
|
|
<dependency>
|
2005-10-03 00:54:01 +00:00
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
2005-05-12 15:40:51 +00:00
|
|
|
<artifactId>plexus-container-default</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
2005-09-22 02:52:39 +00:00
|
|
|
</project>
|