Avoid multiple execution of deploy.sh
[demo.git] / vnfs / vLB / DNSManager / pom.xml
index acfa3d9..81e8cfa 100644 (file)
@@ -1,11 +1,17 @@
 <project>
 
+  <parent>
+    <groupId>org.openecomp.demo.vnf</groupId>
+    <artifactId>demo-aggregator</artifactId>
+    <version>1.0.0-SNAPSHOT</version>
+    <relativePath>../../../pom.xml</relativePath>
+  </parent>
+
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.openecomp.demo.vnf.lb</groupId>
   <artifactId>dns-manager</artifactId>
   <name>DNS Manager</name>
   <packaging>jar</packaging>
-  <version>1.0.0</version>
 
   <build>
     <plugins>
         </configuration>
     </plugin>
 
-    <plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>exec-maven-plugin</artifactId>
+        <executions>
+          <execution>
+            <phase>none</phase>
+          </execution>
+        </executions>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
+      </plugin>
+
+    <!--plugin>
       <groupId>org.apache.maven.plugins</groupId>
       <artifactId>maven-deploy-plugin</artifactId>
+      <version>2.8.1</version>
         <configuration>
           <skip>false</skip>
         </configuration>
     <plugin>
       <groupId>org.apache.maven.plugins</groupId>
       <artifactId>maven-install-plugin</artifactId>
+      <version>2.5.2</version>
       <configuration>
         <skip>false</skip>
       </configuration>
-     </plugin>
+     </plugin-->
     </plugins>
   </build>
 
-  <distributionManagement>
-    <repository>
-      <id>ecomp-releases</id>
-      <name>Demo Release Repository</name>
-      <url>${nexusproxy}/content/repositories/releases/</url>
-    </repository>
-    <snapshotRepository>
-      <id>ecomp-snapshots</id>
-      <name>Demo Snapshot Repository</name>
-      <url>${nexusproxy}/content/repositories/snapshots/</url>
-    </snapshotRepository>
-
 </project>