Fix Maven warning
[WARNING] Parameter 'headerFile' is unknown for plugin 'maven-checkstyle-plugin:3.2.2:check (default-cli)'
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -474,7 +474,6 @@ under the License.
|
||||
<configuration>
|
||||
<configLocation>${basedir}/checkstyle.xml</configLocation>
|
||||
<enableRulesSummary>false</enableRulesSummary>
|
||||
<headerFile>${basedir}/checkstyle-header.txt</headerFile>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
@@ -522,7 +521,6 @@ under the License.
|
||||
<configuration>
|
||||
<configLocation>${basedir}/checkstyle.xml</configLocation>
|
||||
<enableRulesSummary>false</enableRulesSummary>
|
||||
<headerFile>${basedir}/checkstyle-header.txt</headerFile>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
|
||||
Reference in New Issue
Block a user