-
Improvement
-
Resolution: Unresolved
-
Major
-
None
-
maven 3.2.2 and jenkins 1.606
Hi,
When using the option to trigger builds of jobs when one of its dependency has been rebuilt, the dependencies of the plugins are not used.
For example I have one project A that uses the antrun maven plugin, and in the plugins dependency section we refer to project B.
When a new SNAPSHOT version of project B is built, project A is not triggered for building as one would expect.
Thank you