All Classes and Interfaces
Class
Description
DefaultMavenPluginManagerHelper class.
This component will build some
MavenReportExecution
from MavenReportExecutorRequest
.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.eclipse.aether
package) for some parameters.
Since Maven 3, reporting plugins (ie
MavenReport
s) are not anymore prepared by Maven core.This component will prepare
MavenReport
s for later generation.Bean which contains necessary informations to build
MavenReportExecution
with MavenReportExecutor
:
the intent is to store some informations regarding the current Maven execution.Represents a reporting plugin and its execution configuration.
Represents a set of reports and a configuration to be used to generate them.
Deprecated.
Sink
instead (since 1.0-alpha-6).