Marton Elek created HDDS-3316:
---------------------------------
Summary: Checkstyle check fails silently in case of mvn related
errors
Key: HDDS-3316
URL: https://issues.apache.org/jira/browse/HDDS-3316
Project: Hadoop Distributed Data Store
Issue Type: Bug
Reporter: Marton Elek
>From the last master build:
https://github.com/apache/hadoop-ozone/runs/550746880?check_suite_focus=true
Checkstyle is failed due to a maven error:
{code}
[ERROR] Failed to execute goal on project hadoop-hdds-common: Could not resolve
dependencies for project
org.apache.hadoop:hadoop-hdds-common:jar:0.6.0-SNAPSHOT: Could not find
artifact org.apache.hadoop:hadoop-hdds-config:jar:0.6.0-SNAPSHOT in
apache.snapshots.https
(https://repository.apache.org/content/repositories/snapshots) -> [Help 1]
[ERROR] Failed to execute goal on project hadoop-hdds-client: Could not resolve
dependencies for project
org.apache.hadoop:hadoop-hdds-client:jar:0.6.0-SNAPSHOT: The following
artifacts could not be resolved:
org.apache.hadoop:hadoop-hdds-common:jar:0.6.0-SNAPSHOT,
org.apache.hadoop:hadoop-hdds-config:jar:0.6.0-SNAPSHOT: Could not find
artifact org.apache.hadoop:hadoop-hdds-common:jar:0.6.0-SNAPSHOT in
apache.snapshots.https
(https://repository.apache.org/content/repositories/snapshots) -> [Help 1]
{code}
But it remain green.
We should fail the check if the maven run couldn't succeed.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]