Re: Configuring Inno setup on NB Maven project breaks Run / Run file

2022-09-02 Thread Neil C Smith
On Fri, 2 Sept 2022 at 12:03, Jonathan Bergh wrote: > 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? AFAIK from Maven itself - eg. see https://issues.apache.org/jira/browse/M

Re: Configuring Inno setup on NB Maven project breaks Run / Run file

2022-09-02 Thread Jonathan Bergh
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

Re: Configuring Inno setup on NB Maven project breaks Run / Run file

2022-09-02 Thread Neil C Smith
On Fri, 2 Sept 2022 at 11:23, Jonathan Bergh 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 manua

Re: Configuring Inno setup on NB Maven project breaks Run / Run file

2022-09-02 Thread negora
Hi: Does NetBeans also breaks if you put your task in a separate Maven profile? Regards. On 02/09/2022 12:22, Jonathan Bergh wrote: hi there, It's clear that when using NB with Maven, NB uses the exec-maven-plugin to run the jar, but configuring another process using that plugin breaks the

Configuring Inno setup on NB Maven project breaks Run / Run file

2022-09-02 Thread Jonathan Bergh
hi there, It's clear that when using NB with Maven, NB uses the exec-maven-plugin to run the jar, but configuring another process using that plugin breaks the Run / Run File facility in NB (Inno Setup, for example). Is there any way to keep an existing execution process configured but still be ab