2005-09-16 10:23:13 -04:00
|
|
|
<project>
|
2004-04-12 16:14:19 -04:00
|
|
|
<parent>
|
2004-05-25 16:08:28 -04:00
|
|
|
<artifactId>maven-plugin-parent</artifactId>
|
2005-03-23 01:52:55 -05:00
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2005-10-14 04:08:16 -04:00
|
|
|
<version>2.0</version>
|
2004-04-12 16:14:19 -04:00
|
|
|
</parent>
|
2005-03-09 20:35:25 -05:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2004-03-15 14:32:20 -05:00
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
2005-03-15 17:31:54 -05:00
|
|
|
<packaging>maven-plugin</packaging>
|
2004-05-28 08:07:43 -04:00
|
|
|
<name>Maven Compiler Plugin</name>
|
2005-10-15 13:08:45 -04:00
|
|
|
<version>2.0.1-SNAPSHOT</version>
|
2004-03-15 14:32:20 -05:00
|
|
|
<inceptionYear>2001</inceptionYear>
|
|
|
|
<dependencies>
|
2005-10-23 19:21:43 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-utils</artifactId>
|
|
|
|
<version>1.0.4</version>
|
|
|
|
</dependency>
|
2004-06-19 22:00:34 -04:00
|
|
|
<dependency>
|
2005-10-15 04:07:18 -04:00
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
2005-10-15 13:06:32 -04:00
|
|
|
<artifactId>plexus-compiler-api</artifactId>
|
2005-10-23 19:21:43 -04:00
|
|
|
<version>1.6-SNAPSHOT</version>
|
2005-07-28 05:32:32 -04:00
|
|
|
</dependency>
|
2005-09-16 10:23:13 -04:00
|
|
|
<dependency>
|
2005-10-15 04:07:18 -04:00
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
2005-09-16 10:23:13 -04:00
|
|
|
<artifactId>plexus-compiler-manager</artifactId>
|
2005-10-23 19:21:43 -04:00
|
|
|
<version>1.6-SNAPSHOT</version>
|
2005-09-16 10:23:13 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2005-10-15 04:07:18 -04:00
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
2005-10-15 13:06:32 -04:00
|
|
|
<artifactId>plexus-compiler-javac</artifactId>
|
2005-10-23 19:21:43 -04:00
|
|
|
<version>1.6-SNAPSHOT</version>
|
2005-10-15 13:06:32 -04:00
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-artifact</artifactId>
|
|
|
|
<version>2.0</version>
|
2005-09-16 10:23:13 -04:00
|
|
|
</dependency>
|
2004-03-15 14:32:20 -05:00
|
|
|
</dependencies>
|
2005-10-23 19:21:43 -04:00
|
|
|
</project>
|