Ian | 623ee9e | 2014-06-23 18:53:05 -0700 | [diff] [blame] | 1 | <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> |
| 10 | <dependencies> |
| 11 | <dependency> |
| 12 | <groupId>junit</groupId> |
| 13 | <artifactId>junit</artifactId> |
| 14 | <version>3.8.1</version> |
| 15 | <scope>test</scope> |
| 16 | </dependency> |
| 17 | </dependencies> |
Ian | 253776f | 2014-06-23 18:55:49 -0700 | [diff] [blame] | 18 | <scm> |
| 19 | <developerConnection>scm:git:ssh://fulliautomatix.ics.uci.edu:29418/ceej-gerrit-test</developerConnection> |
| 20 | </scm> |
| 21 | <distributionManagement> |
| 22 | <repository> |
| 23 | <id>test</id> |
| 24 | <name>test</name> |
| 25 | <url>http://localhost:8081/nexus/content/repositories/releases</url> |
| 26 | </repository> |
Ian | 1cf5f93 | 2014-06-23 19:02:11 -0700 | [diff] [blame^] | 27 | <snapshotRepository> |
| 28 | <id>test2</id> |
| 29 | <name>test2</name> |
| 30 | <url>http://localhost:8081/nexus/content/repositories/snapshots</url> |
| 31 | </snapshotRepository> |
Ian | 253776f | 2014-06-23 18:55:49 -0700 | [diff] [blame] | 32 | </distributionManagement> |
Ian | 623ee9e | 2014-06-23 18:53:05 -0700 | [diff] [blame] | 33 | </project> |