aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2019-05-21 12:47:12 -0700
committerGary Wu <gwu@futurewei.com>2019-05-21 12:47:57 -0700
commit36d1afdb011c8f27b2db2bbdec0b4f8589638111 (patch)
tree6781143e4cf0d8ea3294a90a6824fde02564b894
parentfcc4b51517164afc6fd6f5a566d7d921c7ba728e (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-xpom.xml21
1 files changed, 0 insertions, 21 deletions
diff --git a/pom.xml b/pom.xml
index 1e63a3fe..8ef2d645 100755
--- a/pom.xml
+++ b/pom.xml
@@ -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>