From b49dd1212bb14a47799b847f49e31de0695dcfe5 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Fri, 10 Aug 2018 15:30:58 -0700 Subject: Karaf 4 for appc-config Change-Id: I3059bf9bca4320d29432b749df6c55aecbdb22e9 Signed-off-by: Patrick Brady Issue-ID: APPC-1144 --- .../features/features-appc-config-audit/.gitignore | 1 + .../features/features-appc-config-audit/pom.xml | 48 ++++++++++++++++++++++ 2 files changed, 49 insertions(+) create mode 100644 appc-config/appc-config-audit/features/features-appc-config-audit/.gitignore create mode 100644 appc-config/appc-config-audit/features/features-appc-config-audit/pom.xml (limited to 'appc-config/appc-config-audit/features/features-appc-config-audit') diff --git a/appc-config/appc-config-audit/features/features-appc-config-audit/.gitignore b/appc-config/appc-config-audit/features/features-appc-config-audit/.gitignore new file mode 100644 index 000000000..eacf31a67 --- /dev/null +++ b/appc-config/appc-config-audit/features/features-appc-config-audit/.gitignore @@ -0,0 +1 @@ +/target-ide/ diff --git a/appc-config/appc-config-audit/features/features-appc-config-audit/pom.xml b/appc-config/appc-config-audit/features/features-appc-config-audit/pom.xml new file mode 100644 index 000000000..9de493161 --- /dev/null +++ b/appc-config/appc-config-audit/features/features-appc-config-audit/pom.xml @@ -0,0 +1,48 @@ + + + + 4.0.0 + + + org.onap.appc.parent + feature-repo-parent + 1.4.0-SNAPSHOT + + + + org.onap.appc + features-appc-config-audit + 1.4.0-SNAPSHOT + feature + + + + + + org.onap.appc + onap-appc-config-audit + ${project.version} + xml + features + + + + -- cgit 1.2.3-korg