-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
join-plugin 1.16, maven-plugin 2.12, jenkins 1.628
We have a quite complex maven hierarchy which builds components and services, and them packages them in different maven jobs.
We currently use the maven plugins build when snapshot dependencies are built triggering to trigger downstream builds.
I would like to be able to use join-plugin to trigger a integration test when all the dependent maven projects are built.
From my testing it looks like join-plugin doesn't mange to figure out that the maven snapshot triggers are downstream builds. I did take a look at the source for the join-plugin and i couldn't really figure out how to dig up the maven dependencies and add them as downstreams there.