From 603a5a4aa9ee8c00a3ca081b98e9f19c0606b0da Mon Sep 17 00:00:00 2001 From: Kanagaraj M Date: Fri, 2 Aug 2019 12:53:15 +0530 Subject: Set SNAPSHOT versioning Issue-ID: CLI-169 Change-Id: I37930d594df46a9cf306d66db3ba212237041e0c Signed-off-by: Kanagaraj Manickam k00365106 --- products/onap-dublin/features/pom.xml | 47 ++++++++++++++++++++++++++++++++++- 1 file changed, 46 insertions(+), 1 deletion(-) (limited to 'products/onap-dublin/features/pom.xml') diff --git a/products/onap-dublin/features/pom.xml b/products/onap-dublin/features/pom.xml index 23a2d640..4fa428b5 100644 --- a/products/onap-dublin/features/pom.xml +++ b/products/onap-dublin/features/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli-products-onap-dublin - 3.0.0 + 4.0.0-SNAPSHOT cli-products-onap-dublin-features @@ -46,6 +46,51 @@ + + org.apache.maven.plugins + maven-resources-plugin + 3.1.0 + + + copy-resource-script + install + + copy-resources + + + + ../../../../products/target/script + + + ${project.basedir}/src/main/resources/script + + *.* + + + + + + + copy-resource-conf + install + + copy-resources + + + + ../../../../products/target/conf + + + ${project.basedir}/src/main/resources/conf + + *.* + + + + + + + org.apache.maven.plugins maven-dependency-plugin -- cgit 1.2.3-korg