You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I post here my question, as there is no Discussion feature.
I'm quite new to this plugin; I started maintaining the work of somebody else.
I've seen that you can specify to execute the executable you produced, with the run property set to true, and the arguments set in the args / arg properties. This execution takes place before the package phase.
But how can you specify multiple executions of the executable (of course, without running multiple times the whole lifecycle)?
For the moment, I just use no execution in the nar plugin and executions through the exec-maven-plugin (and hopefully the full path of the executable can be variablelized through properties).
The text was updated successfully, but these errors were encountered:
Hi. I post here my question, as there is no Discussion feature.
I'm quite new to this plugin; I started maintaining the work of somebody else.
I've seen that you can specify to execute the executable you produced, with the run property set to true, and the arguments set in the args / arg properties. This execution takes place before the package phase.
But how can you specify multiple executions of the executable (of course, without running multiple times the whole lifecycle)?
For the moment, I just use no execution in the nar plugin and executions through the exec-maven-plugin (and hopefully the full path of the executable can be variablelized through properties).
The text was updated successfully, but these errors were encountered: