You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Aleksandr Polovtcev (Jira)" <ji...@apache.org> on 2021/11/16 12:10:00 UTC

[jira] [Updated] (IGNITE-15923) Remove redundant property in maven-checkstyle-plugin configuration

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

Aleksandr Polovtcev updated IGNITE-15923:
-----------------------------------------
    Summary: Remove redundant property in maven-checkstyle-plugin configuration  (was: Remove illegal property in maven-checkstyle-plugin configuration)

> 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
>
> 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)