diff --git a/checkstyle-license.txt b/checkstyle-license.txt index af6d1c58..03f7e430 100644 --- a/checkstyle-license.txt +++ b/checkstyle-license.txt @@ -1,7 +1,7 @@ - +[This line is ignored by checkstyle. Put the package declaration here] /* ==================================================================== - * Copyright 2001-2004 The Apache Software Foundation. + * Copyright [year. ex: 2001-2004] The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/checkstyle.xml b/checkstyle.xml index fb7964d2..3cc5bf50 100644 --- a/checkstyle.xml +++ b/checkstyle.xml @@ -48,7 +48,7 @@ - + diff --git a/project.properties b/project.properties index d06d9bf3..7aaa40f2 100644 --- a/project.properties +++ b/project.properties @@ -34,6 +34,7 @@ maven.clover.report.xml=true # Checkstyle plugin settings maven.checkstyle.header.file = ${basedir}/../checkstyle-license.txt +maven.checkstyle.properties = ${basedir}/../checkstyle.xml # License plugin settings maven.license.licenseFile=${basedir}/../LICENSE.txt