Differences
This shows you the differences between two versions of the page.
|
maven [05/09/2018 10:40] Anthony Arents [Why use Maven ?] |
maven [01/02/2019 16:01] (current) Anthony Arents [Setting up a developer machine :] |
||
|---|---|---|---|
| Line 135: | Line 135: | ||
| bundled maven (mac) : \\ | bundled maven (mac) : \\ | ||
| - | ''/Applications/NetBeans/NetBeans 7.4.app/Contents/Resources/NetBeans/java/maven/conf/settings.xml'' | + | ''/Applications/NetBeans/NetBeans 8.2.app/Contents/Resources/NetBeans/java/maven/conf/settings.xml'' |
| preinstalled maven (mac) : \\ | preinstalled maven (mac) : \\ | ||
| ''/usr/share/maven/conf/settings.xml'' | ''/usr/share/maven/conf/settings.xml'' | ||
| + | |||
| + | installed maven (mac, probably the same for linux) : \\ | ||
| + | ''/<wherever you've placed it>/maven/conf/settings.xml'' | ||
| installed maven (windows) : \\ | installed maven (windows) : \\ | ||
| ''<userdir>/.m2/settings.xml'' | ''<userdir>/.m2/settings.xml'' | ||
| - | |||
| - Check out MentoringSystems parent pom & build this one first, it contains some settings needed to recover all company projects ! | - Check out MentoringSystems parent pom & build this one first, it contains some settings needed to recover all company projects ! | ||