aboutsummaryrefslogtreecommitdiffstats
path: root/aria
diff options
context:
space:
mode:
authorsubhash kumar singh <subhash.kumar.singh@huawei.com>2018-03-21 10:09:33 +0000
committersubhash kumar singh <subhash.kumar.singh@huawei.com>2018-03-21 10:09:33 +0000
commitf09b53489047fcb7f0e8fe8797df140ab9467108 (patch)
treee90c426e22a871f12b922304c30ef1366bae9a9f /aria
parent4750c24f2ba7e5e3efc38916c2c9c40ac1a4aec9 (diff)
Disable the deploy phase
Disable deploy phase. Change-Id: I6c657b5f6ca1b0ecc1e955d86a2c7005593ae41a Issue-ID: SO-369 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
Diffstat (limited to 'aria')
-rw-r--r--aria/aria-rest-server/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/aria/aria-rest-server/pom.xml b/aria/aria-rest-server/pom.xml
index 87c8f3e888..d74ea93025 100644
--- a/aria/aria-rest-server/pom.xml
+++ b/aria/aria-rest-server/pom.xml
@@ -86,7 +86,7 @@
</environmentVariables>
</configuration>
</execution>
- <execution>
+ <!--execution>
<id>deploy</id>
<phase>deploy</phase>
<goals><goal>exec</goal></goals>
@@ -105,7 +105,7 @@
<WHEEL_PATH>${project.build.directory}/${wheel.name}</WHEEL_PATH>
</environmentVariables>
</configuration>
- </execution>
+ </execution-->
</executions>
</plugin>
</plugins>