- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for ReportingConverter (0.06 sec)
-
compat/maven-model-builder/src/main/java/org/apache/maven/model/plugin/ReportingConverter.java
* i.e. <code>reportPlugins</code> and <code>outputDirectory</code> parameters. * * @deprecated since maven 4.0, this interface is not used anymore and is only here for compatibility */ @Deprecated public interface ReportingConverter { /** * Converts values from model's reporting section into the configuration for Maven Site Plugin 3.x. *
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 1.9K bytes - Viewed (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/plugin/DefaultReportingConverter.java
* * @deprecated since maven 4.0, this class is now a no-op class and is only here for compatibility */ @Named @Singleton @Deprecated public class DefaultReportingConverter implements ReportingConverter { private final InputLocation location; { String modelId = "org.apache.maven:maven-model-builder:" + this.getClass().getPackage().getImplementationVersion() + ":reporting-converter";Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Jan 10 07:09:12 UTC 2025 - 9.4K bytes - Viewed (0)