PR: MPJAVA-23

Set maven.compile.deprecation=on by default.


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@379542 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2006-02-21 17:45:31 +00:00
parent 3b9b4b03eb
commit 02c8380fc2
2 changed files with 3 additions and 1 deletions

View File

@ -19,3 +19,4 @@
# -------------------------------------------------------------------
maven.compile.log=${maven.build.dir}/compile.log
maven.compile.deprecation=on

View File

@ -26,6 +26,7 @@
</properties>
<body>
<release version="1.6-SNAPSHOT" date="in SVN">
<action dev="ltheussl" type="fix" issue="MPJAVA-23">Set <code>maven.compile.deprecation=on</code> by default.</action>
<action dev="ltheussl" type="fix" issue="MPJAVA-30">Compiling gives incorrect warning about target JVM version.</action>
<action dev="ltheussl" type="fix" issue="MPJAVA-38" due-to="Ignacio G. Mac Dowell"><code>sourceModifications</code> handled incorrectly when more than one clause present.</action>
<action dev="ltheussl" type="fix" issue="MPJAVA-43">Broken support for maven.compile.extdirs.</action>