From 5166a76913fcb658be58adffed441590979e41cf Mon Sep 17 00:00:00 2001 From: Skip Wonnell Date: Tue, 15 Aug 2017 19:57:50 -0500 Subject: Initial commit for appc-config-audit bundle This Bundle is used for Auditing against a running configurition Signed-off-by: Skip Wonnell Issue-Id: APPC-22 Signed-off-by: Patrick Brady Change-Id: Id19c65e351cc377d32d6533d3fa73415019652f0 --- appc-config/appc-config-audit/features/pom.xml | 125 +++++++++++++++++++++++++ 1 file changed, 125 insertions(+) create mode 100644 appc-config/appc-config-audit/features/pom.xml (limited to 'appc-config/appc-config-audit/features/pom.xml') diff --git a/appc-config/appc-config-audit/features/pom.xml b/appc-config/appc-config-audit/features/pom.xml new file mode 100644 index 000000000..4197f94ff --- /dev/null +++ b/appc-config/appc-config-audit/features/pom.xml @@ -0,0 +1,125 @@ + + + 4.0.0 + + org.openecomp.appc + appc-config-audit + 1.1.0-SNAPSHOT + + appc-config-audit-features + Config Audit Plugin - Features + + jar + + + + + org.openecomp.appc + appc-config-audit-provider + ${project.version} + + + + commons-lang + commons-lang + 2.6 + compile + + + + org.opendaylight.mdsal + features-mdsal + ${odl.mdsal.version} + features + xml + + runtime + + + + + + org.opendaylight.controller + opendaylight-karaf-empty + ${odl.karaf.empty.distro.version} + zip + + + + + + org.opendaylight.odlparent + features-test + ${odl.commons.opendaylight.version} + test + + + + + + + + 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 + + + + + + + + + -- cgit 1.2.3-korg