Re: How to skip jar signin process in Maven through Netbeans settings
Benno Markiewicz <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.devel |
|---|---|
| Message-ID | <CAA_aP4gsyVUHcsgFCxekmXfxAczSk2yg4SR5XeZHWatY_X0H4w@mail.gmail.com> |
Create profile with your property set in the settings.xml and activate the profile by default With kind regards, markiewb 2016-01-07 15:38 GMT+01:00 Tomas Stupka <[email protected]>: > you can customise your actions via project context menu > properties > > actions > > t. > > > > On 07 Jan 2016, at 15:20, Carlo7947 <[email protected]> > wrote: > > > > Hello, > > I've a Maven 3.0 project built in NetBeans 8.1. > > My pom.xml includes the jar files signing and everything is working. > > > > Somethimes I work locally and I want to compile the same project but not > to sign the targets. > > Is there a way to skip the maven signing phase avoiding to modify the > pom.xml? > > > > Can I put something like "jarsigner.skip=true" in some conf in Netbeans? > > I attach an extract of my pom.xml. > > > > Thank you > > Carlo > > > > > > > > > > Attachments: > > http://forums.netbeans.org//files/pom_526.zip > > > >