Skip to content

Commit d1a1dbb

Browse files
committed
Fix Maven warning
[WARNING] Parameter 'headerFile' is unknown for plugin 'maven-checkstyle-plugin:3.2.2:check (default-cli)'
1 parent 36ab02f commit d1a1dbb

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,6 @@ limitations under the License.
299299
<configuration>
300300
<configLocation>${checkstyle.config.file}</configLocation>
301301
<enableRulesSummary>false</enableRulesSummary>
302-
<headerFile>${checkstyle.header.file}</headerFile>
303302
<includeTestSourceDirectory>true</includeTestSourceDirectory>
304303
<resourceExcludes>NOTICE.txt,LICENSE.txt,**/pom.properties,**/sha512.properties</resourceExcludes>
305304
</configuration>

0 commit comments

Comments
 (0)