mirror of https://github.com/apache/maven.git
PR: MNG-1112
correct merging of profile reporting git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@306994 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5d23f92746
commit
5304aecb46
|
@ -476,9 +476,9 @@ public class DefaultProfileInjector
|
|||
}
|
||||
}
|
||||
|
||||
profileReporting.setPlugins( new ArrayList( mergedReportPlugins.values() ) );
|
||||
modelReporting.setPlugins( new ArrayList( mergedReportPlugins.values() ) );
|
||||
|
||||
profileReporting.flushReportPluginMap();
|
||||
modelReporting.flushReportPluginMap();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue