Differences

This shows you the differences between two versions of the page.

Link to this comparison view

maven [10/03/2015 15:38]
Anthony Arents [Setting up a developer machine :]
maven [01/02/2019 16:01] (current)
Anthony Arents [Setting up a developer machine :]
Line 4: Line 4:
  
 Maven is one of several possible build tools, it's easy to use and supported in Netbeans + Eclipse. Maven is one of several possible build tools, it's easy to use and supported in Netbeans + Eclipse.
-Maven is preinstalled on mac (3.0.3), maven is also bundled with Netbeans (3.0.5 we'll use that version to avoid problems).+Maven is preinstalled on mac (3.0.3), maven is also bundled with Netbeans (3.0.5). I prefer downloading latest from http://maven.apache.org
  
 ===== Advantages of using Maven are numerous : ===== ===== Advantages of using Maven are numerous : =====
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 !