i have no clue about Maven and Netbeans, i updated my netbeans and now my test is not working anymore:
Plugin org.apache.maven.plugins:maven-resources-plugin
To activate the switches you need through Netbeans, go to Preferences --> Miscellaneous --> Maven, then enter the following under Global Execution Options:
--debug --errors
Add debug and errors to Maven in NetBeans (from version 7.3 at up) as follows:
--debug --errorsMaven will execute the application with debug and error information included.