Apache Maven 1.x has reached its end of life, and is no longer supported. For more information, see the announcement. Users are encouraged to migrate to the current version of Apache Maven.

Maven 1.x News

info 25th June 2007 - Maven 1.1 Released

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:

  • Integration of Maven 2 technologies such as Maven Wagon, Maven SCM and the new model code
  • Ant 1.6.5 support
  • Upgrade dependencies, in particular Jelly, Dom4j, Jaxen, Commons-Jexl, and many others.
  • Upgraded versions of almost all the bundled plugins,
  • Improved error handling and reporting.
  • Improved POM layout
  • Significant improvements in memory usage and general performance.
  • Documentation updates.

For a full list of changes, please see JIRA.

With just a few exceptions, Maven 1.1 is backwards compatible with Maven 1.0.

info 23th May 2007 - New plugins releases RSS

The following plugins are now available :

info 11th May 2007 - Maven 1.1 RC1 Released

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.

info 8th May 2007 - New plugins releases RSS

The following plugins are now available :

info 18th April 2007 - New plugins releases RSS

The following plugins are now available :

info 18th April 2007 - New plugins releases RSS

The following plugins are now available :

info 16th April 2007 - Modello plugin released RSS

The modello plugin 1.0 is now available.

warning Looking for Maven 1.1 RC1 SNAPSHOTs ?

As often as possible we publish snapshots of the first release candidate for maven 1.1. Download them here and give us your feedback.

bug 7 December 2006 - Central repository isn't working for maven 1.0.x users

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
info 30 October 2006 - New plugins releases RSS

The following plugins are now available :

bug 11 August 2006 - Bug in the Artifact plugin bundled in Maven 1.1 Beta 3

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/
          
info 01 August 2006 - Maven 1.1 Beta 3 Released

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.

info 28 July 2006 - New plugins releases rss

The following plugins are now available :