Skip to content

Commit

Permalink
[FIXED JENKINS-23686] Fix of JENKINS-22397 not automatically availabl…
Browse files Browse the repository at this point in the history
…e to overriders of buildDependencyGraph unless they were using 1.558+ and calling super.
  • Loading branch information
jglick committed Jul 17, 2014
1 parent d90d959 commit 9ac66ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/hudson/maven/MavenModuleSet.java
Expand Up @@ -894,6 +894,7 @@ protected void buildDependencyGraph(DependencyGraph graph) {
// m.buildDependencyGraph(graph);
// }

triggers().buildDependencyGraph(this, graph); // TODO 1.558+ just call super.buildDependencyGraph(graph)
publishers.buildDependencyGraph(this,graph);
buildWrappers.buildDependencyGraph(this,graph);
prebuilders.buildDependencyGraph(this,graph);
Expand Down

0 comments on commit 9ac66ee

Please sign in to comment.