문제

Are there any compelling reasons for me to upgrade to Maven 3 immediately? Nothing stands out from the release notes.

Have you upgraded to Maven 3 yet? If so, what benefits did you see?

도움이 되었습니까?

해결책

I have upgraded to maven 3. Everything is backward compatible. I have noticed better performance and clear logging. There aren't any compelling reasons yet. However, maven3 has new build phases that should be able to support better plugins with more control. Why not upgrade if everything will still work?

다른 팁

Speed man, speed :) New Maven runs MUCH faster then Maven2.

Just try it:

alias mvn3='M2_HOME=/opt/apache-maven-3.0 /opt/apache-maven-3.0/bin/mvn'

And execute mvn3 clean install in your plain old Maven2 project to feel the difference.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top