blob: ac667e2f73766942f25261f4c54120c4a4baece3 [file] [log] [blame]
Ian623ee9e2014-06-23 18:53:05 -07001<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3 <modelVersion>4.0.0</modelVersion>
4 <groupId>ceej.gerrit.test</groupId>
5 <artifactId>ceej-gerrit-test</artifactId>
6 <packaging>jar</packaging>
7 <version>1.0-SNAPSHOT</version>
8 <name>ceej-gerrit-test</name>
9 <url>http://maven.apache.org</url>
Ian1a090442014-06-23 19:03:38 -070010 <build>
11 <plugins>
12 <plugin>
13 <groupId>org.apache.maven.plugins</groupId>
14 <artifactId>maven-release-plugin</artifactId>
15 <version>2.5</version>
16 </plugin>
17 </plugins>
18 </build>
Ian623ee9e2014-06-23 18:53:05 -070019 <dependencies>
20 <dependency>
21 <groupId>junit</groupId>
22 <artifactId>junit</artifactId>
23 <version>3.8.1</version>
24 <scope>test</scope>
25 </dependency>
26 </dependencies>
Ian253776f2014-06-23 18:55:49 -070027 <scm>
28 <developerConnection>scm:git:ssh://fulliautomatix.ics.uci.edu:29418/ceej-gerrit-test</developerConnection>
29 </scm>
30 <distributionManagement>
31 <repository>
32 <id>test</id>
33 <name>test</name>
34 <url>http://localhost:8081/nexus/content/repositories/releases</url>
35 </repository>
Ian1cf5f932014-06-23 19:02:11 -070036 <snapshotRepository>
37 <id>test2</id>
38 <name>test2</name>
39 <url>http://localhost:8081/nexus/content/repositories/snapshots</url>
40 </snapshotRepository>
Ian253776f2014-06-23 18:55:49 -070041 </distributionManagement>
Ian623ee9e2014-06-23 18:53:05 -070042</project>