repo settings for copycat
Change-Id: I7965684f9f9c67c65c7e114f061afef04dac4c3a
Showing
2 changed files
with
15 additions
and
0 deletions
| ... | @@ -31,6 +31,18 @@ | ... | @@ -31,6 +31,18 @@ |
| 31 | 31 | ||
| 32 | <description>ONOS Gossip based distributed store subsystems</description> | 32 | <description>ONOS Gossip based distributed store subsystems</description> |
| 33 | 33 | ||
| 34 | + <repositories> | ||
| 35 | + <!-- FIXME: for copycat. Decide how to deal with these before release. --> | ||
| 36 | + <repository> | ||
| 37 | + <id>onlab-temp</id> | ||
| 38 | + <name>ON.lab temporary repository</name> | ||
| 39 | + <url>http://mavenrepo.onlab.us:8081/nexus/content/groups/public</url> | ||
| 40 | + <snapshots> | ||
| 41 | + <enabled>true</enabled> | ||
| 42 | + </snapshots> | ||
| 43 | + </repository> | ||
| 44 | + </repositories> | ||
| 45 | + | ||
| 34 | <dependencies> | 46 | <dependencies> |
| 35 | <dependency> | 47 | <dependency> |
| 36 | <groupId>org.onlab.onos</groupId> | 48 | <groupId>org.onlab.onos</groupId> | ... | ... |
| ... | @@ -56,6 +56,9 @@ | ... | @@ -56,6 +56,9 @@ |
| 56 | <bundle>mvn:org.codehaus.jackson/jackson-mapper-asl/1.9.13</bundle> | 56 | <bundle>mvn:org.codehaus.jackson/jackson-mapper-asl/1.9.13</bundle> |
| 57 | 57 | ||
| 58 | <bundle>mvn:org.onlab.onos/onlab-thirdparty/1.0.0-SNAPSHOT</bundle> | 58 | <bundle>mvn:org.onlab.onos/onlab-thirdparty/1.0.0-SNAPSHOT</bundle> |
| 59 | + | ||
| 60 | + <!-- FIXME fix the version before release --> | ||
| 61 | + <bundle>wrap:mvn:http://mavenrepo.onlab.us:8081/nexus/content/groups/public@id=onlab-temp!net.kuujo.copycat/copycat/0.4.0-SNAPSHOT$Bundle-SymbolicName=net.kuujo.copycat.copycat&Bundle-Version=0.4.0.SNAPSHOT</bundle> | ||
| 59 | </feature> | 62 | </feature> |
| 60 | 63 | ||
| 61 | <feature name="onos-thirdparty-web" version="1.0.0" | 64 | <feature name="onos-thirdparty-web" version="1.0.0" | ... | ... |
-
Please register or login to post a comment