Merge "Disable the deploy phase"
authorSeshu Kumar M <seshu.kumar.m@huawei.com>
Wed, 21 Mar 2018 10:41:30 +0000 (10:41 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 21 Mar 2018 10:41:30 +0000 (10:41 +0000)
aria/aria-rest-server/pom.xml

index 87c8f3e..d74ea93 100644 (file)
@@ -86,7 +86,7 @@
               </environmentVariables>
            </configuration>
          </execution>
-          <execution>
+          <!--execution>
             <id>deploy</id>
            <phase>deploy</phase>
            <goals><goal>exec</goal></goals>
                <WHEEL_PATH>${project.build.directory}/${wheel.name}</WHEEL_PATH>
              </environmentVariables>
            </configuration>
-          </execution>   
+          </execution-->
         </executions>
       </plugin>
     </plugins>