From 44a59501f14534b7a0d8b46e1d9f0f2167dcd10b Mon Sep 17 00:00:00 2001 From: Jonathan Fok kan Date: Wed, 30 Jul 2014 11:13:27 -0400 Subject: [PATCH] Started draft of features file for karaf distro When installed in karaf odl-packetcable gives: org.pcmm.PCMMPdpAgent:Error socket -Reason: Connection timed out Change-Id: I34f5b9b3969533e8350c2a5bd2eb72267a2af1a2 Signed-off-by: Jonathan Fok kan --- features/pom.xml | 89 ++++++++++++++++++++++++ features/src/main/resources/features.xml | 16 +++++ 2 files changed, 105 insertions(+) create mode 100644 features/pom.xml create mode 100644 features/src/main/resources/features.xml diff --git a/features/pom.xml b/features/pom.xml new file mode 100644 index 0000000..d0881ee --- /dev/null +++ b/features/pom.xml @@ -0,0 +1,89 @@ + + + 4.0.0 + + org.opendaylight.packetcable + packetcable-parent + 1.0.0-SNAPSHOT + + org.opendaylight.packetcable + packetcable-features + PacketCable - Karaf Features + + pom + + + features.xml + + + + + + + + true + src/main/resources + + + + + org.apache.karaf.tooling + karaf-maven-plugin + ${karaf.version} + true + + + features-create-kar + + features-create-kar + + + ${project.build.directory}/classes/${features.file} + + + + + + org.apache.maven.plugins + maven-resources-plugin + + + filter + + resources + + generate-resources + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + attach-artifacts + + attach-artifact + + package + + + + ${project.build.directory}/classes/${features.file} + xml + features + + + + + + + + + + scm:git:ssh://git.opendaylight.org:29418/packetcable.git + scm:git:ssh://git.opendaylight.org:29418/packetcable.git + HEAD + https://wiki.opendaylight.org/view/PacketCablePCMM:Main + + diff --git a/features/src/main/resources/features.xml b/features/src/main/resources/features.xml new file mode 100644 index 0000000..26c65ba --- /dev/null +++ b/features/src/main/resources/features.xml @@ -0,0 +1,16 @@ + + + + + + + yangtools-all + odl-mdsal-models + odl-adsal-all + mvn:org.opendaylight.packetcable/packetcable-model/1.0.0-SNAPSHOT + mvn:org.opendaylight.packetcable/protocol_plugins.packetcable/0.5.1-SNAPSHOT + + + -- 2.36.6