Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
FLUME-1729: Add sign profile to sign/calculate hash of jars
(Brock Noland via Brock Noland)
  • Loading branch information
Brock Noland committed Nov 19, 2012
1 parent 10e4899 commit 08a1eed
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions pom.xml
Expand Up @@ -155,6 +155,28 @@ limitations under the License.
</activation>
</profile>


<profile>
<id>sign</id>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<executions>
<execution>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>


<!-- maven 2 & 3 compat for reporting plugin -->
<profile>
<id>maven-3</id>
Expand Down

0 comments on commit 08a1eed

Please sign in to comment.