Disable the deploy phase 97/37397/1
authorsubhash kumar singh <subhash.kumar.singh@huawei.com>
Wed, 21 Mar 2018 10:09:33 +0000 (10:09 +0000)
committersubhash kumar singh <subhash.kumar.singh@huawei.com>
Wed, 21 Mar 2018 10:09:33 +0000 (10:09 +0000)
Disable deploy phase.

Change-Id: I6c657b5f6ca1b0ecc1e955d86a2c7005593ae41a
Issue-ID: SO-369
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
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>