From 0414b3eaf226c9f96607c7f8cf4196676d2c5ea4 Mon Sep 17 00:00:00 2001 From: Ashwin Sridharan Date: Wed, 14 Jun 2017 23:11:25 -0400 Subject: [feature/APPC-6] Added Ansible Adapter Extension for APP-C Change-Id: I4580fe5ebec526186fff5520fc7d12bff49f3fa4 Signed-off-by: Ashwin Sridharan Signed-off-by: Patrick Brady --- appc-adapters/appc-ansible-adapter/pom.xml | 192 +++++++++++++++++++++++++++++ 1 file changed, 192 insertions(+) create mode 100644 appc-adapters/appc-ansible-adapter/pom.xml (limited to 'appc-adapters/appc-ansible-adapter/pom.xml') diff --git a/appc-adapters/appc-ansible-adapter/pom.xml b/appc-adapters/appc-ansible-adapter/pom.xml new file mode 100644 index 000000000..952002070 --- /dev/null +++ b/appc-adapters/appc-ansible-adapter/pom.xml @@ -0,0 +1,192 @@ + + + + + 4.0.0 + + org.openecomp.appc + appc-adapters + 1.1.0-SNAPSHOT + + + appc-ansible-adapter + Appc Ansible Adapter + Abstractions to interact with Ansible server via REST + 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-ansible-adapter-features + features + xml + ${project.version} + + + + org.openecomp.appc + appc-ansible-adapter-provider + ${project.version} + + + + junit + junit + 4.11 + test + + + + + + + + + + + + JCenter + JCenter Repository + http://jcenter.bintray.com + + + + + + appc-ansible-adapter-bundle + appc-ansible-adapter-features + appc-ansible-adapter-installer + + -- cgit 1.2.3-korg