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-adapters/appc-chef-adapter/pom.xml | 257 ++++++++++++++++++-------------- 1 file changed, 144 insertions(+), 113 deletions(-) (limited to 'appc-adapters/appc-chef-adapter/pom.xml') diff --git a/appc-adapters/appc-chef-adapter/pom.xml b/appc-adapters/appc-chef-adapter/pom.xml index c83e6aa91..8f2ac4bbd 100644 --- a/appc-adapters/appc-chef-adapter/pom.xml +++ b/appc-adapters/appc-chef-adapter/pom.xml @@ -1,123 +1,154 @@ - - 4.0.0 - - org.openecomp.appc - appc-adapters - 1.1.0-SNAPSHOT - + + + 4.0.0 + + org.openecomp.appc + appc-adapters + 1.1.0-SNAPSHOT + - - org.apache.maven.plugins - maven-changelog-plugin - 2.3 - - - dual-report - - range - 30 - - - changelog - file-activity - - - - + appc-chef-adapter + APPC Chef Adaptor + + Abstraction to connect to and utilize the services of cloud providers such as OpenStack or VMWare. + + pom - - org.codehaus.mojo - taglist-maven-plugin - 2.4 - - - + + ${project.parent.parent.basedir} + - - - - org.openecomp.appc - appc-chef-adapter-features - features - xml - ${project.version} - + + + + maven-javadoc-plugin + + + + org.slf4j + slf4j-api + ${slf4j.version} + + + org.antlr + antlr4 + ${antlr.version} + + + org.antlr + antlr4-runtime + 4.3 + + + + + + + javadoc-no-fork + test-javadoc-no-fork + + + + aggregate + + aggregate + test-aggregate + + + + + + org.apache.maven.plugins + maven-jxr-plugin + 2.3 + + + aggregate + + aggregate + test-aggregate + + + + - - org.openecomp.appc - appc-chef-adapter-provider - ${project.version} - - - + + maven-surefire-plugin + + + + org.apache.maven.plugins + maven-changelog-plugin + 2.3 + + + dual-report + + range + 30 + + + changelog + file-activity + + + + + + + org.codehaus.mojo + taglist-maven-plugin + 2.4 + + + + + + + + org.openecomp.appc + appc-chef-adapter-features + features + xml + ${project.version} + + + + org.openecomp.appc + appc-chef-adapter-provider + ${project.version} + + + - - appc-chef-adapter-bundle - appc-chef-adapter-features - appc-chef-adapter-installer - + + appc-chef-adapter-bundle + appc-chef-adapter-features + appc-chef-adapter-installer + -- cgit 1.2.3-korg