2005-03-10 01:35:25 +00:00
|
|
|
<model>
|
2004-04-12 20:14:19 +00:00
|
|
|
<parent>
|
2004-05-25 20:08:28 +00:00
|
|
|
<artifactId>maven-plugin-parent</artifactId>
|
2005-03-10 01:35:25 +00:00
|
|
|
<groupId>maven</groupId>
|
2004-04-12 20:14:19 +00:00
|
|
|
<version>2.0-SNAPSHOT</version>
|
|
|
|
</parent>
|
2005-03-10 01:35:25 +00:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2004-06-26 16:14:58 +00:00
|
|
|
<groupId>maven</groupId>
|
2004-03-15 19:32:20 +00:00
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
2005-03-10 01:35:25 +00:00
|
|
|
<packaging>plugin</packaging>
|
2004-05-28 12:07:43 +00:00
|
|
|
<name>Maven Compiler Plugin</name>
|
2004-06-26 16:14:58 +00:00
|
|
|
<version>1.0-SNAPSHOT</version>
|
2004-03-15 19:32:20 +00:00
|
|
|
<inceptionYear>2001</inceptionYear>
|
|
|
|
<dependencies>
|
2005-03-04 09:04:26 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>maven</groupId>
|
|
|
|
<artifactId>maven-monitor</artifactId>
|
|
|
|
<version>2.0-SNAPSHOT</version>
|
2005-03-10 01:35:25 +00:00
|
|
|
<type>jar</type>
|
|
|
|
<scope>compile</scope>
|
2005-03-04 09:04:26 +00:00
|
|
|
</dependency>
|
2004-03-15 19:32:20 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>plexus</groupId>
|
2004-06-20 02:00:34 +00:00
|
|
|
<artifactId>plexus-compiler-api</artifactId>
|
2005-01-08 21:35:24 +00:00
|
|
|
<version>1.2-SNAPSHOT</version>
|
2005-03-10 01:35:25 +00:00
|
|
|
<type>jar</type>
|
|
|
|
<scope>compile</scope>
|
2004-06-20 02:00:34 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>plexus</groupId>
|
|
|
|
<artifactId>plexus-compiler-javac</artifactId>
|
2005-01-08 21:35:24 +00:00
|
|
|
<version>1.2-SNAPSHOT</version>
|
2005-03-10 01:35:25 +00:00
|
|
|
<type>jar</type>
|
|
|
|
<scope>compile</scope>
|
2004-03-15 19:32:20 +00:00
|
|
|
</dependency>
|
2005-03-08 06:19:59 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>plexus</groupId>
|
|
|
|
<artifactId>plexus-container-default</artifactId>
|
|
|
|
<version>1.0-alpha-1</version>
|
2005-03-10 01:35:25 +00:00
|
|
|
<type>jar</type>
|
|
|
|
<scope>compile</scope>
|
2005-03-08 06:19:59 +00:00
|
|
|
</dependency>
|
2004-03-15 19:32:20 +00:00
|
|
|
</dependencies>
|
2005-03-10 01:35:25 +00:00
|
|
|
</model>
|