mirror of https://github.com/apache/maven.git
40 lines
1.0 KiB
XML
Executable File
40 lines
1.0 KiB
XML
Executable File
<project>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<parent>
|
|
<artifactId>maven-component</artifactId>
|
|
<groupId>maven</groupId>
|
|
<version>2.0-SNAPSHOT</version>
|
|
</parent>
|
|
<groupId>maven</groupId>
|
|
<artifactId>maven-reporting-api</artifactId>
|
|
<version>2.0-SNAPSHOT</version>
|
|
<inceptionYear>2005</inceptionYear>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>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>
|
|
<dependency>
|
|
<groupId>junit</groupId>
|
|
<artifactId>junit</artifactId>
|
|
<version>3.8.1</version>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
</dependencies>
|
|
<build>
|
|
<plugins>
|
|
<plugin>
|
|
<groupId>maven</groupId>
|
|
<artifactId>maven-plexus-plugin</artifactId>
|
|
<version>1.0-SNAPSHOT</version>
|
|
</plugin>
|
|
</plugins>
|
|
</build>
|
|
</project>
|