From 8c9631e438b9491424df0f43d43445f098436834 Mon Sep 17 00:00:00 2001 From: Skip Wonnell Date: Tue, 29 Aug 2017 14:16:20 -0500 Subject: ChefAdapter code clean-up Issue-ID: APPC-90 Change-Id: I582d6b0c81d5a89938fff6038dfcc221ccaf19c1 Signed-off-by: Skip Wonnell --- .../appc-chef-adapter-features/pom.xml | 227 +++++++++++---------- .../src/main/resources/features.xml | 2 +- 2 files changed, 116 insertions(+), 113 deletions(-) (limited to 'appc-adapters/appc-chef-adapter/appc-chef-adapter-features') diff --git a/appc-adapters/appc-chef-adapter/appc-chef-adapter-features/pom.xml b/appc-adapters/appc-chef-adapter/appc-chef-adapter-features/pom.xml index 5e688744d..619466c7f 100644 --- a/appc-adapters/appc-chef-adapter/appc-chef-adapter-features/pom.xml +++ b/appc-adapters/appc-chef-adapter/appc-chef-adapter-features/pom.xml @@ -1,122 +1,125 @@ - - 4.0.0 - - appc-chef-adapter - org.openecomp.appc - 1.1.0-SNAPSHOT - - appc-chef-adapter-features - Chef Adaptor - Features + + + 4.0.0 + + appc-chef-adapter + org.openecomp.appc + 1.1.0-SNAPSHOT + - - org.opendaylight.mdsal - features-mdsal - features - xml - runtime - + appc-chef-adapter-features + APPC Chef Adaptor - Features + jar - - - org.opendaylight.controller - opendaylight-karaf-empty - zip - + + ${project.parent.parent.parent.basedir} + - - - - - - + + + org.openecomp.appc + appc-chef-adapter-bundle + ${project.version} + - - org.opendaylight.yangtools - features-yangtools - features - xml - runtime - - + + commons-lang + commons-lang + compile + - - - - true - src/main/resources - - - - - 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 - - - - - - - - + + org.opendaylight.mdsal + features-mdsal + features + xml + runtime + + + + + org.opendaylight.controller + opendaylight-karaf-empty + zip + + + + org.opendaylight.yangtools + features-yangtools + features + xml + runtime + + + + + + + true + src/main/resources + + + + + 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 + + + + + + + + diff --git a/appc-adapters/appc-chef-adapter/appc-chef-adapter-features/src/main/resources/features.xml b/appc-adapters/appc-chef-adapter/appc-chef-adapter-features/src/main/resources/features.xml index 5629f3922..923e6b8a9 100644 --- a/appc-adapters/appc-chef-adapter/appc-chef-adapter-features/src/main/resources/features.xml +++ b/appc-adapters/appc-chef-adapter/appc-chef-adapter-features/src/main/resources/features.xml @@ -26,7 +26,7 @@ + xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0"> mvn:org.opendaylight.mdsal/features-mdsal/${odl.mdsal.features.version}/xml/features -- cgit 1.2.3-korg