2005-09-16 08:06:18 -04:00
|
|
|
<project>
|
2005-05-12 11:40:51 -04:00
|
|
|
<parent>
|
|
|
|
<artifactId>maven-plugin-parent</artifactId>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2005-09-16 00:30:44 -04:00
|
|
|
<version>2.0-beta-1</version>
|
2005-05-12 11:40:51 -04:00
|
|
|
</parent>
|
2005-09-16 08:06:18 -04:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2005-06-23 21:34:55 -04:00
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2005-05-12 11:40:51 -04:00
|
|
|
<artifactId>maven-eclipse-plugin</artifactId>
|
|
|
|
<packaging>maven-plugin</packaging>
|
|
|
|
<name>Maven Eclipse Plugin</name>
|
2005-09-16 08:06:18 -04:00
|
|
|
<version>2.0-beta-1</version>
|
2005-05-12 11:40:51 -04:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-project</artifactId>
|
|
|
|
</dependency>
|
2005-09-16 08:06:18 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>plexus</groupId>
|
|
|
|
<artifactId>plexus-utils</artifactId>
|
|
|
|
</dependency>
|
2005-06-21 02:49:49 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-06-21 11:32:02 -04:00
|
|
|
<artifactId>maven-artifact-manager</artifactId>
|
2005-09-16 00:30:44 -04:00
|
|
|
<version>2.0-beta-1</version>
|
2005-06-21 02:49:49 -04:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2005-05-12 11:40:51 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>plexus</groupId>
|
|
|
|
<artifactId>plexus-container-default</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
2005-09-16 08:06:18 -04:00
|
|
|
</project>
|