diff options
author | Varun Gudisena <vg411h@att.com> | 2017-09-01 10:04:48 -0500 |
---|---|---|
committer | Varun Gudisena <vg411h@att.com> | 2017-09-01 10:05:07 -0500 |
commit | 14a9b4665f87da70e316ee1ef6e39a1d220f5dc0 (patch) | |
tree | 8b39b5176a716b80c50dab8e51606cc895bcbc8f /pom.xml | |
parent | f3cbff71245856061cdd9373f85664d5a7aa3329 (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.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |