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

Petr Ivanov updated IGNITE-15923:
---------------------------------
    Ignite Flags:   (was: Docs Required,Release Notes Required)

> 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
>    Affects Versions: 3.0.0-alpha4
>            Reporter: Aleksandr Polovtcev
>            Assignee: Aleksandr Polovtcev
>            Priority: Trivial
>              Labels: ignite-3
>             Fix For: 3.0.0-alpha4
>
>          Time Spent: 20m
>  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