Repository: incubator-streams-master Updated Branches: refs/heads/master 3e7910799 -> 07f5d395e
STREAMS-258: remove gpg plugin from release profile Project: http://git-wip-us.apache.org/repos/asf/incubator-streams-master/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-streams-master/commit/07f5d395 Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams-master/tree/07f5d395 Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams-master/diff/07f5d395 Branch: refs/heads/master Commit: 07f5d395e1fe62d36bb23eeb920408bdf84baa8f Parents: 3e79107 Author: Steve Blackmon <[email protected]> Authored: Sun Oct 23 11:55:43 2016 -0500 Committer: Steve Blackmon <[email protected]> Committed: Sun Oct 23 11:55:43 2016 -0500 ---------------------------------------------------------------------- pom.xml | 13 ------------- 1 file changed, 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-streams-master/blob/07f5d395/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 990f606..4b573f2 100644 --- a/pom.xml +++ b/pom.xml @@ -1202,19 +1202,6 @@ <skipExec>true</skipExec> </configuration> </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-gpg-plugin</artifactId> - <executions> - <execution> - <id>sign-artifacts</id> - <phase>verify</phase> - <goals> - <goal>sign</goal> - </goals> - </execution> - </executions> - </plugin> </plugins> </build> <reporting>
