From 1c192d2dd68724e292b6a30f463085a262e1e813 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Wed, 15 Feb 2017 23:11:26 -0800 Subject: Moving all files to root directory Change-Id: Ica5535fd6ec85f350fe1640b42137b49f83f10f0 Signed-off-by: Patrick Brady --- .../appc-asdc-listener-features/pom.xml | 89 ++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 appc-asdc-listener/appc-asdc-listener-features/pom.xml (limited to 'appc-asdc-listener/appc-asdc-listener-features/pom.xml') diff --git a/appc-asdc-listener/appc-asdc-listener-features/pom.xml b/appc-asdc-listener/appc-asdc-listener-features/pom.xml new file mode 100644 index 000000000..c0ca8d190 --- /dev/null +++ b/appc-asdc-listener/appc-asdc-listener-features/pom.xml @@ -0,0 +1,89 @@ + + + 4.0.0 + + appc-asdc-listener + org.openecomp.appc + 1.0.0 + + appc-asdc-listener-features + Event Listener - Features + + jar + + + + org.openecomp.appc + appc-asdc-listener-bundle + ${project.version} + + + + commons-lang + commons-lang + compile + + + + org.opendaylight.mdsal + features-mdsal + features + xml + runtime + + + + org.opendaylight.yangtools + features-yangtools + features + xml + runtime + + + + + + + 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