You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Maxim Muzafarov (Jira)" <ji...@apache.org> on 2022/04/07 10:28:00 UTC

[jira] [Created] (IGNITE-16812) Use project base directory for checkstyle resources

Maxim Muzafarov created IGNITE-16812:
----------------------------------------

             Summary: Use project base directory for checkstyle resources
                 Key: IGNITE-16812
                 URL: https://issues.apache.org/jira/browse/IGNITE-16812
             Project: Ignite
          Issue Type: Bug
            Reporter: Maxim Muzafarov
            Assignee: Maxim Muzafarov
             Fix For: 2.13


The build fails if the project root directory is not equal to the Ignite repository directory.


[2022-04-06T22:56:01.396Z] [INFO] ------------------------------------------------------------------------
[2022-04-06T22:56:01.396Z] [INFO] BUILD FAILURE
[2022-04-06T22:56:01.396Z] [INFO] ------------------------------------------------------------------------
[2022-04-06T22:56:01.396Z] [INFO] Total time:  13.964 s (Wall Clock)
[2022-04-06T22:56:01.396Z] [INFO] Finished at: 2022-04-07T01:57:03+03:00
[2022-04-06T22:56:01.396Z] [INFO] ------------------------------------------------------------------------
[2022-04-06T22:56:01.396Z] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:3.1.1:check (style) on project ignite-parent: Failed during checkstyle execution: Unable to find suppressions file at location: checkstyle/checkstyle-suppressions.xml: Could not find resource 'checkstyle/checkstyle-suppressions.xml'. -> [Help 1]
[2022-04-06T22:56:01.396Z] [ERROR] 
[2022-04-06T22:56:01.396Z] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[2022-04-06T22:56:01.396Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)