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:
Brett Leslie Porter 2005-10-07 04:08:55 +00:00
parent 5d23f92746
commit 5304aecb46

View File

@ -476,9 +476,9 @@ else if ( StringUtils.isEmpty( inherited ) )
}
}
profileReporting.setPlugins( new ArrayList( mergedReportPlugins.values() ) );
modelReporting.setPlugins( new ArrayList( mergedReportPlugins.values() ) );
profileReporting.flushReportPluginMap();
modelReporting.flushReportPluginMap();
}
}
}