]> source.dussan.org Git - archiva.git/blob
bdd22765f703574b995d67d4bc465dc52362c421
[archiva.git] /
1 <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
2     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
3   <modelVersion>4.0.0</modelVersion>
4   <groupId>test</groupId>
5   <artifactId>v3-warnings-artifact</artifactId>
6   <version>1.0.0</version>
7   <scm>
8     <connection>scm:cvs:ext:${maven.username}@localhost:/home/cvs</connection>
9   </scm>
10   <dependencies>
11     <dependency>
12       <groupId>groupId</groupId>
13       <artifactId>artifactId</artifactId>
14       <version>version</version>
15     </dependency>
16     <dependency>
17       <groupId>groupId</groupId>
18       <artifactId>test-artifactId</artifactId>
19       <version>version</version>
20       <scope>test</scope>
21     </dependency>
22     <dependency>
23       <groupId>junit</groupId>
24       <artifactId>junit</artifactId>
25       <version>3.8.2</version>
26       <scope>test</scope>
27     </dependency>
28   </dependencies>
29 </project>