From 719e3bb7d4f6b31c178abaeff9b8124ce7703662 Mon Sep 17 00:00:00 2001 From: Gautam Shah Date: Tue, 5 Jun 2018 18:50:13 +0530 Subject: Onboarding backend build optimization. Enhancing Test RUN/NO-RUN Logic, adding identifiers for local build state repo Change-Id: Ie0a541f216c16ddc40605111981d7a2fa045c39d Issue-ID: SDC-1189 Signed-off-by: GAUTAMS --- .../tools/snapshot-signature-plugin/pom.xml | 40 ++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 openecomp-be/tools/snapshot-signature-plugin/pom.xml (limited to 'openecomp-be/tools/snapshot-signature-plugin/pom.xml') diff --git a/openecomp-be/tools/snapshot-signature-plugin/pom.xml b/openecomp-be/tools/snapshot-signature-plugin/pom.xml new file mode 100644 index 0000000000..96ecbae828 --- /dev/null +++ b/openecomp-be/tools/snapshot-signature-plugin/pom.xml @@ -0,0 +1,40 @@ + + + 4.0.0 + + snapshot-signature-plugin + maven-plugin + + sdc-onboarding + org.openecomp.sdc + 1.3.0-SNAPSHOT + ../../../onboarding + + + + + org.apache.maven + maven-core + ${maven-core.version} + + + org.apache.maven.plugin-tools + maven-plugin-annotations + ${maven-plugin-annotations.version} + + + + + + + org.apache.maven.plugins + maven-plugin-plugin + ${maven-plugin-plugin.version} + + + + + + \ No newline at end of file -- cgit 1.2.3-korg