Update POM files 13/713/1
authorplatania <platania@research.att.com>
Fri, 17 Feb 2017 22:37:35 +0000 (17:37 -0500)
committerplatania <platania@research.att.com>
Fri, 17 Feb 2017 22:37:35 +0000 (17:37 -0500)
Change-Id: I0cccdeefc5397a3f3fee95380b113f12446343f2
Signed-off-by: platania <platania@research.att.com>
14 files changed:
.DS_Store [new file with mode: 0644]
scripts/deploy.sh
vnfs/.DS_Store
vnfs/VES/pom.xml
vnfs/VESreporting_vFW/pom.xml
vnfs/VESreporting_vLB/pom.xml
vnfs/honeycomb_plugin/sample_plugin/parent-pom/pom.xml
vnfs/honeycomb_plugin/sample_plugin/pom.xml
vnfs/honeycomb_plugin/sample_plugin/sample-distribution/pom.xml
vnfs/vFW/pg_streams/pom.xml
vnfs/vLB/.DS_Store
vnfs/vLB/DNSClient/pom.xml
vnfs/vLB/DNSManager/pom.xml
vnfs/vLB/dns_streams/pom.xml

diff --git a/.DS_Store b/.DS_Store
new file mode 100644 (file)
index 0000000..4627795
Binary files /dev/null and b/.DS_Store differ
index e1c0bbb..9489d56 100755 (executable)
@@ -3,10 +3,10 @@
 ########## Define parameters ##########
 VERSION="1.0.0-SNAPSHOT"
 
-PATH_TO_BOOT="../boot"
-PATH_TO_HEAT="../heat"
-PATH_TO_VFW="../vnfs/vFW/scripts"
-PATH_TO_VLB="../vnfs/vLB/scripts"
+PATH_TO_BOOT="boot"
+PATH_TO_HEAT="heat"
+PATH_TO_VFW="vnfs/vFW/scripts"
+PATH_TO_VLB="vnfs/vLB/scripts"
 
 BOOT_GROUP_ID="org.openecomp.demo.boot"
 HEAT_GROUP_ID="org.openecomp.demo.heat"
index a749701..d4eb784 100644 (file)
Binary files a/vnfs/.DS_Store and b/vnfs/.DS_Store differ
index 983fd88..da8d0ea 100644 (file)
   </configuration>
 </plugin>
 
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>exec-maven-plugin</artifactId>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
+        <executions>
+          <execution>
+            <phase>none</phase>
+          </execution>
+        </executions>
+      </plugin>
+
     </plugins>
   </build>
 
index 2c1b225..c1fb551 100644 (file)
   </configuration>
 </plugin>
 
+        <plugin>
+            <groupId>org.codehaus.mojo</groupId>
+            <artifactId>exec-maven-plugin</artifactId>
+            <configuration>
+                <skip>true</skip>
+            </configuration>
+            <executions>
+                <execution>
+                    <phase>none</phase>
+                </execution>
+            </executions>
+        </plugin>
+
     </plugins>
   </build>
 
index 9d3e7bd..51e9397 100644 (file)
   </configuration>
 </plugin>
 
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>exec-maven-plugin</artifactId>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
+        <executions>
+          <execution>
+            <phase>none</phase>
+          </execution>
+        </executions>
+      </plugin>
+
     </plugins>
   </build>
 
index 352d447..cb3903a 100644 (file)
@@ -226,6 +226,21 @@ done
                         </execution>
                     </executions>
                 </plugin>
+
+                <!-- Disable exec-maven-plugin -->
+                <plugin>
+                    <groupId>org.codehaus.mojo</groupId>
+                    <artifactId>exec-maven-plugin</artifactId>
+                    <configuration>
+                        <skip>true</skip>
+                    </configuration>
+                    <executions>
+                        <execution>
+                            <phase>none</phase>
+                        </execution>
+                    </executions>
+                </plugin>
+
             </plugins>
         </pluginManagement>
     </build>
index 40a792b..8702d24 100755 (executable)
           <skip>true</skip>
         </configuration>
       </plugin>
+        <plugin>
+            <groupId>org.codehaus.mojo</groupId>
+            <artifactId>exec-maven-plugin</artifactId>
+            <configuration>
+                <skip>true</skip>
+            </configuration>
+            <executions>
+                <execution>
+                    <phase>none</phase>
+                </execution>
+            </executions>
+        </plugin>
     </plugins>
   </build>
 
index 0d7e4b1..ae47332 100755 (executable)
@@ -1,26 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
- <!-- <parent>
-    <groupId>io.fd.honeycomb.common</groupId>
-    <artifactId>minimal-distribution-parent</artifactId>
-    <version>1.16.9</version>
-  </parent>
--->
 <parent>
 <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>minimal-distribution-parent</artifactId>
     <version>1.16.9</version>
 <relativePath>../parent-pom/pom.xml</relativePath>
 </parent>
-<!--
-<parent>
-    <groupId>org.openecomp.demo.vnf</groupId>
-    <artifactId>demo-aggregator</artifactId>
-    <version>1.0.0</version>
-<relativePath>../../../../pom.xml</relativePath>
-  </parent>
--->
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.openecomp.demo.vnf</groupId>
index 3511b6b..9c505ab 100644 (file)
   </configuration>
 </plugin>
 
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>exec-maven-plugin</artifactId>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
+        <executions>
+          <execution>
+            <phase>none</phase>
+          </execution>
+        </executions>
+      </plugin>
+
     </plugins>
   </build>
 
index 9a784d0..6f9c5d5 100644 (file)
Binary files a/vnfs/vLB/.DS_Store and b/vnfs/vLB/.DS_Store differ
index 42d987c..3084f9c 100644 (file)
@@ -8,7 +8,7 @@
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
-  <groupId>org.openecomp.demo.vnf.lb</groupId>
+  <groupId>org.openecomp.demo.vnf.vlb</groupId>
   <artifactId>dns-client</artifactId>
   <name>DNS Client</name>
   <packaging>jar</packaging>
         <skip>false</skip>
       </configuration>
      </plugin>
+
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>exec-maven-plugin</artifactId>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
+        <executions>
+          <execution>
+            <phase>none</phase>
+          </execution>
+        </executions>
+      </plugin>
+
     </plugins>
   </build>
 
index d77468c..17f3b14 100644 (file)
@@ -8,7 +8,7 @@
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
-  <groupId>org.openecomp.demo.vnf.lb</groupId>
+  <groupId>org.openecomp.demo.vnf.vlb</groupId>
   <artifactId>dns-manager</artifactId>
   <name>DNS Manager</name>
   <packaging>jar</packaging>
         <skip>false</skip>
       </configuration>
      </plugin>
+
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>exec-maven-plugin</artifactId>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
+        <executions>
+          <execution>
+            <phase>none</phase>
+          </execution>
+        </executions>
+      </plugin>
+
     </plugins>
   </build>
 
index 8fd807c..86a1878 100644 (file)
   </configuration>
 </plugin>
 
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>exec-maven-plugin</artifactId>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
+        <executions>
+          <execution>
+            <phase>none</phase>
+          </execution>
+        </executions>
+      </plugin>
 
     </plugins>
   </build>