Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.0-beta-1
-
Fix Version/s: 3.0-beta-1
-
Component/s: POM
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
The refactoring in r927436 introduced a regression that makes project building fail in case a system-scope dependency refers to a non-existing file. The added check was meant to only issue a warning but not an error (the error is deferred to actual dependency resolution attempt).
Fixed in r931860.