Version | Date | Description |
---|---|---|
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 |
Type | Changes | By |
---|---|---|
Apply lf filter before crlf in zip distributions. Fixes MPDIST-32. | ltheussl | |
Upgrade maven-model to version 3.0.2. Fixes MAVEN-1755. | aheritier | |
Fix combined javadoc classpath in
dist:multiproject-bin
.
Fixes MPDIST-20.
Thanks to Phil Steitz.
|
ltheussl | |
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 | |
dist:multiproject-bin
fails if one of the projects does not have any java sources.
|
ltheussl | |
Source distribution archive has incorrect directory structure. Fixes MPDIST-29. | ltheussl |
Type | Changes | By |
---|---|---|
New property maven.dist.include.dirs to include additional directories. Fixes MPDIST-14. | ltheussl | |
Parent project is not included in source distribution. Fixes MPDIST-11. | ltheussl | |
New property maven.dist.formats to allow creation of only zip or tar.gz archives. Fixes MPDIST-17. | ltheussl | |
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 | |
New property
maven.dist.bin.include.site
to optionally include the site docs in the binary distribution.
Fixes MPDIST-19.
|
ltheussl | |
build-src goal does not use
pom.build.sourceDirectory
.
Fixes MPDIST-12.
|
ltheussl | |
Fix compatibility with the version of ant plugin newer or equal to 1.10. | aheritier | |
New
maven.dist.src.include
property.
Fixes MPDIST-15.
Thanks to Fabrizio Giustina.
|
ltheussl | |
Allow to configure to which files should use CRLF/LF line endings in archives. Fixes MPDIST-27 and MPDIST-28 . | aheritier | |
dist:prepare-src-filesystem
doesn't recognize
maven.ant.generatebuild.file
.
Fixes MPDIST-24.
|
ltheussl | |
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 | |
It requires at least maven-artifact-plugin v1.7. Note that this plugin is not compatible with Maven 1.0.2! | ltheussl | |
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 | |
Removed unused properties:
maven.dist.tar.executable
and
maven.dist.gunzip.executable
.
Fixes MPDIST-18.
|
vmassol | |
Make compatible with Maven 1.1 | brett | |
Added
maven.dist.bin.artifact
property.
Fixes MPDIST-13.
|
carlos | |
Don't generate ant build file, call maven-ant-plugin before or set a preGoal | carlos | |
Add NOTICE file to distribution | carlos |
Type | Changes | By |
---|---|---|
Switch from javadoc:generate to site:generate so that entire project site is included in the binary distribution. Fixes MPDIST-8. | brett | |
Add properties
maven.dist.tar.executable
and
maven.dist.gunzip.executable
for specifying the remote executables for these functions
Fixes MPDIST-2.
|
brett |
Type | Changes | By |
---|---|---|
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 | |
Moved properties out to plugin.properties | dion | |
add ${basedir} to ant build file being moved | dion |