Ian | 4dc8851 | 2014-06-23 19:06:02 -0700 | [diff] [blame^] | 1 | <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"> |
Ian | 623ee9e | 2014-06-23 18:53:05 -0700 | [diff] [blame] | 2 | <modelVersion>4.0.0</modelVersion> |
| 3 | <groupId>ceej.gerrit.test</groupId> |
| 4 | <artifactId>ceej-gerrit-test</artifactId> |
| 5 | <packaging>jar</packaging> |
Ian | 4dc8851 | 2014-06-23 19:06:02 -0700 | [diff] [blame^] | 6 | <version>1.0</version> |
Ian | 623ee9e | 2014-06-23 18:53:05 -0700 | [diff] [blame] | 7 | <name>ceej-gerrit-test</name> |
| 8 | <url>http://maven.apache.org</url> |
Ian | 1a09044 | 2014-06-23 19:03:38 -0700 | [diff] [blame] | 9 | <build> |
| 10 | <plugins> |
| 11 | <plugin> |
| 12 | <groupId>org.apache.maven.plugins</groupId> |
| 13 | <artifactId>maven-release-plugin</artifactId> |
| 14 | <version>2.5</version> |
| 15 | </plugin> |
| 16 | </plugins> |
| 17 | </build> |
Ian | 623ee9e | 2014-06-23 18:53:05 -0700 | [diff] [blame] | 18 | <dependencies> |
| 19 | <dependency> |
| 20 | <groupId>junit</groupId> |
| 21 | <artifactId>junit</artifactId> |
| 22 | <version>3.8.1</version> |
| 23 | <scope>test</scope> |
| 24 | </dependency> |
| 25 | </dependencies> |
Ian | 253776f | 2014-06-23 18:55:49 -0700 | [diff] [blame] | 26 | <scm> |
| 27 | <developerConnection>scm:git:ssh://fulliautomatix.ics.uci.edu:29418/ceej-gerrit-test</developerConnection> |
Ian | 4dc8851 | 2014-06-23 19:06:02 -0700 | [diff] [blame^] | 28 | <tag>ceej-gerrit-test-1.0</tag> |
Ian | 253776f | 2014-06-23 18:55:49 -0700 | [diff] [blame] | 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> |
Ian | 1cf5f93 | 2014-06-23 19:02:11 -0700 | [diff] [blame] | 36 | <snapshotRepository> |
| 37 | <id>test2</id> |
| 38 | <name>test2</name> |
| 39 | <url>http://localhost:8081/nexus/content/repositories/snapshots</url> |
| 40 | </snapshotRepository> |
Ian | 253776f | 2014-06-23 18:55:49 -0700 | [diff] [blame] | 41 | </distributionManagement> |
Ian | 623ee9e | 2014-06-23 18:53:05 -0700 | [diff] [blame] | 42 | </project> |