2005-04-13 05:25:25 +00:00
|
|
|
<project>
|
|
|
|
<parent>
|
|
|
|
<artifactId>maven</artifactId>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-06-27 15:29:14 +00:00
|
|
|
<version>2.0-beta-1-SNAPSHOT</version>
|
2005-04-13 05:25:25 +00:00
|
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2005-04-23 03:12:07 +00:00
|
|
|
<artifactId>maven-site</artifactId>
|
2005-04-13 05:25:25 +00:00
|
|
|
<name>Maven</name>
|
2005-05-12 07:22:40 +00:00
|
|
|
<url>http://maven.apache.org/maven2</url>
|
2005-04-13 05:25:25 +00:00
|
|
|
<inceptionYear>2001</inceptionYear>
|
|
|
|
<distributionManagement>
|
|
|
|
<site>
|
|
|
|
<id>website</id>
|
2005-05-12 06:51:55 +00:00
|
|
|
<url>scp://minotaur.apache.org/www/maven.apache.org/maven2</url>
|
2005-04-13 05:25:25 +00:00
|
|
|
</site>
|
|
|
|
</distributionManagement>
|
2005-06-23 07:40:37 +00:00
|
|
|
<reporting>
|
|
|
|
<!-- TODO: disable dependencies -->
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-project-info-reports-plugin</artifactId>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</reporting>
|
2005-04-13 05:25:25 +00:00
|
|
|
</project>
|