Skip to content

Commit

Permalink
Setting GPG keyname as WebGoat in Parent Pom
Browse files Browse the repository at this point in the history
In order to specify which key to use for signing the JAR/WAR, add the keyname configuration under the Release Profile on the Parent Pom

Signed-off-by: Doug Morato <[email protected]>
  • Loading branch information
dougmorato committed Feb 1, 2016
1 parent 61d8e20 commit 3bd9d87
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,9 @@
<goals>
<goal>sign</goal>
</goals>
<configuration>
<keyname>WebGoat</keyname>
</configuration>
</execution>
</executions>
</plugin>
Expand Down

0 comments on commit 3bd9d87

Please sign in to comment.