2005-09-16 05:58:11 -04:00
|
|
|
<project>
|
2005-05-12 11:59:36 -04:00
|
|
|
<parent>
|
|
|
|
<artifactId>maven-plugin-parent</artifactId>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2005-10-14 04:08:16 -04:00
|
|
|
<version>2.0</version>
|
2005-05-12 11:59:36 -04:00
|
|
|
</parent>
|
2005-09-16 05:58:11 -04:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2005-05-12 11:59:36 -04:00
|
|
|
<artifactId>maven-source-plugin</artifactId>
|
|
|
|
<packaging>maven-plugin</packaging>
|
|
|
|
<name>Maven Source Plug-In</name>
|
2005-10-04 13:17:14 -04:00
|
|
|
<version>2.0-rc2-SNAPSHOT</version>
|
2005-05-12 11:59:36 -04:00
|
|
|
<dependencies>
|
2005-09-16 05:58:11 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-project</artifactId>
|
|
|
|
</dependency>
|
2005-05-12 11:59:36 -04:00
|
|
|
<dependency>
|
2005-10-08 10:13:31 -04:00
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
2005-05-12 11:59:36 -04:00
|
|
|
<artifactId>plexus-archiver</artifactId>
|
2005-10-14 04:08:16 -04:00
|
|
|
<version>1.0-alpha-3</version>
|
2005-05-12 11:59:36 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2005-10-02 20:54:01 -04:00
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
2005-05-12 11:59:36 -04:00
|
|
|
<artifactId>plexus-container-default</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
2005-10-04 13:17:14 -04:00
|
|
|
</project>
|