Using the maven-dependency-plugin, is there a way I can copy <optional>true</optional>
dependencies when using the copy-dependencies goal? I can't find any reference to it but I also can't find any reference to it NOT doing it either. It seems that even the tree
goal ignores optional dependencies
Optional dependencies in copy-dependencies
410 Views Asked by Hilikus At
1
There seems to be an issue about it: http://jira.codehaus.org/browse/MDEP-266 However, no fix version is on it.