mirror of
https://github.com/apache/maven.git
synced 2025-02-07 02:29:10 +00:00
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 @@ else if ( StringUtils.isEmpty( inherited ) )
|
||||
}
|
||||
}
|
||||
|
||||
profileReporting.setPlugins( new ArrayList( mergedReportPlugins.values() ) );
|
||||
modelReporting.setPlugins( new ArrayList( mergedReportPlugins.values() ) );
|
||||
|
||||
profileReporting.flushReportPluginMap();
|
||||
modelReporting.flushReportPluginMap();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user