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
most likely you have a mirror or proxy defined in one of the maven's settings.xml files (eg. in ~/.m2/settings.xml) and the definition is wrong? like pointing to a wrong server?
In Netbeans 8.0.2 you define this on the project properties->Actions Then select the action where you want to specify the arguments to pass
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 --errors
Maven will execute the application with debug and error information included.
On netbeans 8.2, Tools > Options > (see below figure)