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-dispatcher-features/.gitignore | 1 + appc-dispatcher/appc-dispatcher-features/pom.xml | 60 ++++++++++++++++++++++ .../src/main/resources/features.xml | 37 +++++++++++++ 3 files changed, 98 insertions(+) create mode 100644 appc-dispatcher/appc-dispatcher-features/.gitignore create mode 100644 appc-dispatcher/appc-dispatcher-features/pom.xml create mode 100644 appc-dispatcher/appc-dispatcher-features/src/main/resources/features.xml (limited to 'appc-dispatcher/appc-dispatcher-features') diff --git a/appc-dispatcher/appc-dispatcher-features/.gitignore b/appc-dispatcher/appc-dispatcher-features/.gitignore new file mode 100644 index 000000000..b83d22266 --- /dev/null +++ b/appc-dispatcher/appc-dispatcher-features/.gitignore @@ -0,0 +1 @@ +/target/ diff --git a/appc-dispatcher/appc-dispatcher-features/pom.xml b/appc-dispatcher/appc-dispatcher-features/pom.xml new file mode 100644 index 000000000..b26d324d2 --- /dev/null +++ b/appc-dispatcher/appc-dispatcher-features/pom.xml @@ -0,0 +1,60 @@ + + + 4.0.0 + + appc-dispatcher + org.openecomp.appc + 1.0.0 + + appc-dispatcher-features + appc-dispatcher-features + + jar + + + + + 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 + + + + + + + + + + diff --git a/appc-dispatcher/appc-dispatcher-features/src/main/resources/features.xml b/appc-dispatcher/appc-dispatcher-features/src/main/resources/features.xml new file mode 100644 index 000000000..3d0859340 --- /dev/null +++ b/appc-dispatcher/appc-dispatcher-features/src/main/resources/features.xml @@ -0,0 +1,37 @@ + + + + + + + + appc-request-handler + appc-command-executor + appc-lifecycle-management + appc-license-manager + appc-workflow-management + lock-manager + + + -- cgit 1.2.3-korg