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 --- .../lock-manager-lib/lock-manager-features/pom.xml | 107 +++++++++++++++++++++ 1 file changed, 107 insertions(+) create mode 100644 appc-dispatcher/appc-dispatcher-common/lock-manager-lib/lock-manager-features/pom.xml (limited to 'appc-dispatcher/appc-dispatcher-common/lock-manager-lib/lock-manager-features/pom.xml') diff --git a/appc-dispatcher/appc-dispatcher-common/lock-manager-lib/lock-manager-features/pom.xml b/appc-dispatcher/appc-dispatcher-common/lock-manager-lib/lock-manager-features/pom.xml new file mode 100644 index 000000000..560661dfb --- /dev/null +++ b/appc-dispatcher/appc-dispatcher-common/lock-manager-lib/lock-manager-features/pom.xml @@ -0,0 +1,107 @@ + + + 4.0.0 + + lock-manager-lib + org.openecomp.appc + 1.0.0 + + lock-manager-features + lock-manager-features + + jar + + + + org.openecomp.appc + lock-manager-api + ${project.version} + + + org.openecomp.appc + lock-manager-impl + ${project.version} + + + + + + + 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 + + + + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + true + + + + + -- cgit 1.2.3-korg