mirror of https://github.com/apache/maven.git
24 lines
545 B
XML
24 lines
545 B
XML
<project>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<groupId>org.apache.maven.it.mng2006</groupId>
|
|
<artifactId>parent</artifactId>
|
|
<version>1</version>
|
|
<packaging>pom</packaging>
|
|
|
|
<scm>
|
|
<connection>scm:svn:https://svn.apache.org/repos/asf/maven/components/branches/maven-2.0.x/maven-core-it/it0095/parent</connection>
|
|
</scm>
|
|
|
|
<distributionManagement>
|
|
<site>
|
|
<id>website</id>
|
|
<url>scp://host/path/parent</url>
|
|
</site>
|
|
</distributionManagement>
|
|
|
|
<modules>
|
|
<module>../sub1</module>
|
|
</modules>
|
|
</project>
|