PR: MPJAVA-32

New property maven.compile.debuglevel.


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

View File

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