Version | Date | Description |
---|---|---|
1.6.1 | 2006-10-29 | |
1.6 | 2006-03-26 | |
1.5 | 2004-12-04 | |
1.4 | 2004-05-15 | |
1.3 | 2003-09-29 | |
1.2 | 2003-02-12 | |
1.1 | 2002-10-06 | |
1.0 | 2002-08-04 |
Type | Changes | By |
---|---|---|
Java report fails build if no source files present. Fixes MPJAVA-45. | ltheussl |
Type | Changes | By |
---|---|---|
Compile fails using forked compiler when directory contains spaces. Fixes MPJAVA-4. | ltheussl | |
Also check for
${maven.gen.src}
before compiling.
Fixes MPJAVA-42.
|
ltheussl | |
New property
maven.compile.failonerror
.
Fixes MPJAVA-41.
|
ltheussl | |
New property
maven.compile.debuglevel
.
Fixes MPJAVA-32.
|
ltheussl | |
New property
maven.compile.nowarn
.
Fixes MPJAVA-44.
|
ltheussl | |
Set
maven.compile.deprecation=on
by default.
Fixes MPJAVA-23.
|
ltheussl | |
Compiling gives incorrect warning about target JVM version. Fixes MPJAVA-30. | ltheussl | |
sourceModifications
handled incorrectly when more than one clause present.
Fixes MPJAVA-38.
Thanks to Ignacio G. Mac Dowell.
|
ltheussl | |
Broken support for maven.compile.extdirs. Fixes MPJAVA-43. | ltheussl | |
Make a report with compiler output Fixes MPJAVA-40. Thanks to Ron Gallagher. | carlos | |
Capture Deprecation Warnings. Fixes MPJAVA-34. | carlos |
Type | Changes | By |
---|---|---|
Make it work by default with any version of the JDK Fixes MPJAVA-22. | vmassol | |
Deprecate dependency handle | brett | |
Use assert taglib for tests | dion |
Type | Changes | By |
---|---|---|
Allow specifying a JDK to compile with other than the running one Fixes MPJAVA-18. Thanks to Lynn Richards. | brett | |
Add memory usage parameters to pass to the ant javac task Fixes MPJAVA-1. Thanks to Scott Foster. | brett | |
Add source property, default to 1.3. This is required to use JDK 1.5. | brett |
Type | Changes | By |
---|---|---|
Remove clean goals and jar goals. Clean goals and jar goals move to clean plugin and jar plugin. | evenisse | |
Added chgrp maven to jar:deploy. | dion | |
Added velocity.log to files deleted on clean | dion |
Type | Changes | By |
---|---|---|
Added the jar:install-snapshot goal to install a SNAPSHOT version jar in the local repository. | kschrader | |
Added maven.compile.encoding property Thanks to Daigo Moriwaki. | dion | |
Added docs on properties | dion |
Type | Changes | By |
---|---|---|
Added goals documentation | dion | |
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 | dion | |
Compilation now only happens if java source is present | vmassol | |
Applied fix for MAVEN-102, which allows a manifest file to be specified, as well as the defaults when jar'ing. Fixes MAVEN-102. | dion | |
Added goals installing and deploying the plugin:
This is meant to ease the installation of plugins without having to bootstrap or manually copy the generated plugin to Maven's plugins dir. |
smor |