Toggle navigation
Toggle navigation
This project
Loading...
Sign in
홍길동
/
onos
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Yuta HIGUCHI
2014-11-02 15:22:23 -0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ed4adf40688b99721e97fb48a4dc188a671927cf
ed4adf40
1 parent
6c415d12
repo settings for copycat
Change-Id: I7965684f9f9c67c65c7e114f061afef04dac4c3a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
0 deletions
core/store/dist/pom.xml
features/features.xml
core/store/dist/pom.xml
View file @
ed4adf4
...
...
@@ -31,6 +31,18 @@
<description>
ONOS Gossip based distributed store subsystems
</description>
<repositories>
<!-- FIXME: for copycat. Decide how to deal with these before release. -->
<repository>
<id>
onlab-temp
</id>
<name>
ON.lab temporary repository
</name>
<url>
http://mavenrepo.onlab.us:8081/nexus/content/groups/public
</url>
<snapshots>
<enabled>
true
</enabled>
</snapshots>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>
org.onlab.onos
</groupId>
...
...
features/features.xml
View file @
ed4adf4
...
...
@@ -56,6 +56,9 @@
<bundle>
mvn:org.codehaus.jackson/jackson-mapper-asl/1.9.13
</bundle>
<bundle>
mvn:org.onlab.onos/onlab-thirdparty/1.0.0-SNAPSHOT
</bundle>
<!-- FIXME fix the version before release -->
<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>
</feature>
<feature
name=
"onos-thirdparty-web"
version=
"1.0.0"
...
...
Please
register
or
login
to post a comment