Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: mevenide-netbeans
-
Labels:None
-
Environment:OS = Mac OS X 10.3.5
NB = 4.0 Beta 1
-
Number of attachments :
Description
Please add to the install documentation for NetBeans that adding the file /etc/netbeans.conf with the content below will add runtime support without modifying the NetBeans file.
The string {your path to maven} will, of course, need to be replaced with the actual path of the reader's install.
#### File contents begins with the next line #####
# /etc/netbeans.conf - additional environment variables for netbeans
MAVEN_HOME=/{your path to maven}/maven-1.0
export MAVEN_HOME
PATH=$PATH:$MAVEN_HOME/bin
export PATH
-
-
-
- File contents ends with the line immediately above #####
-
-
Travis
how is this related to OSX?
I think everyone who wants to run maven (either inside or outside the IDE) has to setup the MAVEN_HOME env. variable.
The PATH variable update should not be necessary IMHO, mevenide finds the executable based on the MAVEN_HOME variable. Or didn't it work for you?