2005-09-16 12:34:10 +00:00
|
|
|
<project>
|
2005-03-03 09:04:36 +00:00
|
|
|
<parent>
|
|
|
|
<artifactId>maven-plugin-parent</artifactId>
|
2005-03-23 06:52:55 +00:00
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2005-10-14 08:08:16 +00:00
|
|
|
<version>2.0</version>
|
2005-03-03 09:04:36 +00:00
|
|
|
</parent>
|
2005-03-10 01:35:25 +00:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2005-03-03 09:04:36 +00:00
|
|
|
<artifactId>maven-war-plugin</artifactId>
|
2005-03-15 22:31:54 +00:00
|
|
|
<packaging>maven-plugin</packaging>
|
2005-03-03 09:04:36 +00:00
|
|
|
<name>Maven War Plugin</name>
|
2005-10-15 19:01:53 +00:00
|
|
|
<version>2.0-beta-3-SNAPSHOT</version>
|
2005-03-03 09:04:36 +00:00
|
|
|
<dependencies>
|
2005-03-05 14:52:12 +00:00
|
|
|
<dependency>
|
2005-03-23 06:52:55 +00:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-03-05 14:52:12 +00:00
|
|
|
<artifactId>maven-archiver</artifactId>
|
2005-10-14 08:08:16 +00:00
|
|
|
<version>2.0</version>
|
2005-03-05 14:52:12 +00:00
|
|
|
</dependency>
|
2005-10-09 04:50:58 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-utils</artifactId>
|
|
|
|
</dependency>
|
2005-06-16 15:02:07 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-artifact</artifactId>
|
2005-10-14 08:08:16 +00:00
|
|
|
<version>2.0</version>
|
2005-06-16 15:02:07 +00:00
|
|
|
</dependency>
|
2005-03-03 09:04:36 +00:00
|
|
|
</dependencies>
|
2005-10-15 19:01:17 +00:00
|
|
|
</project>
|