o m2 pom required for site generation. it's just going to a staging

location for now.


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163929 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2005-04-13 05:25:25 +00:00
parent f74571d1da
commit 3cefcd54f9
1 changed files with 18 additions and 0 deletions

18
maven-site/pom.xml Normal file
View File

@ -0,0 +1,18 @@
<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>