my bad: add missing test resources for repo group test in maven 2 repository

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1379750 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
skygo 2012-09-01 12:24:41 +00:00
parent c4eb816484
commit 23a775efab
1 changed files with 20 additions and 0 deletions

View File

@ -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>