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:
3
pom.xml
3
pom.xml
@ -241,6 +241,9 @@
|
||||
<goals>
|
||||
<goal>sign</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<keyname>WebGoat</keyname>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
|
Reference in New Issue
Block a user