MavenPluginManager
helper to deal with API changes between Maven 3.0.x and 3.1.x, ie switch from Sonatype Aether
(in org.sonatype.aether package) to Eclipse Aether (in org.sonatype.aether package).MavenReportExecution
from MavenReportExecutorRequest
.MavenPluginManager
helper to deal with API changes between Maven 3.0.x and 3.1.x.MavenReport
are not anymore injected by maven core
This class will store all necessary information for MavenReport
execution :
a build MavenReport
The associated ClassLoader
for the Report Mojo execution
The Plugin
associated to the MavenReport
MavenReportExecution
with MavenReportExecutor
.Copyright © 2002-2021 The Apache Software Foundation. All Rights Reserved.