mirror of https://github.com/apache/maven.git
33 lines
943 B
XML
33 lines
943 B
XML
|
<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>
|
||
|
<version>2.0-SNAPSHOT</version>
|
||
|
<inceptionYear>2005</inceptionYear>
|
||
|
<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>
|
||
|
<version>1.0-alpha-2-SNAPSHOT</version>
|
||
|
</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>
|