- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for setReports (0.04 seconds)
-
compat/maven-model/pom.xml
<exclude>org.apache.maven.model.ModelBase#addProperty(java.lang.String,java.lang.String):METHOD_REMOVED</exclude> <exclude>org.apache.maven.model.ModelBase#getReports():METHOD_REMOVED</exclude> <exclude>org.apache.maven.model.ModelBase#setReports(java.lang.Object):METHOD_REMOVED</exclude> <exclude>org.apache.maven.model.Notifier#addConfiguration(java.lang.String,java.lang.String):METHOD_REMOVED</exclude>
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Sep 17 10:01:14 GMT 2025 - 7.1K bytes - Click Count (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/plugin/DefaultReportingConverter.java
dom.addChild(configuration); } if (!reportSet.getReports().isEmpty()) { InputLocation location = reportSet.getLocation("reports"); Xpp3Dom reports = new Xpp3Dom("reports", location); int n = 0; for (String report : reportSet.getReports()) { addDom(reports, "report", report, (location == null) ? null : location.getLocation(n++));
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Jan 10 07:09:12 GMT 2025 - 9.4K bytes - Click Count (0)