]> source.dussan.org Git - archiva.git/commitdiff
my bad: add missing test resources for repo group test in maven 2 repository
authorskygo <skygo@unknown>
Sat, 1 Sep 2012 12:24:41 +0000 (12:24 +0000)
committerskygo <skygo@unknown>
Sat, 1 Sep 2012 12:24:41 +0000 (12:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1379750 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/plugins/maven2-repository/src/test/resources/com/example/test/test-artifact-module-b/1.0/test-artifact-module-b-1.0.pom [new file with mode: 0644]

diff --git a/archiva-modules/plugins/maven2-repository/src/test/resources/com/example/test/test-artifact-module-b/1.0/test-artifact-module-b-1.0.pom b/archiva-modules/plugins/maven2-repository/src/test/resources/com/example/test/test-artifact-module-b/1.0/test-artifact-module-b-1.0.pom
new file mode 100644 (file)
index 0000000..1ba7d87
--- /dev/null
@@ -0,0 +1,20 @@
+<project 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>
+  <parent>
+    <groupId>com.example.test</groupId>
+    <artifactId>test-snapshot-artifact-root</artifactId>
+    <version>1.1-SNAPSHOT</version>
+  </parent>
+  <artifactId>test-artifact-module-b</artifactId>
+  <packaging>jar</packaging>
+  <version>1.0</version>
+  <name>Test Artifact :: Module B</name>
+  <url>http://maven.apache.org</url>
+  <dependencies>
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+    </dependency>
+  </dependencies>
+</project>