Thanks both for your responses much appreciated - yes Profiles do work for this, so I have done that.
1) Any info on what Release-Profile is - is the a NB provided profile? Its not configured in my settings/xml, so I assume its from the Maven conf packaged with NB? 2) On nbpackge, that looks very interesting. Is there a repo for said plugin or is the feasibility discussion still underway? Best regards Jon ᐧ On Fri, Sep 2, 2022 at 10:32 PM Neil C Smith <neilcsm...@apache.org> wrote: > On Fri, 2 Sept 2022 at 11:23, Jonathan Bergh <bergh.jonat...@gmail.com> > wrote: > > Is there any way to keep an existing execution process configured but > still be able to run maven projects which are under development? > > > > It would be a bit annoying to have to deconfigure that build step (Inno > packaging) and run it manually after the fact just to allow NB to run the > project during development. > > You should be able to use Maven profiles for this. > > Incidentally, I've also been looking at the potential for providing > NBPackage as a Maven plugin. That's another way to package with > InnoSetup. > > https://github.com/apache/netbeans-tools/tree/master/nbpackage > > Best wishes, > > Neil >