[ 
https://issues.apache.org/jira/browse/IGNITE-15923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Aleksandr Polovtcev updated IGNITE-15923:
-----------------------------------------
    Labels: ignite-3  (was: )

> Remove redundant 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
>            Priority: Trivial
>              Labels: ignite-3
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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)

Reply via email to