diff options
author | Lusheng Ji <lji@research.att.com> | 2017-10-09 21:31:11 +0000 |
---|---|---|
committer | Lusheng Ji <lji@research.att.com> | 2017-10-09 21:31:21 +0000 |
commit | a29682dee18132bbfd2f250645bef160660eebf8 (patch) | |
tree | 0d220219b5c5c1308800c101fb0bde98062e6b0c /pom.xml | |
parent | b276f3837d1dfa990e24888cc7ff5d421cbafd12 (diff) |
Test pom for staging
Issue-Id: DCAEGEN2-128
Change-Id: Ifd34aa8378c356c20d361f82c163909e5225c245
Signed-off-by: Lusheng Ji <lji@research.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -78,23 +78,22 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. <pluginManagement> <plugins> <!-- the following plugins are invoked from oparent, we do not need them --> - <plugin> + <!--plugin> <groupId>org.sonatype.plugins</groupId> <artifactId>nexus-staging-maven-plugin</artifactId> <version>1.6.7</version> <configuration> <skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo> </configuration> - </plugin> - <plugin> + </plugin--> + <!--plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> - <!-- This version supports the "deployAtEnd" parameter --> <version>2.8</version> <configuration> <skip>true</skip> </configuration> - </plugin> + </plugin--> <!-- first disable the default Java plugins at various stages --> <!-- maven-resources-plugin is called during "*resource" phases by default behavior. it prepares the resources dir. we do not need it --> |