Skip to content

Commit 311c597

Browse files
committed
Let the RAT plugin check Apache license headers
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/trunk@1677397 13f79535-47bb-0310-9956-ffa450edef68
1 parent 8aecb34 commit 311c597

3 files changed

Lines changed: 1 addition & 25 deletions

File tree

pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,6 @@
231231
<configuration>
232232
<configLocation>${basedir}/src/conf/checkstyle.xml</configLocation>
233233
<enableRulesSummary>false</enableRulesSummary>
234-
<headerLocation>${basedir}/src/conf/HEADER.txt</headerLocation>
235234
<suppressionsLocation>${basedir}/src/conf/checkstyle-suppressions.xml</suppressionsLocation>
236235
</configuration>
237236
<reportSets>

src/conf/HEADER.txt

Lines changed: 0 additions & 17 deletions
This file was deleted.

src/conf/checkstyle.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,9 @@ limitations under the License.
3838
<!-- See http://checkstyle.sf.net/config_misc.html#Translation -->
3939
<module name="Translation"/>
4040

41-
<!-- Checks for Headers -->
42-
<!-- See http://checkstyle.sf.net/config_header.html -->
43-
<module name="RegexpHeader">
44-
<property name="headerFile" value="${checkstyle.header.file}"/>
45-
</module>
46-
4741
<!-- Exceptions -->
4842
<module name="SuppressionFilter">
49-
<property name="file" value="${checkstyle.suppressions.file}"/>
43+
<property name="file" value="${checkstyle.suppressions.file}"/>
5044
</module>
5145

5246
<module name="FileTabCharacter">

0 commit comments

Comments
 (0)