Registry / build-tool / maven-reporting-api

maven-reporting-api

JSON →
library4.0.0javamavenunverified

API to manage report generation in Maven.

<dependency> <groupId>org.apache.maven.reporting</groupId> <artifactId>maven-reporting-api</artifactId> <version>4.0.0</version> </dependency>
INSTALL
IMPORT
SIG · MAVEN-REPORTING-AP
M
maven-reporting-api
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.

MavenReport
org.apache.maven.reporting.MavenReport

Implement the MavenReport interface to create a custom Maven report.

import org.apache.maven.reporting.MavenReport; import org.apache.maven.plugin.logging.Log; public class MyReport implements MavenReport { public void generate(Log log) { log.info("Generating 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
13 hits · last 30 days
node
10
Bingbot
1
OpenAI (training)
1
Resources
maven-reporting-api — mvn dependency:get maven-reporting-api · libregistry