Details
-
Bug
-
Resolution: Fixed
-
Major
-
0.1.0
-
Operating System: All
Platform: All
-
Minor
-
Bug
-
16207
-
837
Description
If a dependency cannot be resolved, an error message is issued:
[ERROR] Cannot resolve dependency: Could not find artifact de.smartics.test:does-not-exist:jar:1.0
but the build reports a success:
[INFO] BUILD SUCCESS
Instead the build should report a failure.