merge add gpg plugin to release profile
Project: http://git-wip-us.apache.org/repos/asf/incubator-streams/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-streams/commit/b595a9d1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams/tree/b595a9d1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams/diff/b595a9d1 Branch: refs/heads/0.1-rc1 Commit: b595a9d141522e6e09917c9ad0a0658efaf7000f Parents: 378bca8 Author: sblackmon <[email protected]> Authored: Wed Dec 17 11:35:32 2014 -0600 Committer: sblackmon <[email protected]> Committed: Wed Dec 17 11:37:41 2014 -0600 ---------------------------------------------------------------------- pom.xml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/b595a9d1/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 2e196d3..ba9655c 100644 --- a/pom.xml +++ b/pom.xml @@ -640,7 +640,7 @@ </execution> </executions> </plugin> - <plugin> + <plugin> <groupId>org.apache.rat</groupId> <artifactId>apache-rat-plugin</artifactId> <executions> @@ -672,8 +672,21 @@ <exclude>rat.txt</exclude> </excludes> </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> + </plugins> </build> <reporting> <plugins>
