mirror of https://github.com/apache/maven.git
39 lines
1.1 KiB
XML
Executable File
39 lines
1.1 KiB
XML
Executable File
<project>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<parent>
|
|
<groupId>maven</groupId>
|
|
<artifactId>maven-component</artifactId>
|
|
<version>2.0-SNAPSHOT</version>
|
|
</parent>
|
|
<groupId>maven</groupId>
|
|
<artifactId>maven-reporting-api</artifactId>
|
|
<version>2.0-SNAPSHOT</version>
|
|
<inceptionYear>2005</inceptionYear>
|
|
<package>org.apache.maven.reporting</package>
|
|
|
|
<dependencies>
|
|
<!-- TODO: this dependency should not be needed - the manager needs to discover the reports, either via the plugin manager or using a similar technique -->
|
|
<dependency>
|
|
<groupId>maven</groupId>
|
|
<artifactId>maven-project-reports-plugin</artifactId>
|
|
<version>1.0-SNAPSHOT</version>
|
|
<type>plugin</type>
|
|
</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>
|
|
</dependency>
|
|
</dependencies>
|
|
<plugins>
|
|
<plugin>
|
|
<id>plexus</id>
|
|
</plugin>
|
|
</plugins>
|
|
</project>
|