http://www.infoq.com/news/2010/10/maven-30-released
Sonatype <http://www.sonatype.org/> today announced<http://www.sonatype.com/people/2010/10/maven-3-0-has-landed/>the release of Maven 3 <http://maven.apache.org/> (release notes<http://maven.apache.org/release-notes-3.0.x.html>), the biggest change since Maven 2 was released in 2005. Unlike the change from Maven 1 to Maven 2, which had changes to the POM as well and caused a significant impact to the Maven community (not the least was the ejection of the Jelly scripting language in favour of Java MOJOs), the release of Maven 3 has been backed up by significant automated testing using open-source projects in the field to try and prevent backward incompatibilities. As a result, Maven 3 should just be a drop-in replacement for Maven 2, with few noticeable differences other than an increase in performance. Any known problems are listed on the compatibility page<https://cwiki.apache.org/MAVEN/maven-3x-compatibility-notes.html> . The new version of Maven 3 is built upon Google Guice<http://code.google.com/p/google-guice/>, a light-weight dependency injection framework, rather than the Plexus container that was solely used before. This refactoring allows other containers to be used in the future, such as Pico Container<http://www.picocontainer.org/>. The abstraction layer is provided by Sisu<http://github.com/sonatype/sisu-guice>, which is also compatible with Spring. -- You received this message because you are subscribed to the Google Groups "tellurium-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tellurium-users?hl=en.
