mirror of https://github.com/apache/maven.git
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:
parent
0597d785dc
commit
d0492b341b
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue