Changes dIon Gillard Kurt Schrader Allow specifying a JDK to compile with other than the running one Add memory usage parameters to pass to the ant javac task Add 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 clean Added the jar:install-snapshot goal to install a SNAPSHOT version jar in the local repository. Added maven.compile.encoding property Added docs on properties Added goals documentation Added 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 Maven Compilation now only happens if java source is present Applied 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:
  1. plugin:install installs the plugin in Maven's plugins dir
  2. 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.

Initial plugin created