2005-07-21 02:54:21 -04:00
|
|
|
<project>
|
|
|
|
<parent>
|
|
|
|
<artifactId>maven-reporting</artifactId>
|
|
|
|
<groupId>org.apache.maven.reporting</groupId>
|
2005-10-14 03:26:39 -04:00
|
|
|
<version>2.0.1-SNAPSHOT</version>
|
2005-07-21 02:54:21 -04:00
|
|
|
</parent>
|
2005-09-15 22:50:12 -04:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2005-07-21 02:54:21 -04:00
|
|
|
<artifactId>maven-reporting-impl</artifactId>
|
2005-10-14 03:26:39 -04:00
|
|
|
<version>2.0.1-SNAPSHOT</version>
|
2005-10-31 23:19:00 -05:00
|
|
|
<name>Maven Reporting</name>
|
2005-07-21 02:54:21 -04:00
|
|
|
<developers>
|
|
|
|
<developer>
|
|
|
|
<id>vsiveton</id>
|
|
|
|
<name>Vincent Siveton</name>
|
|
|
|
<email>vincent.siveton@gmail.com</email>
|
|
|
|
<roles>
|
|
|
|
<role>Java Developer</role>
|
|
|
|
</roles>
|
|
|
|
<timezone>-5</timezone>
|
|
|
|
</developer>
|
|
|
|
</developers>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-project</artifactId>
|
2005-10-14 03:26:39 -04:00
|
|
|
<version>2.0.1-SNAPSHOT</version>
|
2005-07-21 02:54:21 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2005-09-15 22:50:12 -04:00
|
|
|
<groupId>commons-validator</groupId>
|
|
|
|
<artifactId>commons-validator</artifactId>
|
|
|
|
<version>1.1.4</version>
|
2005-07-21 02:54:21 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-plugin-api</artifactId>
|
2005-10-14 03:26:39 -04:00
|
|
|
<version>2.0.1-SNAPSHOT</version>
|
2005-07-21 02:54:21 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>oro</groupId>
|
|
|
|
<artifactId>oro</artifactId>
|
|
|
|
<version>2.0.7</version>
|
|
|
|
</dependency>
|
2005-09-15 22:50:12 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.reporting</groupId>
|
|
|
|
<artifactId>maven-reporting-api</artifactId>
|
2005-10-14 03:26:39 -04:00
|
|
|
<version>2.0.1-SNAPSHOT</version>
|
2005-10-08 10:13:31 -04:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>plexus-container-default</artifactId>
|
2005-10-14 03:15:39 -04:00
|
|
|
<groupId>plexus</groupId>
|
2005-10-08 10:13:31 -04:00
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>plexus-utils</artifactId>
|
2005-10-14 03:15:39 -04:00
|
|
|
<groupId>plexus</groupId>
|
2005-10-08 10:13:31 -04:00
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2005-09-15 22:50:12 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2005-12-11 20:26:42 -05:00
|
|
|
<groupId>org.apache.maven.doxia</groupId>
|
2005-09-15 22:50:12 -04:00
|
|
|
<artifactId>doxia-core</artifactId>
|
2005-12-11 20:24:10 -05:00
|
|
|
<version>1.0-alpha-6</version>
|
2005-10-08 10:13:31 -04:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>plexus-container-default</artifactId>
|
2005-10-14 03:15:39 -04:00
|
|
|
<groupId>plexus</groupId>
|
2005-10-08 10:13:31 -04:00
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>plexus-utils</artifactId>
|
2005-10-14 03:15:39 -04:00
|
|
|
<groupId>plexus</groupId>
|
2005-10-08 10:13:31 -04:00
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2005-09-15 22:50:12 -04:00
|
|
|
</dependency>
|
2005-07-21 02:54:21 -04:00
|
|
|
</dependencies>
|
2005-10-31 23:19:00 -05:00
|
|
|
</project>
|