Optional dependencies in copy-dependencies

401 Views Asked by At

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

1

There are 1 best solutions below

1
On

There seems to be an issue about it: http://jira.codehaus.org/browse/MDEP-266 However, no fix version is on it.