Details
-
Wish
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
When optional dependencies can not be found it fails to execution of the goal.
Our project ran into the case were an optional transitive dependency could not be found and it tried to use the dependency repo url which was http based and the http maven blocker blocked it.
To be clear this was an optional dependency of a dependency of our project in which we did not reference and excluding that optional transitive dependency did not help. Which in the context of a optional dependency doesn't make sense but I was trying anything.