Setting GPG keyname as WebGoat in Parent Pom

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 <dm@corp.io>
This commit is contained in:
Doug Morato
2016-01-31 23:26:59 -05:00
parent 61d8e20b09
commit 3bd9d87b42

View File

@ -241,6 +241,9 @@
<goals>
<goal>sign</goal>
</goals>
<configuration>
<keyname>WebGoat</keyname>
</configuration>
</execution>
</executions>
</plugin>