diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2018-03-21 10:41:30 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-21 10:41:30 +0000 |
commit | 88689b1f2a47a43021ce0d7466e85c697601144e (patch) | |
tree | 4b7c4abf780f1ac5d5f199ee48b985d5649f5240 | |
parent | fcd19c17284c293a9f2671674e240a7a2deb4924 (diff) | |
parent | f09b53489047fcb7f0e8fe8797df140ab9467108 (diff) |
Merge "Disable the deploy phase"
-rw-r--r-- | aria/aria-rest-server/pom.xml | 4 |
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> |