2005-09-15 22:50:12 -04:00
|
|
|
<project>
|
2005-07-19 20:08:27 -04:00
|
|
|
<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-19 20:08:27 -04:00
|
|
|
</parent>
|
2005-09-15 22:50:12 -04:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2005-07-19 20:08:27 -04:00
|
|
|
<artifactId>maven-reporting-api</artifactId>
|
2005-10-14 03:26:39 -04:00
|
|
|
<version>2.0.1-SNAPSHOT</version>
|
2005-07-19 20:08:27 -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>
|
2005-10-21 05:51:01 -04:00
|
|
|
<groupId>org.codehaus.doxia</groupId>
|
2005-07-21 02:54:21 -04:00
|
|
|
<artifactId>doxia-sink-api</artifactId>
|
2005-10-21 05:51:01 -04:00
|
|
|
<version>1.0-alpha-6-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-07-19 20:08:27 -04:00
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
2005-10-14 03:15:39 -04:00
|
|
|
</project>
|