Re: [RESULT] [VOTE] Promote maven-jarsigner-plugin out of sandbox

2009-07-17 Thread Benjamin Bentmann
Costin Caraivan wrote: If I want to make and sign a jar and then wrap it in a zip, in the same module... Right now I can't. Is there any technical reason to not allow this? I don't quite understand how this relates to this plugin. It will allow to sign the JAR, what you do with this JAR after

Re: [RESULT] [VOTE] Promote maven-jarsigner-plugin out of sandbox

2009-07-17 Thread Costin Caraivan
a jar > artifact which has a non-jar packaging type? I ran into this issue > recently. > > Thanks, > Shane > If I want to make and sign a jar and then wrap it in a zip, in the same module... Right now I can't. Is there any technical reason to not allow this? Thank you, Cost

[RESULT] [VOTE] Promote maven-jarsigner-plugin out of sandbox

2009-07-17 Thread Benjamin Bentmann
Hi, The vote has passed with the following result: +1: Dennis Lundberg, Arnaud Héritier, John Casey Thanks for the feedback! I will move the sources over. Over the weekend I plan to look at the outstanding issues reported for jar:sign and see what I can quickly integrate into the new plugin b

Re: [VOTE] Promote maven-jarsigner-plugin out of sandbox

2009-07-13 Thread John Casey
+1 Benjamin Bentmann wrote: Hi, Christian Schulte contributed the maven-jarsigner-plugin which is meant as a replacement for the jar:sign and jar:sign-verify goals. The primary motivation was to deal with JAR signing in a single plugin instead of in each and every packaging plugin. Please s

Re: [VOTE] Promote maven-jarsigner-plugin out of sandbox

2009-07-13 Thread Arnaud HERITIER
+1 Cheers, Arnaud # Arnaud Héritier # Software Factory Manager # eXo Platform # http://www.exoplatform.com # http://blog.aheritier.net On Mon, Jul 13, 2009 at 11:42 AM, Dennis Lundberg wrote: > +1 for promotion > > Benjamin Bentmann wrote: > > Hi, > > > > Christian Schulte contributed the mave

Re: [VOTE] Promote maven-jarsigner-plugin out of sandbox

2009-07-13 Thread Dennis Lundberg
+1 for promotion Benjamin Bentmann wrote: > Hi, > > Christian Schulte contributed the maven-jarsigner-plugin which is meant > as a replacement for the jar:sign and jar:sign-verify goals. > > The primary motivation was to deal with JAR signing in a single plugin > instead of in each and every pac

Re: [VOTE] Promote maven-jarsigner-plugin out of sandbox

2009-07-13 Thread Benjamin Bentmann
Shane Isbell wrote: Does this plugin take care of the problem of not being able to sign a jar artifact which has a non-jar packaging type? I ran into this issue recently. The code currently looks for artifacts whose artifact handler has language=java. This matches the behavior of the current

Re: [VOTE] Promote maven-jarsigner-plugin out of sandbox

2009-07-12 Thread Shane Isbell
Does this plugin take care of the problem of not being able to sign a jar artifact which has a non-jar packaging type? I ran into this issue recently. Thanks, Shane On Sun, Jul 12, 2009 at 5:22 PM, Benjamin Bentmann < benjamin.bentm...@udo.edu> wrote: > Hi, > > Christian Schulte contributed the

[VOTE] Promote maven-jarsigner-plugin out of sandbox

2009-07-12 Thread Benjamin Bentmann
Hi, Christian Schulte contributed the maven-jarsigner-plugin which is meant as a replacement for the jar:sign and jar:sign-verify goals. The primary motivation was to deal with JAR signing in a single plugin instead of in each and every packaging plugin. Please see MJAVADOC-228 for some more