Skip to content

Commit a1b0277

Browse files
committed
No need to set BOTH the checkstyle.header.file property AND the headerLocation configuration for Checkstyle license header.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1635149 13f79535-47bb-0310-9956-ffa450edef68
1 parent 016cc83 commit a1b0277

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ CSV files of various types.
159159
<configuration>
160160
<configLocation>${basedir}/checkstyle.xml</configLocation>
161161
<enableRulesSummary>false</enableRulesSummary>
162-
<headerLocation>${checkstyle.header.file}</headerLocation>
163162
</configuration>
164163
</plugin>
165164

@@ -199,7 +198,6 @@ CSV files of various types.
199198
<configuration>
200199
<configLocation>${basedir}/checkstyle.xml</configLocation>
201200
<enableRulesSummary>false</enableRulesSummary>
202-
<headerLocation>${checkstyle.header.file}</headerLocation>
203201
</configuration>
204202
<!-- We need to specify reportSets because 2.9.1 creates two reports -->
205203
<reportSets>

0 commit comments

Comments
 (0)