2005-04-27 20:03:26 -04:00
|
|
|
<project>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
|
|
|
<artifactId>maven-reporting</artifactId>
|
|
|
|
<groupId>org.apache.maven.reporting</groupId>
|
|
|
|
<version>2.0-SNAPSHOT</version>
|
|
|
|
</parent>
|
|
|
|
<artifactId>maven-reporting-api</artifactId>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-model</artifactId>
|
|
|
|
<version>2.0-SNAPSHOT</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>doxia</groupId>
|
|
|
|
<artifactId>doxia-core</artifactId>
|
2005-05-13 03:01:57 -04:00
|
|
|
<version>1.0-alpha-2</version>
|
2005-04-27 20:03:26 -04:00
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
<!-- build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-plexus-plugin</artifactId>
|
|
|
|
<version>1.0-SNAPSHOT</version>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build -->
|
|
|
|
</project>
|