Changes
Vincent Massol
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.