- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for getReportPluginsAsMap (0.1 seconds)
-
api/maven-api-model/src/main/mdo/maven.mdo
/** * @return a Map of plugins field with <code>ReportPlugin#getKey()</code> as key * @see org.apache.maven.model.ReportPlugin#getKey() */ public java.util.Map<String, ReportPlugin> getReportPluginsAsMap() { return getPlugins().stream().collect(Collectors.toMap(report -> report.getKey(), report -> report)); } ]]> </code> </codeSegment> </codeSegments>Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Feb 17 09:48:21 GMT 2026 - 133.5K bytes - Click Count (0)