The Apache Maven team is pleased to announce the release of Maven 1.1!
Download Maven 1.1 and read the Installation Instructions.
Compared to Maven 1.0.2, this release features several enhancements:
For a full list of changes, please see JIRA.
With just a few exceptions, Maven 1.1 is backwards compatible with Maven 1.0.
Maven 1.1 RC1 has been released for testing. This release upgrades several dependencies of Maven, in particular wagon, maven-model, plexus-utils, commons-jexl. Improvements since Maven 1.1 Beta 3 include a lot of new plugin releases and a number of fixes for known issues in the Beta 3 release. See the Release Notes for more information.
Download it here , and see the compatibility section for information on compatibility with Maven 1.0 builds.
The modello plugin 1.0 is now available.
As often as possible we publish snapshots of the first release candidate for maven 1.1. Download them here and give us your feedback.
If you are using Maven 1.0.x you may have found that the repository is not working and Maven is unable to download new dependencies. The reason is that the ibiblio guys have moved the repo to another machine and Maven 1.0.x can't handle redirects across different host names.
The workaround is to use the new central repository configuration until ibiblio fixes the problem. Add to your project.properties :
maven.repo.remote=http://repo1.maven.org/maven
Due to an incompability between the artifact plugin v 1.8 and maven 1.1 beta 3 we recommand that you use the SNAPSHOT of the next version of this plugin to avoid the error about the rejected key of the host if you use the scp or the sftp protocols ( MPARTIFACT-71 ).
maven plugin:download -DgroupId=maven -DartifactId=maven-artifact-plugin -Dversion=1.8.1-SNAPSHOT -Dmaven.repo.remote=http://repo1.maven.org/maven/,http://people.apache.org/repo/m1-snapshot-repository/
Maven 1.1 Beta 3 has been released for testing. This release upgrades several dependencies of Maven, in particular Jelly, Dom4j and Jaxen. Improvements since Maven 1.1 Beta 2 include a lot of new plugin releases and a number of fixes for known issues in the Beta 2 release. See the Release Notes for more information.
Download it here , and see the compatibility section for information on compatibility with Maven 1.0 builds.