mirror of
https://github.com/apache/archiva.git
synced 2025-02-22 01:44:47 +00:00
PR: MRM-13
part 2 of previous commit: moved the expected files from target-repository to expected-files git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@379729 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
addb3a1a22
commit
9f13396757
@ -0,0 +1,6 @@
|
|||||||
|
<metadata>
|
||||||
|
<groupId>relocated-test</groupId>
|
||||||
|
<artifactId>relocated-v3artifact</artifactId>
|
||||||
|
<version>1.0.0</version>
|
||||||
|
<versioning />
|
||||||
|
</metadata>
|
Binary file not shown.
@ -0,0 +1,22 @@
|
|||||||
|
<project>
|
||||||
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
<groupId>relocated-test</groupId>
|
||||||
|
<artifactId>relocated-v3artifact</artifactId>
|
||||||
|
<version>1.0.0</version>
|
||||||
|
<scm>
|
||||||
|
<connection>scm:cvs:ext:${maven.username}@localhost:/home/cvs</connection>
|
||||||
|
</scm>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>groupId</groupId>
|
||||||
|
<artifactId>artifactId</artifactId>
|
||||||
|
<version>version</version>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>groupId</groupId>
|
||||||
|
<artifactId>test-artifactId</artifactId>
|
||||||
|
<version>version</version>
|
||||||
|
<scope>test</scope>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
|
</project>
|
@ -0,0 +1,9 @@
|
|||||||
|
<metadata>
|
||||||
|
<groupId>relocated-test</groupId>
|
||||||
|
<artifactId>relocated-v3artifact</artifactId>
|
||||||
|
<versioning>
|
||||||
|
<versions>
|
||||||
|
<version>1.0.0</version>
|
||||||
|
</versions>
|
||||||
|
</versioning>
|
||||||
|
</metadata>
|
@ -0,0 +1,12 @@
|
|||||||
|
<project>
|
||||||
|
<groupId>test</groupId>
|
||||||
|
<artifactId>relocated-v3artifact</artifactId>
|
||||||
|
<version>1.0.0</version>
|
||||||
|
<distributionManagement>
|
||||||
|
<relocation>
|
||||||
|
<groupId>relocated-test</groupId>
|
||||||
|
<artifactId>relocated-v3artifact</artifactId>
|
||||||
|
<version>1.0.0</version>
|
||||||
|
</relocation>
|
||||||
|
</distributionManagement>
|
||||||
|
</project>
|
Loading…
x
Reference in New Issue
Block a user