Registry / build-tool / maven-reporting-impl

maven-reporting-impl

JSON →
library4.0.0javamavenunverified

Abstract classes to manage report generation in Maven plugins.

<dependency> <groupId>org.apache.maven.reporting</groupId> <artifactId>maven-reporting-impl</artifactId> <version>4.0.0</version> </dependency>
INSTALL
IMPORT
SIG · MAVEN-REPORTING-IM
M
maven-reporting-impl
build-tooljavav4.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

AbstractMavenReport
org.apache.maven.reporting.AbstractMavenReport

Minimal example showing how to extend AbstractMavenReport to create a custom Maven report.

import org.apache.maven.reporting.AbstractMavenReport; public class ExampleReport extends AbstractMavenReport { @Override public void executeReport() { // ... generate report } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.0.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
OpenAI (training)
1
Resources
maven-reporting-impl — mvn dependency:get maven-reporting-impl · libregistry