Mac 플랫폼 에 Maven 3 설치 하기
4584 단어 maven3
XCode 가 설치 되 어 있 으 면 XCode 는 자동 으로 Maven 을 설치 해 줍 니 다. / usr / share / java / 에 설치 합 니 다.
설치 3.0.3
도착 하 다http://maven.apache.org/download.htmlmaven 3.0.3 다운로드
apache - maven - 3.0.3 - bin. tar. gz 를 / usr / share / 자바 로 압축 해제 합 니 다.
/ usr / share 의 softlink maven 제거
ln -s /usr/share/java/apache-maven-3.0.3 /usr/share/maven
수정 ~ /. profile 설정 M3HOME=/usr/share/java/apache-maven-3.0.3
주의 사항
M2 를 동시에 설정 할 수 없습니다.HOME 와 M3HOME 환경 변수 두 개, 그렇지 않 으 면 Maven 을 실행 하면 다음 과 같은 exception 이 나타 납 니 다.
Exception in thread "main" java.lang.NoClassDefFoundError: org/codehaus/plexus/classworlds/launcher/Launcher Caused by: java.lang.ClassNotFoundException: org.codehaus.plexus.classworlds.launcher.Launcher at java.net.URLClassLoader$1.run(URLClassLoader.java:202) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:190) at java.lang.ClassLoader.loadClass(ClassLoader.java:307) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
참고:http://cb.esast.com/cb/wiki/22945
Installing Maven 3 on OS X
1. Install Mac Ports
2. Install Maven 3
Open a terminal and type the following:
sudo port install maven3 maven_select
sudo maven_select maven3
------------------------------------------------------------------------
MAVEN 구조 springside - 4.0 사용 실패, 이상
정 보 는 다음 과 같 습 니 다.
xxxx@localhost springside-4.0.0.RC3$ mvn install
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Springside :: Project
[INFO] Springside :: Module :: Core
[INFO] Springside :: Module :: Extension
[INFO] Springside :: Example :: Mini-Service
[INFO] Springside :: Example :: Mini-Web
[INFO] Springside :: Example :: Showcase
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Springside :: Project 4.0.0.RC3
[INFO] ------------------------------------------------------------------------
Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Springside :: Project ............................. FAILURE [1:15.947s]
[INFO] Springside :: Module :: Core ...................... SKIPPED
[INFO] Springside :: Module :: Extension ................. SKIPPED
[INFO] Springside :: Example :: Mini-Service ............. SKIPPED
[INFO] Springside :: Example :: Mini-Web ................. SKIPPED
[INFO] Springside :: Example :: Showcase ................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:16.465s
[INFO] Finished at: Sun Jul 08 16:31:26 CST 2012
[INFO] Final Memory: 3M/81M
[INFO] ------------------------------------------------------------------------
[ERROR] Plugin org.apache.maven.plugins:maven-install-plugin:2.3.1 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-install-plugin:jar:2.3.1: Could not transfer artifact org.apache.maven.plugins:maven-install-plugin:pom:2.3.1 from/to central (http://repo1.maven.org/maven2): Error transferring file: Operation timed out -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException
원인:
중앙 라 이브 러 리 에 접근 할 수 없 음 http://repo1.maven.org/maven2/ 。
해결: 이틀 지나 면 방문 할 수 있 습 니 다.