Is there a way to tell maven to continue the build although a dependency ist missing?
I tried <optional>true</optional> but this doesn't seem to do it in this scenario.
I have build a costum Maven Plugin for the package phase and it does still have to package even if one or multiple dependencies could not be found.
Thanks in advance.