diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2019-05-21 12:47:12 -0700 |
---|---|---|
committer | Gary Wu <gwu@futurewei.com> | 2019-05-21 19:49:12 +0000 |
commit | 117240ff3abb80c8e6e9b7aee04a204e969baff4 (patch) | |
tree | beb6958652ae5b2d2aba08c471e36e429432a316 | |
parent | 3e3c32830d7505ce6fa0939555b840ca8de813e1 (diff) |
Remove the skipping of install/deploy for demo
Change-Id: I888e2ac00f0cb5ab823c942d946627e596ebb1d5
Issue-ID: CIMAN-240
Signed-off-by: Gary Wu <gwu@futurewei.com>
-rwxr-xr-x | pom.xml | 21 |
1 files changed, 0 insertions, 21 deletions
@@ -64,27 +64,6 @@ <sonar.skip>true</sonar.skip> </properties> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-deploy-plugin</artifactId> - <version>2.8.1</version> - <configuration> - <skip>true</skip> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-install-plugin</artifactId> - <version>2.5.2</version> - <configuration> - <skip>true</skip> - </configuration> - </plugin> - </plugins> - </build> - <distributionManagement> <repository> <id>ecomp-releases</id> |