You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Viktor Sadovnikov <vi...@jv-ration.com> on 2013/10/22 12:47:23 UTC

using useTransitiveDependencies=false in maven-assembly-plugin

Hello,

I can across a problem, which is perfectly described on
http://stackoverflow.com/questions/14846436/maven-assembly-plugin-usetransitivedependencies-not-working

Regardless of using
<useTransitiveDependencies>false</useTransitiveDependencies> plug-in seems
to pick-up entire tree of dependencies. I have checked the plug-in code and
found that AddDependencySetsTask#resolveDependencyArtifacts(DependencySet)
seems to ignore the useTransitiveDependencies of dependencySet.

Is it a bug? do I overlook something?

With regards,
Viktor