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>
|
<configuration>
|
||||||
<configLocation>${basedir}/checkstyle.xml</configLocation>
|
<configLocation>${basedir}/checkstyle.xml</configLocation>
|
||||||
<enableRulesSummary>false</enableRulesSummary>
|
<enableRulesSummary>false</enableRulesSummary>
|
||||||
<headerFile>${basedir}/checkstyle-header.txt</headerFile>
|
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
@@ -522,7 +521,6 @@ under the License.
|
|||||||
<configuration>
|
<configuration>
|
||||||
<configLocation>${basedir}/checkstyle.xml</configLocation>
|
<configLocation>${basedir}/checkstyle.xml</configLocation>
|
||||||
<enableRulesSummary>false</enableRulesSummary>
|
<enableRulesSummary>false</enableRulesSummary>
|
||||||
<headerFile>${basedir}/checkstyle-header.txt</headerFile>
|
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|||||||
Reference in New Issue
Block a user