Delany created MCHECKSTYLE-422:
----------------------------------
Summary: Print absolute paths
Key: MCHECKSTYLE-422
URL: https://issues.apache.org/jira/browse/MCHECKSTYLE-422
Project: Maven Checkstyle Plugin
Issue Type: Bug
Components: checkstyle:check
Affects Versions: 3.2.0
Reporter: Delany
When the check goal prints a violation to the console it gives the relative path
{noformat}
[ERROR] src/main/java/...{noformat}
Off the top of my head all other plugins give absolute paths.
Absolute paths are necessary when running the build in IntelliJ's terminal. An
absolute path is recognized as such and one can simply click it to open the
file.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)