mirror of https://github.com/apache/maven.git
20 lines
391 B
XML
20 lines
391 B
XML
|
<project>
|
||
|
<modelVersion>4.0.0</modelVersion>
|
||
|
|
||
|
<groupId>org.apache.maven.it.mng2006</groupId>
|
||
|
<artifactId>parent</artifactId>
|
||
|
<version>1</version>
|
||
|
<packaging>pom</packaging>
|
||
|
|
||
|
<distributionManagement>
|
||
|
<site>
|
||
|
<id>website</id>
|
||
|
<url>scp://host/path/parent</url>
|
||
|
</site>
|
||
|
</distributionManagement>
|
||
|
|
||
|
<modules>
|
||
|
<module>../sub1</module>
|
||
|
</modules>
|
||
|
</project>
|