Uses of Class
org.apache.maven.plugin.plugin.Requirements
-
Packages that use Requirements Package Description org.apache.maven.plugin.plugin -
-
Uses of Requirements in org.apache.maven.plugin.plugin
Fields in org.apache.maven.plugin.plugin declared as Requirements Modifier and Type Field Description private RequirementsPluginReport.PluginOverviewRenderer. requirementsprivate RequirementsPluginReport. requirementsSpecify some requirements to execute this plugin.Methods in org.apache.maven.plugin.plugin with parameters of type Requirements Modifier and Type Method Description private static java.lang.StringPluginReport.PluginOverviewRenderer. discoverJdkRequirement(org.apache.maven.project.MavenProject project, Requirements requirements)use configured jdk requirement usetargetconfiguration oforg.apache.maven.plugins:maven-compiler-pluginusetargetconfiguration oforg.apache.maven.plugins:maven-compiler-plugininpluginManagementusemaven.compiler.targetpropertyprivate static java.lang.StringPluginReport.PluginOverviewRenderer. discoverMavenRequirement(org.apache.maven.project.MavenProject project, Requirements requirements)Try to lookup on the Maven prerequisites property.Constructors in org.apache.maven.plugin.plugin with parameters of type Requirements Constructor Description PluginOverviewRenderer(org.apache.maven.project.MavenProject project, Requirements requirements, org.apache.maven.doxia.sink.Sink sink, org.apache.maven.plugin.descriptor.PluginDescriptor pluginDescriptor, java.util.Locale locale)
-