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.

Release History

VersionDateDescription
1.7.1 2007-05-07
1.7 2006-06-18
1.6.1 2004-11-10
1.6 2004-06-25
1.5 2004-05-15
1.4 2004-03-07
1.3 2003-09-29
1.1 2002-09-16

Get the RSS feed of the last changes

Release 1.7.1 - 2007-05-07

TypeChangesBy
fix Apply lf filter before crlf in zip distributions. Fixes MPDIST-32. ltheussl
update Upgrade maven-model to version 3.0.2. Fixes MAVEN-1755. aheritier
fix Fix combined javadoc classpath in dist:multiproject-bin . Fixes MPDIST-20. Thanks to Phil Steitz. ltheussl
update New maven.dist.src.includes and maven.dist.bin.includes properties. Removed the maven.dist.src.include property. Fixes MPDIST-20. Thanks to Phil Steitz. ltheussl
fix dist:multiproject-bin fails if one of the projects does not have any java sources. ltheussl
fix Source distribution archive has incorrect directory structure. Fixes MPDIST-29. ltheussl

Release 1.7 - 2006-06-18

TypeChangesBy
add New property maven.dist.include.dirs to include additional directories. Fixes MPDIST-14. ltheussl
fix Parent project is not included in source distribution. Fixes MPDIST-11. ltheussl
add New property maven.dist.formats to allow creation of only zip or tar.gz archives. Fixes MPDIST-17. ltheussl
add Allow distribution of artifact types other than jar. New property maven.dist.bin.artifact.type, deprecated property maven.dist.bin.artifact. Fixes MPDIST-26. ltheussl
add New property maven.dist.bin.include.site to optionally include the site docs in the binary distribution. Fixes MPDIST-19. ltheussl
fix build-src goal does not use pom.build.sourceDirectory . Fixes MPDIST-12. ltheussl
update Fix compatibility with the version of ant plugin newer or equal to 1.10. aheritier
update New maven.dist.src.include property. Fixes MPDIST-15. Thanks to Fabrizio Giustina. ltheussl
add Allow to configure to which files should use CRLF/LF line endings in archives. Fixes MPDIST-27 and MPDIST-28 . aheritier
fix dist:prepare-src-filesystem doesn't recognize maven.ant.generatebuild.file . Fixes MPDIST-24. ltheussl
update Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated : commons-logging v1.0.3 to v1.0.4, maven v1.0 to v1.0.2, maven-model v3.0.0 to v3.0.1 Fixes MAVEN-1712. aheritier
update It requires at least maven-artifact-plugin v1.7. Note that this plugin is not compatible with Maven 1.0.2! ltheussl
add Added multiproject analogs mirroring single project goals. Also added the abiltiy to generate combined javadocs for multiproject distribution. However multiproject consolidation might be best put into the site plugin. These fixes are associated with the following JIRA enhancement issue . akarasulu
remove Removed unused properties: maven.dist.tar.executable and maven.dist.gunzip.executable . Fixes MPDIST-18. vmassol
update Make compatible with Maven 1.1 brett
add Added maven.dist.bin.artifact property. Fixes MPDIST-13. carlos
update Don't generate ant build file, call maven-ant-plugin before or set a preGoal carlos
update Add NOTICE file to distribution carlos

Release 1.6.1 - 2004-11-10

TypeChangesBy
fix Remove deploy warning brett

Release 1.6 - 2004-06-25

TypeChangesBy
update Use artifact plugin for deployments brett

Release 1.5 - 2004-05-15

TypeChangesBy
update Switch from javadoc:generate to site:generate so that entire project site is included in the binary distribution. Fixes MPDIST-8. brett
update Add properties maven.dist.tar.executable and maven.dist.gunzip.executable for specifying the remote executables for these functions Fixes MPDIST-2. brett

Release 1.4 - 2004-03-07

TypeChangesBy
fix Prefix basedir on copied ant build file. Only create ant build file if the project has source. Only copy maven.src.dir if it exists. dion
update Moved properties out to plugin.properties dion
fix add ${basedir} to ant build file being moved dion

Release 1.3 - 2003-09-29

TypeChangesBy
update update to use maven.docs.*/maven.gen.docs dion
update update to commons-lang 1.0.1 dion

Release 1.1 - 2002-09-16

TypeChangesBy
update Released. jvanzyl