You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2006/02/21 18:45:34 UTC

svn commit: r379542 - in /maven/maven-1/plugins/trunk/java: plugin.properties xdocs/changes.xml

Author: ltheussl
Date: Tue Feb 21 09:45:31 2006
New Revision: 379542

URL: http://svn.apache.org/viewcvs?rev=379542&view=rev
Log:
PR: MPJAVA-23
Set maven.compile.deprecation=on by default.

Modified:
    maven/maven-1/plugins/trunk/java/plugin.properties
    maven/maven-1/plugins/trunk/java/xdocs/changes.xml

Modified: maven/maven-1/plugins/trunk/java/plugin.properties
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/java/plugin.properties?rev=379542&r1=379541&r2=379542&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/java/plugin.properties (original)
+++ maven/maven-1/plugins/trunk/java/plugin.properties Tue Feb 21 09:45:31 2006
@@ -18,4 +18,5 @@
 # P L U G I N P R O P E R T I E S
 # -------------------------------------------------------------------
 
-maven.compile.log=${maven.build.dir}/compile.log
\ No newline at end of file
+maven.compile.log=${maven.build.dir}/compile.log
+maven.compile.deprecation=on

Modified: maven/maven-1/plugins/trunk/java/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/java/xdocs/changes.xml?rev=379542&r1=379541&r2=379542&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/java/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/java/xdocs/changes.xml Tue Feb 21 09:45:31 2006
@@ -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>