From c7d0075d223eab9f89fd28853c4b138792059be9 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Thu, 1 Jun 2017 10:45:37 -0700 Subject: Merge of new rebased code Change-Id: I9b8d1f69eb3e0af1935ed8304fea4bf54c1aac47 Signed-off-by: Patrick Brady --- .../appc-rest-healthcheck-adapter/pom.xml | 125 +++++++++++++++++++++ 1 file changed, 125 insertions(+) create mode 100644 appc-adapters/appc-rest-healthcheck-adapter/pom.xml (limited to 'appc-adapters/appc-rest-healthcheck-adapter/pom.xml') diff --git a/appc-adapters/appc-rest-healthcheck-adapter/pom.xml b/appc-adapters/appc-rest-healthcheck-adapter/pom.xml new file mode 100644 index 000000000..fd95c0bf6 --- /dev/null +++ b/appc-adapters/appc-rest-healthcheck-adapter/pom.xml @@ -0,0 +1,125 @@ + + + 4.0.0 + + org.openecomp.appc + appc-adapters + 1.1.0-SNAPSHOT + + + appc-rest-healthcheck-adapter + rest healthcheck adaptor + Abstraction to connect to and utilize the services of cloud providers such as OpenStack or VMWare. + pom + + + + + 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 + + + + + + + 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-rest-healthcheck-adapter-features + features + xml + ${project.version} + + + + org.openecomp.appc + appc-rest-healthcheck-adapter-provider + ${project.version} + + + + + + + + appc-rest-healthcheck-adapter-bundle + appc-rest-healthcheck-adapter-features + appc-rest-healthcheck-adapter-installer + + -- cgit 1.2.3-korg