mirror of https://github.com/apache/maven.git
merge from branch rev.379895
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@379902 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7b331c9605
commit
fe5bf5320f
|
@ -6,6 +6,10 @@
|
||||||
<version>1</version>
|
<version>1</version>
|
||||||
<packaging>pom</packaging>
|
<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>
|
<distributionManagement>
|
||||||
<site>
|
<site>
|
||||||
<id>website</id>
|
<id>website</id>
|
||||||
|
|
|
@ -4,5 +4,9 @@
|
||||||
<location>target/effective-pom.xml</location>
|
<location>target/effective-pom.xml</location>
|
||||||
<contains>scp://host/path/sub1</contains>
|
<contains>scp://host/path/sub1</contains>
|
||||||
</file>
|
</file>
|
||||||
|
<file>
|
||||||
|
<location>target/effective-pom.xml</location>
|
||||||
|
<contains>scm:svn:https://svn.apache.org/repos/asf/maven/components/branches/maven-2.0.x/maven-core-it/it0095/sub1</contains>
|
||||||
|
</file>
|
||||||
</files>
|
</files>
|
||||||
</verifications>
|
</verifications>
|
||||||
|
|
Loading…
Reference in New Issue