You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should have copied okio, kotlin-stdlib and okio-jvm, too, but did not.
I think the command line use of copy-dependencies should match the defaults of the pom/xml based use of the same
Paul Hammant opened MDEP-975 and commented
https://maven.apache.org/components/plugins/maven-dependency-plugin/copy-dependencies-mojo.html#excludeTransitive - suggests false is default.
Command line use ( I have a project that has okhttp as test dep):
```
mvn -q dependency:copy-dependencies -DincludeScope=test -DincludeArtifactIds=okhttp -DoutputDirectory=target/libs_for_test
Affects: 3.8.1