Changes
Vincent Massol
New maven.dist.src.include property.
Allow to configure to which files should use CRLF/LF line endings in archives.
dist:prepare-src-filesystem doesn't recognize maven.ant.generatebuild.file.
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 -> v1.0.4
- maven v1.0 -> v1.0.2
- maven-model v3.0.0 -> v3.0.1
It requires at least maven-artifact-plugin v1.3.
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.
Removed unused properties: maven.dist.tar.executable and maven.dist.gunzip.executable.
Make compatible with Maven 1.1
Added maven.dist.bin.artifact property.
Don't generate ant build file, call maven-ant-plugin before or set a preGoal
Add NOTICE file to distribution
Remove deploy warning
Use artifact plugin for deployments
Switch from javadoc:generate to site:generate so that entire project site is included in the binary distribution.
Add properties
maven.dist.tar.executableand
maven.dist.gunzip.executablefor specifying the remote executables for these functions
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.
Moved properties out to plugin.properties
add ${basedir} to ant build file being moved
update to use maven.docs.*/maven.gen.docs
update to commons-lang 1.0.1
Released.