exec-maven-plugin
exec-maven-plugin copied to clipboard
Property in the configuration for ignoring errors during execution
It would be nice if there is a property like failOnError
for additional control over the execution exit.
This would be useful mostly when UI components are being build and bundled.
The failOnError
can be achieved if we wrap the commands in a shell script but this is additional step.
It is really needed option.
Is there any alternative by which we can fail the build when there are some errors in invoked script?