Repository: gora Updated Branches: refs/heads/master 5758faf59 -> 9e1467198
Remove pgg plugin definition from within gora-maven-plugin module. Project: http://git-wip-us.apache.org/repos/asf/gora/repo Commit: http://git-wip-us.apache.org/repos/asf/gora/commit/9e146719 Tree: http://git-wip-us.apache.org/repos/asf/gora/tree/9e146719 Diff: http://git-wip-us.apache.org/repos/asf/gora/diff/9e146719 Branch: refs/heads/master Commit: 9e14671986b67b18cbf5018cef62e948959e640a Parents: 5758faf Author: Lewis John McGibbney <[email protected]> Authored: Wed Jan 13 09:33:29 2016 -0800 Committer: Lewis John McGibbney <[email protected]> Committed: Wed Jan 13 09:33:29 2016 -0800 ---------------------------------------------------------------------- gora-maven-plugin/pom.xml | 13 ------------- 1 file changed, 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/gora/blob/9e146719/gora-maven-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/gora-maven-plugin/pom.xml b/gora-maven-plugin/pom.xml index c3eea8b..c9b1ebc 100644 --- a/gora-maven-plugin/pom.xml +++ b/gora-maven-plugin/pom.xml @@ -156,19 +156,6 @@ </execution> </executions> </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> </project> \ No newline at end of file
