Aleksandr Polovtcev created IGNITE-15923:
--------------------------------------------
Summary: Remove illegal property in maven-checkstyle-plugin
configuration
Key: IGNITE-15923
URL: https://issues.apache.org/jira/browse/IGNITE-15923
Project: Ignite
Issue Type: Task
Reporter: Aleksandr Polovtcev
Assignee: Aleksandr Polovtcev
maven-checkstyle-plugin configuration in root {{pom.xml}} contains the
following lines:
{code}
<execution>
<id>fail-if-error</id>
<phase>validate</phase>
<configuration>
<failsOnError>true</failsOnError>
<consoleOutput>true</consoleOutput>
<logViolationsToConsole>true</logViolationsToConsole>
</configuration>
<goals>
<goal>checkstyle-aggregate</goal>
</goals>
</execution>
{code}
However, {{logViolationsToConsole}} option is only applicable to the {{check}}
goal, the {{checkstyle-aggregate}} goal does not have this property. It should
be removed
--
This message was sent by Atlassian Jira
(v8.20.1#820001)