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 --- profiles/command/pom.xml | 6 +++++- profiles/http/pom.xml | 46 +++++++++++++++++++++++++--------------------- profiles/pom.xml | 29 ++++++++++++++++++++++++++++- profiles/snmp/pom.xml | 6 +++++- 4 files changed, 63 insertions(+), 24 deletions(-) (limited to 'profiles') diff --git a/profiles/command/pom.xml b/profiles/command/pom.xml index 2379eb68..70eec137 100644 --- a/profiles/command/pom.xml +++ b/profiles/command/pom.xml @@ -22,7 +22,7 @@ org.onap.cli cli-profiles - 3.0.0 + 4.0.0-SNAPSHOT cli-profiles-command @@ -62,6 +62,10 @@ org.apache.maven.plugins maven-dependency-plugin + + org.apache.maven.plugins + maven-resources-plugin + diff --git a/profiles/http/pom.xml b/profiles/http/pom.xml index 1103f2f4..b8563e48 100644 --- a/profiles/http/pom.xml +++ b/profiles/http/pom.xml @@ -22,7 +22,7 @@ org.onap.cli cli-profiles - 3.0.0 + 4.0.0-SNAPSHOT cli-profiles-http @@ -58,18 +58,6 @@ jackson-databind 2.9.4 - - junit - junit - 4.11 - test - - - org.jmockit - jmockit - 1.19 - test - org.onap.cli cli-main @@ -77,12 +65,6 @@ test - org.jmockit - jmockit-coverage - 1.19 - test - - com.github.dreamhead moco-runner 0.12.0 @@ -96,14 +78,36 @@ logback-classic - - + + + junit + junit + 4.11 + test + + + org.jmockit + jmockit + 1.19 + test + + + org.jmockit + jmockit-coverage + 1.19 + test + + org.apache.maven.plugins maven-dependency-plugin + + org.apache.maven.plugins + maven-resources-plugin + diff --git a/profiles/pom.xml b/profiles/pom.xml index 20abad3f..94f71c51 100644 --- a/profiles/pom.xml +++ b/profiles/pom.xml @@ -24,7 +24,7 @@ org.onap.cli cli - 3.0.0 + 4.0.0-SNAPSHOT cli-profiles @@ -35,6 +35,7 @@ http snmp command + @@ -52,6 +53,32 @@ + + org.apache.maven.plugins + maven-resources-plugin + 3.1.0 + + + copy-resource-conf + install + + copy-resources + + + + ../../profiles/target/conf + + + ${project.basedir}/src/main/resources + + *.properties + + + + + + + org.apache.maven.plugins maven-dependency-plugin diff --git a/profiles/snmp/pom.xml b/profiles/snmp/pom.xml index 4b9884d6..1dcaa59a 100644 --- a/profiles/snmp/pom.xml +++ b/profiles/snmp/pom.xml @@ -22,7 +22,7 @@ org.onap.cli cli-profiles - 3.0.0 + 4.0.0-SNAPSHOT cli-profiles-snmp @@ -62,6 +62,10 @@ org.apache.maven.plugins maven-dependency-plugin + + org.apache.maven.plugins + maven-resources-plugin + -- cgit