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
This commit is contained in:
Brett Leslie Porter 2005-10-09 02:52:14 +00:00
parent 0597d785dc
commit d0492b341b
1 changed files with 1 additions and 1 deletions

View File

@ -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 * 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. * to verify that source code has the correct copyright.
* *
* @parameter * @parameter expression="${basedir}/LICENSE.txt"
*/ */
private String headerFile; private String headerFile;