Versions Compared

Key

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

...

No Format
wget http://www.lcsim.org/dist/maven2/2.0.9/apache-maven-2.0.9-bin.zip
unzip apache-maven-2.0.9-bin.zip

Linux Environment

Now, the environment needs to be setup so Netbeans finds this external Maven version. The Maven bin directory must be added to the system path.

...

It can be placed in the RC file for your shell so that this is setup when you login.

...

titleInstructions for Windows Users

Windows Environment

...

Open the Control Panel > System menu. Go to the Advanced tab and click on

...

Environment Variables

...

.

Under System Variables, select Path and click Edit.

Hit the End key to go to the end of the text box.

Now add the Maven 2 bin directory to the Path. The

...

easiest way to do this is by navigating to the bin directory in Explorer and copying the full path from the address bar into the Path. Make sure to put a semi-colon in front of the new path item.

Maven 2 Plugin

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

...