Set SNAPSHOT versioning 39/92539/2
authorKanagaraj M <mkr1481@gmail.com>
Fri, 2 Aug 2019 07:23:15 +0000 (12:53 +0530)
committerKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Mon, 5 Aug 2019 14:15:44 +0000 (19:45 +0530)
Issue-ID: CLI-169

Change-Id: I37930d594df46a9cf306d66db3ba212237041e0c
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
65 files changed:
deployment/docker/pom.xml
deployment/pom.xml
deployment/zip/pom.xml
framework/pom.xml
grpc/grpc-client/pom.xml
grpc/grpc-server/pom.xml
grpc/grpc-stub/pom.xml
grpc/pom.xml
main/pom.xml
pom.xml
products/onap-amsterdam/auth/pom.xml
products/onap-amsterdam/catalog/pom.xml
products/onap-amsterdam/features/aai/pom.xml
products/onap-amsterdam/features/msb/pom.xml
products/onap-amsterdam/features/pom.xml
products/onap-amsterdam/features/sdc/pom.xml
products/onap-amsterdam/features/so/pom.xml
products/onap-amsterdam/pom.xml
products/onap-beijing/auth/pom.xml
products/onap-beijing/catalog/pom.xml
products/onap-beijing/features/aai/pom.xml
products/onap-beijing/features/appc/pom.xml
products/onap-beijing/features/msb/pom.xml
products/onap-beijing/features/policy/pom.xml
products/onap-beijing/features/pom.xml
products/onap-beijing/features/sdc/pom.xml
products/onap-beijing/features/so/pom.xml
products/onap-beijing/pom.xml
products/onap-casablanca/auth/pom.xml
products/onap-casablanca/catalog/pom.xml
products/onap-casablanca/features/aai/pom.xml
products/onap-casablanca/features/msb/pom.xml
products/onap-casablanca/features/pom.xml
products/onap-casablanca/features/sdc/pom.xml
products/onap-casablanca/features/vnfsdk/pom.xml
products/onap-casablanca/pom.xml
products/onap-dublin/auth/pom.xml
products/onap-dublin/catalog/pom.xml
products/onap-dublin/features/aai/pom.xml
products/onap-dublin/features/msb/pom.xml
products/onap-dublin/features/multicloud/pom.xml
products/onap-dublin/features/policy/pom.xml
products/onap-dublin/features/pom.xml
products/onap-dublin/features/sdc/pom.xml
products/onap-dublin/features/sdnc/pom.xml
products/onap-dublin/features/so/pom.xml
products/onap-dublin/features/vfc/pom.xml
products/onap-dublin/features/vnfsdk/pom.xml
products/onap-dublin/pom.xml
products/openecomp/auth/pom.xml
products/openecomp/catalog/pom.xml
products/openecomp/features/aai/pom.xml
products/openecomp/features/pom.xml
products/openecomp/features/sdc/pom.xml
products/openecomp/pom.xml
products/pom.xml
products/sample/pom.xml
profiles/command/pom.xml
profiles/http/pom.xml
profiles/pom.xml
profiles/snmp/pom.xml
validate/pom.xml
validate/sample-mock-generator/pom.xml
validate/sample-yaml-generator/pom.xml
validate/validation/pom.xml

index 40240f9..4a5837a 100644 (file)
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-deployment</artifactId>
-        <version>3.0.0</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-docker</artifactId>
     <name>cli/deployment/docker</name>
-    <version>3.0.0</version>
+    <version>4.0.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
   <properties>
index c3f7045..58793d8 100644 (file)
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli</artifactId>
-        <version>3.0.0</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-deployment</artifactId>
index 454e259..cb34efe 100644 (file)
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-deployment</artifactId>
-        <version>3.0.0</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-zip</artifactId>
                                 ant.delete(dir: "${deployUnzip}/data")
                                 ant.mkdir(dir: "${deployUnzip}/data")
 
