PR: MPJAVA-44

New property maven.compile.nowarn.


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@379547 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl
2006-02-21 17:59:37 +00:00
parent 02c8380fc2
commit 943fc8d59c
4 changed files with 19 additions and 1 deletions

View File

@@ -26,6 +26,7 @@
</properties>
<body>
<release version="1.6-SNAPSHOT" date="in SVN">
<action dev="ltheussl" type="add" issue="MPJAVA-44">New property <code>maven.compile.nowarn</code>.</action>
<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>