2005-09-16 06:31:06 -04:00
|
|
|
<project>
|
2005-05-21 11:09:22 -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-21 11:09:22 -04:00
|
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<artifactId>maven-ear-plugin</artifactId>
|
|
|
|
<packaging>maven-plugin</packaging>
|
|
|
|
<name>Maven Ear plugin</name>
|
2005-09-16 06:31:06 -04:00
|
|
|
<version>2.0-beta-1</version>
|
2005-05-21 11:09:22 -04:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-09-16 06:31:06 -04:00
|
|
|
<artifactId>maven-project</artifactId>
|
2005-05-21 11:09:22 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-09-16 06:31:06 -04:00
|
|
|
<artifactId>maven-archiver</artifactId>
|
|
|
|
<version>2.0-beta-1</version>
|
2005-05-21 11:09:22 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>plexus</groupId>
|
|
|
|
<artifactId>plexus-utils</artifactId>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
2005-09-16 06:31:06 -04:00
|
|
|
</project>
|