Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added option to pass the 'arguments' option to the 'maven-jarsigner-plugin' plugin #17

Merged
merged 1 commit into from Feb 26, 2016

Conversation

siepkes
Copy link
Contributor

@siepkes siepkes commented Nov 19, 2015

The maven jarsigner plugin has an attribute called 'arguments' to relay custom arguments to signtool. This patch adds the ability to use this functionality. You can use it for example to use the 'certchain' argument (which is not supported by the jarsigner plugin) like this:

-certchain ${basedir}/src/main/jnlp/foo_chain.pem

@tchemit tchemit added this to the 1.0-beta-7 milestone Feb 26, 2016
@tchemit tchemit self-assigned this Feb 26, 2016
@tchemit tchemit merged commit 3b49431 into mojohaus:master Feb 26, 2016
tchemit pushed a commit that referenced this pull request Feb 26, 2016
Merge remote-tracking branch 'siepkes/master'
@tchemit
Copy link
Contributor

tchemit commented Feb 26, 2016

Thanks for the patch.

@dizzzz
Copy link
Contributor

dizzzz commented Feb 26, 2016

hmmm this conflicts with #11 ; I'll find a work around

@tchemit
Copy link
Contributor

tchemit commented Feb 26, 2016

@dizzzz if you are ok with it I can try to merge #11 and do the code reformat.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants