-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
useAllProjectDependencies does not include transitive dependencies #44
Comments
I am also experiencing the same thing. I wouldn't imagine it was by design, seems like a bug, but would like to have that confirmed true or not. |
There's a TODO defined at the relevant location ( Line 261 in d4cf5f2
EDIT: Actually functionality seems to have changed between Maven 2 and Maven 3 for the method |
Hi, any update on this ? I have the same issue. (maven 3.3.9 and appassembler 2.0.0) thanks |
I want to use the option
useAllProjectDependencies=true
to also include dependencies intest
scope. If I enable this option the transitive dependencies are not copied to therepo
directory.Example
commons-configuration.commons-configuration:1.10
has two transitive dependencies:commons-lang.commons-lang:2.6
commons-logging.commons-logging:1.1.1
These are only copied if I disable
useAllProjectDependencies
. Is this behavior as designed or a bug?I'm using
appassembler-maven-plugin 1.10
andJDK 1.8.0_71 (32bit)
.The text was updated successfully, but these errors were encountered: