commit | 1cf5f934074055ff5d46f620f4d41915d42a5b85 | [log] [tgz] |
---|---|---|
author | Ian <imaxon@uci.edu> | Mon Jun 23 19:02:11 2014 -0700 |
committer | Ian <imaxon@uci.edu> | Mon Jun 23 19:02:11 2014 -0700 |
tree | e3777a24dbc737c4592bb394da6cd908d1be0be5 | |
parent | 253776f78e139e01f2a03958ee94361c38675a57 [diff] [blame] |
added snapshot repository
diff --git a/pom.xml b/pom.xml index faff306..e9aa471 100644 --- a/pom.xml +++ b/pom.xml
@@ -24,5 +24,10 @@ <name>test</name> <url>http://localhost:8081/nexus/content/repositories/releases</url> </repository> + <snapshotRepository> + <id>test2</id> + <name>test2</name> + <url>http://localhost:8081/nexus/content/repositories/snapshots</url> + </snapshotRepository> </distributionManagement> </project>