mirror of https://github.com/apache/maven.git
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:
parent
f74571d1da
commit
3cefcd54f9
|
@ -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>
|
Loading…
Reference in New Issue