test for it0035

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@220211 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-07-21 23:39:54 +00:00
parent 255bf0a113
commit 1da8b65519
3 changed files with 21 additions and 2 deletions

View File

@ -9,7 +9,7 @@
<repository>
<id>repo1</id>
<name>Maven Central Repository</name>
<url>scp://repo1.maven.org/home/projects/maven/repository/ibiblio-v2</url>
<url>scp://repo1.maven.org/home/projects/maven/repository-staging/to-ibiblio/maven2</url>
</repository>
</distributionManagement>
</model>

View File

@ -0,0 +1,19 @@
<model xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core-it-support-old-location</artifactId>
<packaging>jar</packaging>
<version>1.1</version>
<distributionManagement>
<repository>
<id>repo1</id>
<name>Maven Central Repository</name>
<url>scp://repo1.maven.org/home/projects/maven/repository-staging/to-ibiblio/maven2</url>
</repository>
<relocation>
<artifactId>maven-core-it-support</artifactId>
<message>Testing</message>
</relocation>
</distributionManagement>
</model>

View File

@ -9,7 +9,7 @@
<repository>
<id>repo1</id>
<name>Maven Central Repository</name>
<url>scp://repo1.maven.org/home/projects/maven/repository/ibiblio-v2</url>
<url>scp://repo1.maven.org/home/projects/maven/repository-staging/to-ibiblio/maven2</url>
</repository>
</distributionManagement>
</model>