From 85aedb5070d2ab5e198dbaba2115ed883b785a91 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Thu, 9 Aug 2018 13:43:54 -0700 Subject: Karaf 4 for appc-oam Change-Id: Id729265145dc4996a2a3ccb2457d66b7a8f2d6bd Signed-off-by: Patrick Brady Issue-ID: APPC-1139 --- appc-oam/appc-oam-features/.gitignore | 1 + .../appc-oam-features/features-appc-oam/.gitignore | 1 + .../appc-oam-features/features-appc-oam/pom.xml | 48 ++++++ .../appc-oam-features/onap-appc-oam/.gitignore | 1 + appc-oam/appc-oam-features/onap-appc-oam/pom.xml | 86 +++++++++++ .../onap-appc-oam/src/main/feature/feature.xml | 26 ++++ appc-oam/appc-oam-features/pom.xml | 172 ++++----------------- 7 files changed, 196 insertions(+), 139 deletions(-) create mode 100644 appc-oam/appc-oam-features/.gitignore create mode 100644 appc-oam/appc-oam-features/features-appc-oam/.gitignore create mode 100644 appc-oam/appc-oam-features/features-appc-oam/pom.xml create mode 100644 appc-oam/appc-oam-features/onap-appc-oam/.gitignore create mode 100644 appc-oam/appc-oam-features/onap-appc-oam/pom.xml create mode 100644 appc-oam/appc-oam-features/onap-appc-oam/src/main/feature/feature.xml (limited to 'appc-oam/appc-oam-features') diff --git a/appc-oam/appc-oam-features/.gitignore b/appc-oam/appc-oam-features/.gitignore new file mode 100644 index 000000000..eacf31a67 --- /dev/null +++ b/appc-oam/appc-oam-features/.gitignore @@ -0,0 +1 @@ +/target-ide/ diff --git a/appc-oam/appc-oam-features/features-appc-oam/.gitignore b/appc-oam/appc-oam-features/features-appc-oam/.gitignore new file mode 100644 index 000000000..eacf31a67 --- /dev/null +++ b/appc-oam/appc-oam-features/features-appc-oam/.gitignore @@ -0,0 +1 @@ +/target-ide/ diff --git a/appc-oam/appc-oam-features/features-appc-oam/pom.xml b/appc-oam/appc-oam-features/features-appc-oam/pom.xml new file mode 100644 index 000000000..202dad564 --- /dev/null +++ b/appc-oam/appc-oam-features/features-appc-oam/pom.xml @@ -0,0 +1,48 @@ + + + + 4.0.0 + + + org.onap.appc.parent + feature-repo-parent + 1.4.0-SNAPSHOT + + + + org.onap.appc + features-appc-oam + 1.4.0-SNAPSHOT + feature + + + + + + org.onap.appc + onap-appc-oam + ${project.version} + xml + features + + + + diff --git a/appc-oam/appc-oam-features/onap-appc-oam/.gitignore b/appc-oam/appc-oam-features/onap-appc-oam/.gitignore new file mode 100644 index 000000000..eacf31a67 --- /dev/null +++ b/appc-oam/appc-oam-features/onap-appc-oam/.gitignore @@ -0,0 +1 @@ +/target-ide/ diff --git a/appc-oam/appc-oam-features/onap-appc-oam/pom.xml b/appc-oam/appc-oam-features/onap-appc-oam/pom.xml new file mode 100644 index 000000000..78535b320 --- /dev/null +++ b/appc-oam/appc-oam-features/onap-appc-oam/pom.xml @@ -0,0 +1,86 @@ + + + + 4.0.0 + + + org.onap.appc.parent + single-feature-parent + 1.4.0-SNAPSHOT + + + + org.onap.appc + onap-appc-oam + 1.4.0-SNAPSHOT + feature + + + + + + org.opendaylight.controller + odl-mdsal-broker + xml + features + + + org.onap.appc + onap-appc-lifecycle-management + xml + features + ${project.version} + + + org.onap.appc + appc-oam-bundle + ${project.version} + + + org.onap.appc + appc-oam-model + ${project.version} + + + + + + + org.apache.karaf.tooling + karaf-maven-plugin + true + + false + + slf4j-api + tomcat-jdbc + tomcat-juli + httpcore + httpclient + org.eclipse.osgi + + + + + + + diff --git a/appc-oam/appc-oam-features/onap-appc-oam/src/main/feature/feature.xml b/appc-oam/appc-oam-features/onap-appc-oam/src/main/feature/feature.xml new file mode 100644 index 000000000..d36e84dd6 --- /dev/null +++ b/appc-oam/appc-oam-features/onap-appc-oam/src/main/feature/feature.xml @@ -0,0 +1,26 @@ + + + + + mvn:org.onap.appc/appc-oam-bundle/${project.version}/xml/config + + \ No newline at end of file diff --git a/appc-oam/appc-oam-features/pom.xml b/appc-oam/appc-oam-features/pom.xml index 0f61f033c..4b93b7461 100644 --- a/appc-oam/appc-oam-features/pom.xml +++ b/appc-oam/appc-oam-features/pom.xml @@ -1,148 +1,42 @@ + + 4.0.0 - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + + org.onap.appc.parent + odlparent-lite + 1.4.0-SNAPSHOT + + - ============LICENSE_END========================================================= - --> - - 4.0.0 - - appc-oam org.onap.appc + appc-oam-feature-aggregator 1.4.0-SNAPSHOT - - - APPC OAM - Features - appc-oam-features - jar - - - - org.onap.appc - appc-oam-model - ${project.version} - - - - org.onap.appc - appc-oam-bundle - config - xml - ${project.version} - - - - org.onap.appc - appc-oam-bundle - ${project.version} - - - - org.opendaylight.mdsal - features-mdsal - features - xml - - runtime - - - - org.opendaylight.yangtools - features-yangtools - features - xml - runtime - - + pom - - - - true - src/main/resources - - - - - org.apache.maven.plugins - maven-resources-plugin - - - filter - - resources - - generate-resources - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - - org.opendaylight.controller - opendaylight-karaf-empty - ${odl.karaf.empty.distro.version} - - - org.opendaylight.yangtools:features-test - - - - org.ops4j.pax.exam:pax-exam-container-native - - true - - - - org.codehaus.mojo - build-helper-maven-plugin - - - attach-artifacts - - attach-artifact - - package - - - - ${project.build.directory}/classes/${features.file} - xml - features - - - - - - + - - + + onap-appc-oam + features-appc-oam + -- cgit 1.2.3-korg