jvanzyl 2005/04/12 22:25:25
Added: maven-site pom.xml
Log:
o m2 pom required for site generation. it's just going to a staging
location for now.
Revision Changes Path
1.1 maven-components/maven-site/pom.xml
Index: pom.xml
===================================================================
<project>
<parent>
<artifactId>maven</artifactId>
<groupId>org.apache.maven</groupId>
<version>2.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>maven-core</artifactId>
<name>Maven</name>
<version>2.0-SNAPSHOT</version>
<inceptionYear>2001</inceptionYear>
<distributionManagement>
<site>
<id>website</id>
<url>scp://minotaur.apache.org/x1/home/jvanzyl/public_html/m2-new</url>
</site>
</distributionManagement>
</project>