2004-03-15 14:32:20 -05:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
|
|
|
|
<project>
|
2004-07-05 16:12:50 -04:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2004-04-12 16:14:19 -04:00
|
|
|
<parent>
|
|
|
|
<groupId>maven</groupId>
|
2004-05-25 16:08:28 -04:00
|
|
|
<artifactId>maven-plugin-parent</artifactId>
|
2004-04-12 16:14:19 -04:00
|
|
|
<version>2.0-SNAPSHOT</version>
|
|
|
|
</parent>
|
2004-06-26 12:14:58 -04:00
|
|
|
<groupId>maven</groupId>
|
2004-03-15 14:32:20 -05:00
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
2004-06-27 13:10:32 -04:00
|
|
|
<type>plugin</type>
|
2004-05-28 08:07:43 -04:00
|
|
|
<name>Maven Compiler Plugin</name>
|
2004-06-26 12:14:58 -04:00
|
|
|
<version>1.0-SNAPSHOT</version>
|
2004-03-15 14:32:20 -05:00
|
|
|
<inceptionYear>2001</inceptionYear>
|
|
|
|
<package>org.apache.maven</package>
|
|
|
|
<dependencies>
|
2004-08-09 15:10:11 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>plexus</groupId>
|
|
|
|
<artifactId>plexus</artifactId>
|
2004-08-09 15:33:45 -04:00
|
|
|
<version>0.16</version>
|
2004-08-09 15:10:11 -04:00
|
|
|
</dependency>
|
2004-03-15 14:32:20 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>plexus</groupId>
|
2004-06-19 22:00:34 -04:00
|
|
|
<artifactId>plexus-compiler-api</artifactId>
|
2004-08-09 19:28:50 -04:00
|
|
|
<version>1.0</version>
|
2004-06-19 22:00:34 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>plexus</groupId>
|
|
|
|
<artifactId>plexus-compiler-javac</artifactId>
|
2004-08-09 19:28:50 -04:00
|
|
|
<version>1.0</version>
|
2004-03-15 14:32:20 -05:00
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</project>
|