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-09-16 04:30:44 +00:00
|
|
|
<version>2.0-beta-1</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-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>
|
|
|
|
<groupId>plexus</groupId>
|
|
|
|
<artifactId>plexus-utils</artifactId>
|
|
|
|
</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-09-16 04:30:44 +00:00
|
|
|
<version>2.0-beta-1</version>
|
2005-06-21 06:49:49 +00:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2005-05-12 15:40:51 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>plexus</groupId>
|
|
|
|
<artifactId>plexus-container-default</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
2005-09-16 12:06:18 +00:00
|
|
|
</project>
|