maven-dependency-plugin
maven-dependency-plugin copied to clipboard
[MDEP-884] go-offline goal should have an option to ignore failures on optional dependencies
Daniel Cruver opened MDEP-884 and commented
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.
1 votes, 2 watchers