+                                ant.delete(dir: "${deployUnzip}/data/tmp")
+                                ant.mkdir(dir: "${deployUnzip}/data/tmp")
+
+                                ant.delete(dir: "${deployUnzip}/script")
+                                ant.mkdir(dir: "${deployUnzip}/script")
+
                                 ant.copy(todir: "${deployUnzip}") {
                                 fileset(dir: "${basedir}/src/main/release"){
                                 exclude(name: "**/.gitignore")
index 60193e7..75d94ee 100644 (file)
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli</artifactId>
-        <version>3.0.0</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-framework</artifactId>
+
     <name>cli/framework</name>
+
     <packaging>jar</packaging>
+
     <dependencies>
         <dependency>
             <groupId>org.onap.cli</groupId>
             <artifactId>oclip-grpc-client</artifactId>
-            <version>3.0.0</version>
+            <version>4.0.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.yaml</groupId>
             <artifactId>commons-csv</artifactId>
             <version>1.3</version>
         </dependency>
+        <dependency>
+            <groupId>commons-codec</groupId>
+            <artifactId>commons-codec</artifactId>
+            <version>1.9</version>
+        </dependency>
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-io</artifactId>
             <artifactId>spring-core</artifactId>
             <version>3.2.9.RELEASE</version>
         </dependency>
+        <dependency>
+            <groupId>com.jayway.jsonpath</groupId>
+            <artifactId>json-path</artifactId>
+            <version>2.2.0</version>
+        </dependency>
+        <dependency>
+            <groupId>com.fasterxml.jackson.core</groupId>
+            <artifactId>jackson-databind</artifactId>
+            <version>2.9.4</version>
+        </dependency>
+        <dependency>
+            <groupId>com.fasterxml.jackson.dataformat</groupId>
+            <artifactId>jackson-dataformat-yaml</artifactId>
+            <version>2.9.4</version>
+        </dependency>
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
             <version>1.19</version>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>com.jayway.jsonpath</groupId>
-            <artifactId>json-path</artifactId>
-            <version>2.2.0</version>
-        </dependency>
-        <dependency>
-            <groupId>com.fasterxml.jackson.core</groupId>
-            <artifactId>jackson-databind</artifactId>
-            <version>2.9.4</version>
-        </dependency>
-        <dependency>
-            <groupId>com.fasterxml.jackson.dataformat</groupId>
-            <artifactId>jackson-dataformat-yaml</artifactId>
-            <version>2.9.4</version>
-        </dependency>
     </dependencies>
 </project>
index 813e8e7..3b7ad6d 100644 (file)
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.onap.cli</groupId>
     <artifactId>oclip-grpc</artifactId>
-    <version>3.0.0</version>
+    <version>4.0.0-SNAPSHOT</version>
   </parent>
   <artifactId>oclip-grpc-client</artifactId>
   <name>oclip/grpc/client</name>
index be038ad..c894e67 100644 (file)
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.onap.cli</groupId>
     <artifactId>oclip-grpc</artifactId>
-    <version>3.0.0</version>
+    <version>4.0.0-SNAPSHOT</version>
   </parent>
   <artifactId>oclip-grpc-server</artifactId>
   <name>oclip/grpc/server</name>
@@ -32,7 +32,7 @@
       <dependency>
           <groupId>org.onap.cli</groupId>
           <artifactId>cli-main</artifactId>
-          <version>3.0.0</version>
+          <version>4.0.0-SNAPSHOT</version>
       </dependency>
   </dependencies>
    <build>
index 0b8007d..28703a4 100644 (file)
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.onap.cli</groupId>
     <artifactId>oclip-grpc</artifactId>
-    <version>3.0.0</version>
+    <version>4.0.0-SNAPSHOT</version>
   </parent>
   <artifactId>oclip-grpc-stub</artifactId>
   <name>oclip/grpc/stub</name>
index 1023e62..7572160 100644 (file)
@@ -18,9 +18,9 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli</artifactId>
-        <version>3.0.0</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
-  <version>3.0.0</version>
+  <version>4.0.0-SNAPSHOT</version>
   <artifactId>oclip-grpc</artifactId>
   <packaging>pom</packaging>
   <name>oclip/grpc</name>
index 3fb4288..9a5465c 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli</artifactId>
-        <version>3.0.0</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-main</artifactId>
             <artifactId>cli-sample-yaml-generator</artifactId>
             <version>${project.version}</version>
         </dependency>
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <version>4.11</version>
-            <scope>test</scope>
-        </dependency>
         <dependency>
             <groupId>org.onap.cli</groupId>
             <artifactId>cli-framework</artifactId>
             <groupId>jline</groupId>
             <artifactId>jline</artifactId>
             <version>2.6</version>
+        </dependency>
+            <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <version>4.11</version>
+            <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.jmockit</groupId>
             <version>1.19</version>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.jmockit</groupId>
+            <artifactId>jmockit-coverage</artifactId>
+            <version>1.19</version>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
     <build>
         <plugins>
diff --git a/pom.xml b/pom.xml
index ee9d27b..234ba69 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
 
     <groupId>org.onap.cli</groupId>
     <artifactId>cli</artifactId>
-    <version>3.0.0</version>
+    <version>4.0.0-SNAPSHOT</version>
 
     <packaging>pom</packaging>
     <name>cli</name>
index d6b1c43..c80fc71 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-amsterdam</artifactId>
-        <version>2.0.3</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-amsterdam-auth</artifactId>
index a7afa9b..9fb5262 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-amsterdam</artifactId>
-        <version>2.0.3</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-amsterdam-catalog</artifactId>
index b68499e..37f6e7d 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-amsterdam-features</artifactId>
-        <version>2.0.3</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-amsterdam-features-aai</artifactId>
index 7e9f7ce..f8e4d5f 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-amsterdam-features</artifactId>
-        <version>2.0.3</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-amsterdam-features-msb</artifactId>
index f2f4f6a..b036207 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-amsterdam</artifactId>
-        <version>2.0.3</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-amsterdam-features</artifactId>
index ae0cab7..8fb7005 100644 (file)
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-amsterdam-features</artifactId>
-        <version>2.0.3</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-amsterdam-features-sdc</artifactId>
index 5beb19e..51d572f 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-amsterdam-features</artifactId>
-        <version>2.0.3</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-amsterdam-features-so</artifactId>
index f30a2c4..e4c26d9 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products</artifactId>
-        <version>2.0.3</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-amsterdam</artifactId>
index 3f7d5d6..5c6de13 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-beijing</artifactId>
-        <version>2.0.3</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-beijing-auth</artifactId>
index 0215fbb..9919ba6 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-beijing</artifactId>
-        <version>2.0.3</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-beijing-catalog</artifactId>
index 95e2aa1..04c83f9 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-beijing-features</artifactId>
-        <version>2.0.3</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-beijing-features-aai</artifactId>
index 6b157c2..4370a54 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-beijing-features</artifactId>
-        <version>2.0.3</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-beijing-features-appc</artifactId>
index 130cac0..c330f80 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-beijing-features</artifactId>
-        <version>2.0.3</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-beijing-features-msb</artifactId>
index d6b25b1..1c27755 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-beijing-features</artifactId>
-        <version>2.0.3</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-beijing-features-policy</artifactId>
index 3c9ac62..7aee7bf 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-beijing</artifactId>
-        <version>2.0.3</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-beijing-features</artifactId>
index e81e4e0..36b95b5 100644 (file)
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-beijing-features</artifactId>
-        <version>2.0.3</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-beijing-features-sdc</artifactId>
index c2fcb77..26240c5 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-beijing-features</artifactId>
-        <version>2.0.3</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-beijing-features-so</artifactId>
index c0d3884..05a30b5 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products</artifactId>
-        <version>2.0.3</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-beijing</artifactId>
index c764aa9..2ac2494 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-casablanca</artifactId>
-        <version>3.0.0</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-casablanca-auth</artifactId>
index a436d8b..68e73bb 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-casablanca</artifactId>
-        <version>3.0.0</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-casablanca-catalog</artifactId>
index 19371b6..543cf17 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-casablanca-features</artifactId>
-        <version>3.0.0</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-casablanca-features-aai</artifactId>
index 1cebb35..047a17d 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-casablanca-features</artifactId>
-        <version>3.0.0</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-casablanca-features-msb</artifactId>
index c9a77c9..637d5fe 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-casablanca</artifactId>
-        <version>3.0.0</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-casablanca-features</artifactId>
index 71485a2..94c057b 100644 (file)
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-casablanca-features</artifactId>
-        <version>3.0.0</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-casablanca-features-sdc</artifactId>
index 26563fb..b0ea660 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-casablanca-features</artifactId>
-        <version>3.0.0</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-casablanca-features-vnfsdk</artifactId>
index 48ff1c8..d812427 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products</artifactId>
-        <version>3.0.0</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-casablanca</artifactId>
index e3dd7f8..42892c9 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-dublin</artifactId>
-        <version>3.0.0</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-dublin-auth</artifactId>
index 55e3533..d5bff21 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-dublin</artifactId>
-        <version>3.0.0</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-dublin-catalog</artifactId>
index 0383c0b..f774302 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-dublin-features</artifactId>
-        <version>3.0.0</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-dublin-features-aai</artifactId>
index 57f9eae..ae8e044 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-dublin-features</artifactId>
-        <version>3.0.0</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-dublin-features-msb</artifactId>
index aadb081..06d2ee9 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-dublin-features</artifactId>
-        <version>3.0.0</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-dublin-features-multicloud</artifactId>
index aeca79e..f7a885e 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-dublin-features</artifactId>
-        <version>3.0.0</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-dublin-features-policy</artifactId>
index 23a2d64..4fa428b 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-dublin</artifactId>
-        <version>3.0.0</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-dublin-features</artifactId>
      <build>
          <pluginManagement>
             <plugins>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-resources-plugin</artifactId>
+                    <version>3.1.0</version>
+                    <executions>
+                        <execution>
+                            <id>copy-resource-script</id>
+                            <phase>install</phase>
+                            <goals>
+                                <goal>copy-resources</goal>
+                            </goals>
+
+                            <configuration>
+                                <outputDirectory>../../../../products/target/script</outputDirectory>
+                                <resources>
+                                    <resource>
+                                        <directory>${project.basedir}/src/main/resources/script</directory>
+                                        <includes>
+                                            <include>*.*</include>
+                                        </includes>
+                                    </resource>
+                                </resources>
+                            </configuration>
+                        </execution>
+                        <execution>
+                            <id>copy-resource-conf</id>
+                            <phase>install</phase>
+                            <goals>
+                                <goal>copy-resources</goal>
+                            </goals>
+
+                            <configuration>
+                                <outputDirectory>../../../../products/target/conf</outputDirectory>
+                                <resources>
+                                    <resource>
+                                        <directory>${project.basedir}/src/main/resources/conf</directory>
+                                        <includes>
+                                            <include>*.*</include>
+                                        </includes>
+                                    </resource>
+                                </resources>
+                            </configuration>
+                        </execution>
+                   </executions>
+                </plugin>
                 <plugin>
                   <groupId>org.apache.maven.plugins</groupId>
                   <artifactId>maven-dependency-plugin</artifactId>
index 8a91f7b..b0cded4 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-dublin-features</artifactId>
-        <version>3.0.0</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-dublin-features-sdc</artifactId>
index 14d30be..48fdfcd 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-dublin-features</artifactId>
-        <version>3.0.0</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-dublin-features-sdnc</artifactId>
index d2774d6..00f99c7 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-dublin-features</artifactId>
-        <version>3.0.0</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-dublin-features-so</artifactId>
index f7cc3c3..28fd7fb 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-dublin-features</artifactId>
-        <version>3.0.0</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-dublin-features-vfc</artifactId>
index 0117c3f..dd5ae24 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-onap-dublin-features</artifactId>
-        <version>3.0.0</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-dublin-features-vnfsdk</artifactId>
index 25c4216..596ee9b 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products</artifactId>
-        <version>3.0.0</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-onap-dublin</artifactId>
index ae4564a..ed2429a 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-openecomp</artifactId>
-        <version>2.0.4</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-openecomp-auth</artifactId>
index 0c55a8c..ee62cfe 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-openecomp</artifactId>
-        <version>2.0.4</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-openecomp-catalog</artifactId>
index 5f86fcb..d09e24e 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-openecomp-features</artifactId>
-        <version>2.0.4</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-openecomp-features-aai</artifactId>
index 9a17554..a4ebec7 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-openecomp</artifactId>
-        <version>2.0.4</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-openecomp-features</artifactId>
index 86c0b92..769d07a 100644 (file)
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products-openecomp-features</artifactId>
-        <version>2.0.4</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-openecomp-features-sdc</artifactId>
index 98b725a..96b65c3 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products</artifactId>
-        <version>2.0.4</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-openecomp</artifactId>
index 4469dcb..b7e8f65 100644 (file)
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli</artifactId>
-        <version>3.0.0</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products</artifactId>
index 86d9f22..831f932 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-products</artifactId>
-        <version>3.0.0</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-products-sample</artifactId>
index 2379eb6..70eec13 100644 (file)
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.onap.cli</groupId>
     <artifactId>cli-profiles</artifactId>
-    <version>3.0.0</version>
+    <version>4.0.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>cli-profiles-command</artifactId>
               <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-dependency-plugin</artifactId>
             </plugin>
+            <plugin>
+              <groupId>org.apache.maven.plugins</groupId>
+              <artifactId>maven-resources-plugin</artifactId>
+            </plugin>
         </plugins>
     </build>
 </project>
index 1103f2f..b8563e4 100644 (file)
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.onap.cli</groupId>
     <artifactId>cli-profiles</artifactId>
-    <version>3.0.0</version>
+    <version>4.0.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>cli-profiles-http</artifactId>
             <artifactId>jackson-databind</artifactId>
             <version>2.9.4</version>
         </dependency>
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <version>4.11</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.jmockit</groupId>
-            <artifactId>jmockit</artifactId>
-            <version>1.19</version>
-            <scope>test</scope>
-        </dependency>
         <dependency>
             <groupId>org.onap.cli</groupId>
             <artifactId>cli-main</artifactId>
             <scope>test</scope>
         </dependency>
         <dependency>
-            <groupId>org.jmockit</groupId>
-            <artifactId>jmockit-coverage</artifactId>
-            <version>1.19</version>
-            <scope>test</scope>
-        </dependency>
-      <dependency>
           <groupId>com.github.dreamhead</groupId>
           <artifactId>moco-runner</artifactId>
           <version>0.12.0</version>
                   <artifactId>logback-classic</artifactId>
               </exclusion>
           </exclusions>
-      </dependency>
-  </dependencies>
+          </dependency>
+          <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <version>4.11</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.jmockit</groupId>
+            <artifactId>jmockit</artifactId>
+            <version>1.19</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.jmockit</groupId>
+            <artifactId>jmockit-coverage</artifactId>
+            <version>1.19</version>
+            <scope>test</scope>
+        </dependency>
+   </dependencies>
    <build>
         <plugins>
             <plugin>
               <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-dependency-plugin</artifactId>
             </plugin>
+            <plugin>
+              <groupId>org.apache.maven.plugins</groupId>
+              <artifactId>maven-resources-plugin</artifactId>
+            </plugin>
         </plugins>
     </build>
 </project>
index 20abad3..94f71c5 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli</artifactId>
-        <version>3.0.0</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-profiles</artifactId>
@@ -35,6 +35,7 @@
         <module>http</module>
         <module>snmp</module>
         <module>command</module>
+
     </modules>
     <dependencies>
         <dependency>
     <build>
          <pluginManagement>
             <plugins>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-resources-plugin</artifactId>
+                    <version>3.1.0</version>
+                    <executions>
+                        <execution>
+                            <id>copy-resource-conf</id>
+                            <phase>install</phase>
+                            <goals>
+                                <goal>copy-resources</goal>
+                            </goals>
+
+                            <configuration>
+                                <outputDirectory>../../profiles/target/conf</outputDirectory>
+                                <resources>
+                                    <resource>
+                                        <directory>${project.basedir}/src/main/resources</directory>
+                                        <includes>
+                                            <include>*.properties</include>
+                                        </includes>
+                                    </resource>
+                                </resources>
+                            </configuration>
+                        </execution>
+                   </executions>
+                </plugin>
                 <plugin>
                   <groupId>org.apache.maven.plugins</groupId>
                   <artifactId>maven-dependency-plugin</artifactId>
index 4b9884d..1dcaa59 100644 (file)
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.onap.cli</groupId>
     <artifactId>cli-profiles</artifactId>
-    <version>3.0.0</version>
+    <version>4.0.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>cli-profiles-snmp</artifactId>
               <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-dependency-plugin</artifactId>
             </plugin>
+            <plugin>
+              <groupId>org.apache.maven.plugins</groupId>
+              <artifactId>maven-resources-plugin</artifactId>
+            </plugin>
         </plugins>
     </build>
 </project>
index 46a899c..5c9b9ee 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli</artifactId>
-        <version>3.0.0</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-validate</artifactId>
index 6b3eb54..dfa5b9b 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-validate</artifactId>
-        <version>3.0.0</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-sample-mock-generator</artifactId>
             <version>4.11</version>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.jmockit</groupId>
+            <artifactId>jmockit</artifactId>
+            <version>1.19</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.jmockit</groupId>
+            <artifactId>jmockit-coverage</artifactId>
+            <version>1.19</version>
+            <scope>test</scope>
+        </dependency>
         <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-databind</artifactId>
index 400d72f..c9503c5 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-validate</artifactId>
-        <version>3.0.0</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-sample-yaml-generator</artifactId>
             <version>4.11</version>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.jmockit</groupId>
+            <artifactId>jmockit</artifactId>
+            <version>1.19</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.jmockit</groupId>
+            <artifactId>jmockit-coverage</artifactId>
+            <version>1.19</version>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 
 </project>
index 7767913..526aa0f 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.cli</groupId>
         <artifactId>cli-validate</artifactId>
-        <version>3.0.0</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-validation</artifactId>
             <version>4.11</version>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.jmockit</groupId>
+            <artifactId>jmockit</artifactId>
+            <version>1.19</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.jmockit</groupId>
+            <artifactId>jmockit-coverage</artifactId>
+            <version>1.19</version>
+            <scope>test</scope>
+        </dependency>
         <dependency>
             <groupId>org.onap.cli</groupId>
             <artifactId>cli-main</artifactId>