Closed ouadi closed 10 years ago
When the build file is missing, the plugin detect it and prints an error message. However, the build continue with the next step.
Hereinafter a sample of Maven output: ... [INFO] --- requirejs-maven-plugin:1.0.4:optimize (default) @ SaphirJS.utils --- Error: Error: ERROR: build file does not exist: builds.js [INFO] [INFO] --- exec-maven-plugin:1.1:exec (Unit Testing) @ SaphirJS.utils --- ...
This isn't happening in 2.0.0
Yes indeed. Thank you for the help.
When the build file is missing, the plugin detect it and prints an error message. However, the build continue with the next step.
Hereinafter a sample of Maven output: ... [INFO] --- requirejs-maven-plugin:1.0.4:optimize (default) @ SaphirJS.utils --- Error: Error: ERROR: build file does not exist: builds.js [INFO] [INFO] --- exec-maven-plugin:1.1:exec (Unit Testing) @ SaphirJS.utils --- ...