RE: EXTERNAL: Re: Issue: maven-jarsigner-plugin 3.0.0 unreliable when contacting timestamp service over unreliable network

2019-04-25 Thread Marlow, Andrew
Issue created at https://issues.apache.org/jira/browse/MJARSIGNER-59 -Original Message- From: Enrico Olivelli Sent: 24 April 2019 06:49 To: Maven Users List Cc: marlow.age...@gmail.com Subject: EXTERNAL: Re: Issue: maven-jarsigner-plugin 3.0.0 unreliable when contacting timestamp

Re: Issue: maven-jarsigner-plugin 3.0.0 unreliable when contacting timestamp service over unreliable network

2019-04-23 Thread Enrico Olivelli
Andrew, Thanks for reporting your issue. Can you please create a JIRA ticket? If you have cycles to implement your idea we will be happy to guide you and eventually commit your patch. Here you can find a guide https://maven.apache.org/guides/development/guide-helping.html Enrico Il mar 23 apr

Issue: maven-jarsigner-plugin 3.0.0 unreliable when contacting timestamp service over unreliable network

2019-04-23 Thread Marlow, Andrew
Hello everyone, The signing plugin fails in the presence of an unreliable network. Could retries be added please? I am thinking of something like up to 3 retries, sleeping for one second between. I have just started to use this plugin and this is a major issue. It makes my overnight builds

RE: EXTERNAL: Re: maven-jarsigner-plugin 3.0.0 rename fails on WIndows, is ok on linux

2019-04-06 Thread Marlow, Andrew
because it fails to contact the timestamp service. The unreliability nobbles me on both windows and linux. How do I add retries please? -Original Message- From: Martin Gainty Sent: 03 April 2019 15:19 To: Maven Users List Subject: EXTERNAL: Re: maven-jarsigner-plugin 3.0.0 rename fails

Re: maven-jarsigner-plugin 3.0.0 rename fails on WIndows, is ok on linux

2019-04-03 Thread Martin Gainty
see below From: Marlow, Andrew Sent: Tuesday, April 2, 2019 3:36 AM To: users@maven.apache.org Cc: marlow.age...@gmail.com Subject: maven-jarsigner-plugin 3.0.0 rename fails on WIndows, is ok on linux Hello everyone, I am trying to use the maven jarsigner

maven-jarsigner-plugin 3.0.0 rename fails on WIndows, is ok on linux

2019-04-03 Thread Marlow, Andrew
3.6.0. I've googled and some people say they got this error and removing the verify step made it work. I tried that and it didn't work for me. org.apache.maven.plugins maven-jarsigner-plugin 3.0.0 sign

[ANN] Apache Maven Jarsigner Plugin 3.0.0 Released

2018-11-06 Thread Robert Scholte
The Apache Maven team is pleased to announce the release of the Apache Maven Jarsigner Plugin, version 3.0.0 This plugin provides the capability to sign or verify a project artifact and attachments using jarsigner. https://maven.apache.org/plugins/maven-jarsigner-plugin/ You should

Re: maven-jarsigner-plugin 1.0.5

2018-10-24 Thread Robert Scholte
We'll need to make it stable first on our CI server[1] Once that's fixed we can have a look at a release. Robert [1] https://builds.apache.org/job/maven-box/job/maven-jarsigner-plugin/job/master/ On Wed, 24 Oct 2018 15:53:12 +0200, Prange, Benny wrote: Hi all, there is a feature

maven-jarsigner-plugin 1.0.5

2018-10-24 Thread Prange, Benny
Hi all,  there is a feature committed to the master branch that I am very interested in. I would like to know if it would be possible to release a new version of the maven-jarsigner-plugin in the near future. Thanks and best regards, Benny

[ANN] Apache Maven JarSigner Plugin Version 1.4 Released

2015-01-25 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven JarSigner Plugin, version 1.4 This plugin provides the capability to sign or verify a project artifact and attachments using jarsigner. http://maven.apache.org/plugins/maven-jarsigner-plugin/ You should specify

jarsigner plugin: specifying multiple arguments on the CLI

2014-09-11 Thread Justin Georgeson
Apologies if this has been answered before. I don't see an entry in the plugin page's FAQ and find it with a quick Google search. I am behind a proxy so in order to specify a TSA I need to use -J-Dhttp.proxyHost=host -J-Dhttp.proxyPort=port as arguments. If I use -Djarsigner.arguments=... then

[ANN] Maven Jarsigner Plugin 1.3.2 Released

2014-03-24 Thread Tony Chemit
The Maven team is pleased to announce the release of the Maven Jarsigner Plugin, version 1.3.2. This plugin signs and verifies the project artifacts using the jarsigner tool. See the plugin's site for more details: http://maven.apache.org/plugins/maven-jarsigner-plugin/ This plugin is meant

[ANN] Maven Jarsigner Plugin 1.3.1 Released

2014-01-06 Thread Tony Chemit
The Maven team is pleased to announce the release of the Maven Jarsigner Plugin, version 1.3.1. This plugin signs and verifies the project artifacts using the jarsigner tool. See the plugin's site for more details: http://maven.apache.org/plugins/maven-jarsigner-plugin/ This plugin is meant

[ANN] Maven Jarsigner Plugin 1.3.1 Released

2014-01-06 Thread Tony Chemit
The Maven team is pleased to announce the release of the Maven Jarsigner Plugin, version 1.3.1. This plugin signs and verifies the project artifacts using the jarsigner tool. See the plugin's site for more details: http://maven.apache.org/plugins/maven-jarsigner-plugin/ This plugin is meant

Maven Jarsigner plugin vs Apache Maven Shared Jarsigner

