From d0492b341b167e4204a79f4bc0770e96c48ab77d Mon Sep 17 00:00:00 2001 From: Brett Leslie Porter Date: Sun, 9 Oct 2005 02:52:14 +0000 Subject: [PATCH] PR: MNG-1102 Submitted by: Edwin Punzalan Reviewed by: Brett Porter make default license location same as m1 git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@307348 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/apache/maven/plugin/checkstyle/CheckstyleReport.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maven-plugins/maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/CheckstyleReport.java b/maven-plugins/maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/CheckstyleReport.java index b7d3f71898..3b768457a5 100644 --- a/maven-plugins/maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/CheckstyleReport.java +++ b/maven-plugins/maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/CheckstyleReport.java @@ -105,7 +105,7 @@ public class CheckstyleReport * 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;