From 6ab9aafb955a00eb0845485eb54550369faa221d Mon Sep 17 00:00:00 2001 From: Luis Gomez Date: Tue, 3 Apr 2018 20:22:10 -0700 Subject: [PATCH] First stab to new opendaylight distribution - Create profile to build the full odl distro: mvn clean install -Punmanaged - Full odl distro artifact: opendaylight-0.9.0-SNAPSHOT - Add USC project as unmanaged, to activate project, do in karaf console: feature:repo-add \ mvn:org.opendaylight.usc/usc-features/1.6.0-SNAPSHOT/xml/features Change-Id: Ie0671883ddb922e3cf0b916683e2df9441a3f9a7 Signed-off-by: Luis Gomez --- opendaylight/pom.xml | 59 ++++++++++++++++++++++++++++++++++++++++++++ pom.xml | 28 ++++++++++++++++----- 2 files changed, 81 insertions(+), 6 deletions(-) create mode 100644 opendaylight/pom.xml diff --git a/opendaylight/pom.xml b/opendaylight/pom.xml new file mode 100644 index 00000000..e96a4b97 --- /dev/null +++ b/opendaylight/pom.xml @@ -0,0 +1,59 @@ + + + + + 4.0.0 + + org.opendaylight.integration + karaf + 0.9.0-SNAPSHOT + + + org.opendaylight.integration + opendaylight + 0.9.0-SNAPSHOT + pom + ODL :: integration :: ${project.artifactId} + The actual Karaf archive building sub-project. + https://wiki.opendaylight.org/view/Integration/Distribution + + + Eclipse Public License v1.0 + http://www.eclipse.org/legal/epl-v10.html + + + + + scm:git:https://git.opendaylight.org/gerrit/integration/distribution.git + scm:git:ssh://git.opendaylight.org:29418/integration/distribution.git + https://git.opendaylight.org/gerrit/gitweb?p=integration/distribution.git;a=tree;f=karaf;hb=HEAD + HEAD + + + + + usc + + true + + + + org.opendaylight.usc + usc-features + 1.6.0-SNAPSHOT + features + xml + test + + + + + diff --git a/pom.xml b/pom.xml index cbd037ab..59514e48 100644 --- a/pom.xml +++ b/pom.xml @@ -38,10 +38,26 @@ https://git.opendaylight.org/gerrit/gitweb?p=integration/distribution.git;a=tree;hb=HEAD HEAD - - - artifacts - karaf - features - + + + managed + + true + + + artifacts + karaf + features + + + + unmanaged + + false + + + opendaylight + + + -- 2.36.6