2014-01-06 Thread Alejandro . Endo
Can someone explain what is the difference between these two plugins. Based on the description, they do the same This plugin signs and verifies the project artifacts using the jarsigner tool. See the plugin's site for more details: vs This component provides some utilities to sign/verify

Re: Maven Jarsigner plugin vs Apache Maven Shared Jarsigner

2014-01-06 Thread Alejandro . Endo
signed only once. whereas i just want to remove any existing signature Alejandro Endo | Software Designer/Concepteur de logiciels From: Alejandro Endo/MontrealMIR/BeldenCDT To: users@maven.apache.org, Date: 2014-01-06 03:58 PM Subject:Maven Jarsigner plugin vs Apache Maven Shared

Re: Maven Jarsigner plugin vs Apache Maven Shared Jarsigner

2014-01-06 Thread Stephen Connolly
maven-jarsigner-plugin is a plugin apache maven shared jarsigner is the common dependency that is used by the plugin... because signing jars is something that other plugins may want to do, this dependency provides an API to do that signing On 6 January 2014 20:56, alejandro.e...@miranda.com

[ANN] Maven Jarsigner Plugin 1.3 Released

2014-01-03 Thread Tony Chemit
The Maven team is pleased to announce the release of the Maven Jarsigner Plugin, version 1.3. This plugin signs and verifies the project artifacts using the jarsigner tool. See the plugin's site for more details: http://maven.apache.org/plugins/maven-jarsigner-plugin/ This plugin is meant

Maven jarsigner plugin does not work during release

2012-05-22 Thread Michael Elman
Hi, I'm getting a weird problem, when I try to sign a jar during the project's release. I define the plugin like this:       plugin             groupIdorg.apache.maven.plugins/groupId             artifactIdmaven-jarsigner-plugin/artifactId             version1.2/version

Re: Maven jarsigner plugin does not work during release

2012-05-22 Thread Michael Elman
this:        plugin             groupIdorg.apache.maven.plugins/groupId             artifactIdmaven-jarsigner-plugin/artifactId             version1.2/version             configuration                 archivetarget/${myarchive}.jar/archive                 keystore${key.location}/keystore

Re: jarsigner plugin - An API incompatibility was encountered while executing org.apache.maven.plugins:maven-jarsigner-plugi

2012-04-23 Thread mlnsharma
I cleared my local repository and followed steps according to the below link. This solved my problem ! http://stackoverflow.com/questions/2027753/how-to-deploy-applet-with-dependencies-jar-using-maven-and-sign-it -- View this message in context: http://maven.40175.n5.nabble.com/jarsigner

jarsigner plugin - An API incompatibility was encountered while executing org.apache.maven.plugins:maven-jarsigner-plugi

2012-04-17 Thread mlnsharma
: 11M/460M [INFO] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-jarsigner-plugin:1.2:sign (sign) on project sampleArtifact: Execution sign of goal org.apache.maven.plugins:maven-jarsigner-plugin:1.2:sign failed

Re: How to pass a custom jar file to maven jarsigner plugin for signing

2012-04-13 Thread John Patrick
the following steps 1) Compile and build the jar file (ABC.jar) using the maven assembly plugin 2) Run proguard using maven-proguard plugin to shrink and obfuscate the jar file to get a resultant file as ABC-small.jar 3) Run the maven jarsigner plugin to sign the final jar ABC-small.jar The problem

Password protection on maven-jarsigner-plugin

2010-07-20 Thread Leonardo Vidal
artifactIdmaven-jarsigner-plugin/artifactId version1.2/version executions execution idsign/id goals goalsign/goal /goals

[ANN] Maven Jarsigner Plugin 1.2 Released

2009-09-30 Thread Benjamin Bentmann
The Maven team is pleased to announce the release of the Maven Jarsigner Plugin, version 1.2. This plugin signs and verifies the project artifacts using the jarsigner tool. See the plugin's site for more details: http://maven.apache.org/plugins/maven-jarsigner-plugin/ This plugin is meant

Idea for extension of maven-jarsigner-plugin

2009-09-21 Thread Andreas M
. And I think that the perfect place to be able to do this is in the jarsigner plugin, via a new option. Now, I'm perfectly happy with creating a patch for this myself, but it might just be something that others might be interested as well. Thoughts, comments? /Andreas -- View this message

[ANN] Maven Jarsigner Plugin 1.1 Released

2009-08-16 Thread Benjamin Bentmann
The Maven team is pleased to announce the release of the Maven Jarsigner Plugin, version 1.1. This plugin signs and verifies the project artifacts using the jarsigner tool. See the plugin's site for more details: http://maven.apache.org/plugins/maven-jarsigner-plugin/ This plugin is meant

[ANN] Maven Jarsigner Plugin 1.0 Released

2009-07-23 Thread Benjamin Bentmann
The Maven team is pleased to announce the release of the Maven Jarsigner Plugin, version 1.0. This plugin signs and verifies the project artifacts using the jarsigner tool. See the plugin's site for more details: http://maven.apache.org/plugins/maven-jarsigner-plugin/ The new plugin

jarsigner plugin?

2008-04-09 Thread /U
Is there a jarsinger plugin available for Maven 2.0.8? Regards /Ur -- View this message in context: http://www.nabble.com/jarsigner-plugin--tp16586202s177p16586202.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: jarsigner plugin?

2008-04-09 Thread Olivier Lamy
Hi, The jar plugin can do it for you. http://maven.apache.org/plugins/maven-jar-plugin/sign-mojo.html -- Olivier 2008/4/9, /U [EMAIL PROTECTED]: Is there a jarsinger plugin available for Maven 2.0.8? Regards /Ur -- View this message in context: http://www.nabble.com/jarsigner