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/07 23:22:44 UTC

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

Author: ltheussl
Date: Tue Feb  7 14:22:42 2006
New Revision: 375749

URL: http://svn.apache.org/viewcvs?rev=375749&view=rev
Log:
PR: MPCHECKSTYLE-9
maven.checkstyle.header.file now defaults to maven.license.licenseFile

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

Modified: maven/maven-1/plugins/trunk/checkstyle/plugin.properties
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/checkstyle/plugin.properties?rev=375749&r1=375748&r2=375749&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/checkstyle/plugin.properties (original)
+++ maven/maven-1/plugins/trunk/checkstyle/plugin.properties Tue Feb  7 14:22:42 2006
@@ -26,7 +26,7 @@
 maven.checkstyle.fail.on.violation = false
 maven.checkstyle.cache.file = ${maven.checkstyle.dir}/checkstyle-cachefile
 maven.checkstyle.format = sun
-maven.checkstyle.header.file = ${basedir}/LICENSE.txt
+maven.checkstyle.header.file = ${maven.license.licenseFile}
 maven.checkstyle.check.tests=true
 
 # If useFile is false then the checkstyle task will display violations

Modified: maven/maven-1/plugins/trunk/checkstyle/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/checkstyle/xdocs/changes.xml?rev=375749&r1=375748&r2=375749&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/checkstyle/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/checkstyle/xdocs/changes.xml Tue Feb  7 14:22:42 2006
@@ -25,6 +25,7 @@
   </properties>
   <body>
     <release version="3.0.1-SNAPSHOT" date="in SVN">
+      <action dev="ltheussl" type="fix" issue="MPCHECKSTYLE-9"><code>maven.checkstyle.header.file</code> now defaults to <code>${maven.license.licenseFile}</code>.</action>
       <action dev="ltheussl" type="fix" issue="MPCHECKSTYLE-53" due-to="Bernard Durfee">ClassCastException when moving from 2.5 to 3.0. Xalan is used for ant's style task.</action>
     </release>
     <release version="3.0" date="2006-02-05">

Modified: maven/maven-1/plugins/trunk/checkstyle/xdocs/properties.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/checkstyle/xdocs/properties.xml?rev=375749&r1=375748&r2=375749&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/checkstyle/xdocs/properties.xml (original)
+++ maven/maven-1/plugins/trunk/checkstyle/xdocs/properties.xml Tue Feb  7 14:22:42 2006
@@ -103,7 +103,7 @@
             Specifies the location of the License file (a.k.a the header file) 
             that is used by Checkstyle to verify that source code has the
             correct copyright. Default value is
-            <code>${basedir}/LICENSE.txt</code>
+            <code>${maven.license.licenseFile}</code>.
           </td>
         </tr>
         <tr>