You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2005/10/09 04:52:18 UTC

svn commit: r307348 - /maven/components/trunk/maven-plugins/maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/CheckstyleReport.java

Author: brett
Date: Sat Oct  8 19:52:14 2005
New Revision: 307348

URL: http://svn.apache.org/viewcvs?rev=307348&view=rev
Log:
PR: MNG-1102
Submitted by: Edwin Punzalan
Reviewed by:  Brett Porter
make default license location same as m1

Modified:
    maven/components/trunk/maven-plugins/maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/CheckstyleReport.java

Modified: maven/components/trunk/maven-plugins/maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/CheckstyleReport.java
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/CheckstyleReport.java?rev=307348&r1=307347&r2=307348&view=diff
==============================================================================
--- maven/components/trunk/maven-plugins/maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/CheckstyleReport.java (original)
+++ maven/components/trunk/maven-plugins/maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/CheckstyleReport.java Sat Oct  8 19:52:14 2005
@@ -105,7 +105,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.
      *
-     * @parameter
+     * @parameter expression="${basedir}/LICENSE.txt"
      */
     private String headerFile;