jamsterdam
2014-03-17 18:27:40 UTC
My war depends on a jar that has transitive (compile) dependencies of its
own. When I build the war, I would like the referenced jar, as well as its
transitive dependencies added to the war (WEB-INF/lib).
Here is the build file of the web project:
apply plugin: 'war'
...
dependencies {
compile ('com.company.group:module:1.0.0-SNAPSHOT') {
changing = true
transitive = true
}
}
--
View this message in context: http://gradle.1045684.n5.nabble.com/Gradle-does-not-include-transitive-dependencies-in-war-s-WEB-INF-lib-folder-tp5712491.html
Sent from the gradle-user mailing list archive at Nabble.com.
own. When I build the war, I would like the referenced jar, as well as its
transitive dependencies added to the war (WEB-INF/lib).
Here is the build file of the web project:
apply plugin: 'war'
...
dependencies {
compile ('com.company.group:module:1.0.0-SNAPSHOT') {
changing = true
transitive = true
}
}
--
View this message in context: http://gradle.1045684.n5.nabble.com/Gradle-does-not-include-transitive-dependencies-in-war-s-WEB-INF-lib-folder-tp5712491.html
Sent from the gradle-user mailing list archive at Nabble.com.