ChangesdIon GillardKurt SchradersourceModifications handled incorrectly when more than one clause present.Broken support for maven.compile.extdirs.Make a report with compiler outputMake it work by default with any version of the JDKDeprecate dependency handleUse assert taglib for testsAllow specifying a JDK to compile with other than the running oneAdd memory usage parameters to pass to the ant javac taskAdd source property, default to 1.3. This is required to use JDK 1.5.Remove clean goals and jar goals. Clean goals and jar goals move to clean plugin and jar plugin.Added chgrp maven to jar:deploy.Added velocity.log to files deleted on cleanAdded the jar:install-snapshot goal to install a SNAPSHOT version jar in the local repository.Added maven.compile.encoding propertyAdded docs on propertiesAdded
goals documentationAdded maven.compile.source, maven.compile.target, maven.compile.executable, maven.compile.fork and maven.compile.compilerargs properties to allow people with generics to build with MavenCompilation now only happens if java source is presentApplied fix for MAVEN-102, which allows a manifest file to be specified, as well as the defaults when jar'ing.Added goals installing and deploying the plugin:
plugin:install installs the plugin in Maven's plugins dir
plugin:deploy installs an unpacked version of the plugin in Maven's plugins dir
This is meant to ease the installation of plugins without having to bootstrap or manually copy the generated plugin to Maven's plugins dir.