mirror of https://github.com/apache/maven.git
44 lines
1.2 KiB
XML
44 lines
1.2 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
<project>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<parent>
|
|
<groupId>maven</groupId>
|
|
<artifactId>maven-plugin-parent</artifactId>
|
|
<version>2.0-SNAPSHOT</version>
|
|
</parent>
|
|
<groupId>maven</groupId>
|
|
<artifactId>maven-jar-plugin</artifactId>
|
|
<type>plugin</type>
|
|
<name>Maven Jar Plugin</name>
|
|
<version>1.0-SNAPSHOT</version>
|
|
<package>org.apache.maven.plugin.jar</package>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>plexus</groupId>
|
|
<artifactId>plexus</artifactId>
|
|
<version>0.17</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>maven</groupId>
|
|
<artifactId>maven-artifact</artifactId>
|
|
<version>2.0-SNAPSHOT</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>maven</groupId>
|
|
<artifactId>maven-core</artifactId>
|
|
<version>2.0-SNAPSHOT</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>maven</groupId>
|
|
<artifactId>maven-model</artifactId>
|
|
<version>2.0-SNAPSHOT</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>maven</groupId>
|
|
<artifactId>wagon-api</artifactId>
|
|
<version>1.0-alpha-1-SNAPSHOT</version>
|
|
</dependency>
|
|
</dependencies>
|
|
</project>
|