NetBeans: Re-run Maven with the -e switch on / PluginResolutionException NetBeans: Re-run Maven with the -e switch on / PluginResolutionException selenium selenium

NetBeans: Re-run Maven with the -e switch on / PluginResolutionException


NetBeans 6.9.1 - Mac OS X

To activate the switches you need through Netbeans, go to Preferences --> Miscellaneous --> Maven, then enter the following under Global Execution Options:

--debug --errors

NetBeans - Windows

Add debug and errors to Maven in NetBeans (from version 7.3 at up) as follows:

  1. Click Tools.
  2. Click Options.
  3. Click the Java icon.
  4. Click the Maven tab.
  5. Append to Global Execution Options: --debug --errors
  6. Click OK.

Maven will execute the application with debug and error information included.


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->ActionsThen select the action where you want to specify the arguments to passenter image description here