Skip to content

Commit

Permalink
Merge pull request #158 from oleg-nenashev/JENKINS-37567
Browse files Browse the repository at this point in the history
[JENKINS-37567] - Update maven Jar Signer and add provider/tsa options
  • Loading branch information
oleg-nenashev committed May 7, 2017
2 parents 76c9b8c + 0c2a612 commit 9fae467
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pom.xml
Expand Up @@ -267,7 +267,7 @@ THE SOFTWARE.
</plugin>
<plugin>
<artifactId>maven-jarsigner-plugin</artifactId>
<version>1.2</version>
<version>1.4</version>
<configuration>
<!--
during the development, debug profile will cause
Expand All @@ -278,6 +278,10 @@ THE SOFTWARE.
<alias>${hudson.sign.alias}</alias>
<storepass>${hudson.sign.storepass}</storepass>
<keystore>${hudson.sign.keystore}</keystore>
<storetype>${hudson.sign.storetype}</storetype>
<providerClass>${hudson.sign.providerClass}</providerClass>
<providerArg>${hudson.sign.providerArg}</providerArg>
<tsa>${hudson.sign.tsa}</tsa>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 9fae467

Please sign in to comment.