Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] Deprecating the command line JAR signing service (aka /usr/bin/sign) - read if you use Buckminster

But an update site is just a directory containing bundle and feature jars. How does the plugin decide which jars to send to the signing service?


--
Sam Davis
Senior Software Engineer, Tasktop
Committer, Eclipse Mylyn
http://tasktop.com

On Tue, May 29, 2018 at 11:45 PM, Mikaël Barbero <mikael.barbero@xxxxxxxxxxxxxxxxxxxxxx> wrote:
The jarsigner plugins does not do anything on update sites. It must be run on eclipse-bundle and eclipse-feature packaging types. It must run in a maven step after the jar of the plugin/feature is build, and it will send it to the signing service, and replace the existing jar with a signed version.



--
Mikaël Barbero - Eclipse Foundation
IT Services - Release Engineering
📱 (+33) 642 028 039
🐦 @mikbarbero

Le 30 mai 2018 à 01:53, Sam Davis <sam.davis@xxxxxxxxxxx> a écrit :

I have seen that page. The relevant part seems to be "Signs project main and attached artifacts using the Eclipse jarsigner webservice. Only artifacts with .jar extension are signed, other artifacts are not signed but a warning message is logged." What does "project main and attached artifacts" mean?

I have this in a pom, and the build creates an update site under that directory and then runs the jarsigner plugin, but I am not seeing that anything is signed.

Sam


--
Sam Davis
Senior Software Engineer, Tasktop
Committer, Eclipse Mylyn
http://tasktop.com

On Tue, May 29, 2018 at 3:32 PM, Matthias Sohn <matthias.sohn@xxxxxxxxx> wrote:
On Tue, May 29, 2018 at 11:55 PM, Sam Davis <sam.davis@xxxxxxxxxxx> wrote:
Thanks very much for the replies, but I'm still missing something very basic: what does the sign goal of eclipse-jarsigner-plugin actually do? What are its inputs and outputs?

maybe [1] helps ?


-Matthias

_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev


_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev


Back to the top