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
