Ok, to finish my own thread, we decided to generate a custom pom with
transitive snapshot dependencies included directly in a separate profile.
This can be done for certain projects only (wars, etc.) in a pre-build step
and the build itself would use that generated pom.
2014-10-21 17:07 GMT+03:00
In previous message there should be '..there is NO direct dependency
chain leading
from webapp..'
2014-10-21 16:39 GMT+03:00 Anton Tanasenko :
> Ok, I think I got it, it picks up upstream managed depdendency only if it
> is directly referenced from
> downstream project (in dependencies section),
Ok, I think I got it, it picks up upstream managed depdendency only if it
is directly referenced from
downstream project (in dependencies section), which, I guess, is the right
thing to do.
The problem arises when you have a single transitive dependency changed and
you want it
to be included in a
Hi all,
It seems that maven project plugin does not link projects dependencies
together when downstream project includes an upstream dependency whose
version is specified
in dependencyManagement section. At least not with default clean
installation of jenkins. Is there a way to enable that?
--