summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorVarun Gudisena <vg411h@att.com>2017-09-01 10:04:48 -0500
committerVarun Gudisena <vg411h@att.com>2017-09-01 10:05:07 -0500
commit14a9b4665f87da70e316ee1ef6e39a1d220f5dc0 (patch)
tree8b39b5176a716b80c50dab8e51606cc895bcbc8f /pom.xml
parentf3cbff71245856061cdd9373f85664d5a7aa3329 (diff)
Remove gpg plug in
Removed gpg plug in which is causing jenkins build issue. Issue-id: DMAAP-38 Change-Id: I744f2efcb3908e6c9b52b0f4d342b5350fe0f978 Signed-off-by: Varun Gudisena <vg411h@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 684b684..07c08fe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -174,7 +174,7 @@
</execution>
</executions>
</plugin>
- <plugin>
+ <!-- <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.5</version>
@@ -187,7 +187,7 @@
</goals>
</execution>
</executions>
- </plugin>
+ </plugin> -->
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>