Maven: Unterschied zwischen den Versionen
		
		
		
		
		
		Zur Navigation springen
		Zur Suche springen
		
				
		
		
	
|  (Die Seite wurde neu angelegt: „== Pfade ==  === Windows ===  <pre> JAVA_HOME = <path to jdk> M2_HOME = <path to maven> </pre>   == Profile ==  <pre> mvn install -P <profil1>[,<profile2>] </pre>“) | |||
| Zeile 7: | Zeile 7: | ||
| M2_HOME = <path to maven> | M2_HOME = <path to maven> | ||
| </pre> | </pre> | ||
| == Profile == | == Profile == | ||
| Zeile 14: | Zeile 13: | ||
| mvn install -P <profil1>[,<profile2>] | mvn install -P <profil1>[,<profile2>] | ||
| </pre> | </pre> | ||
| Zurück zu [[Java]] | |||
Version vom 12. April 2016, 10:50 Uhr
Pfade
Windows
JAVA_HOME = <path to jdk> M2_HOME = <path to maven>
Profile
mvn install -P <profil1>[,<profile2>]
Zurück zu Java