Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

No Format
;C:\Program Files\Apache Software Foundation\apache-maven-2.0.9\bin

Now select OK, OK, OK to apply.

You can check whether maven is in your path by opening a command prompt window (Ctrl+r, type "cmd" into box) and typing

No Format
mvn -v

...

No Format
Maven version: 2.0.9
Java version: 1.6.0
OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows"

If the mvn command is not found, check that the Path variable was set correctly.

Maven 2 Plugin

Install the Maven Plugin in Netbeans at Tools > Plugins > Available Plugins.

...