Uses of Class
org.apache.maven.plugin.PluginConfigurationException
Packages that use PluginConfigurationException
-
Uses of PluginConfigurationException in org.apache.maven.plugin
Subclasses of PluginConfigurationException in org.apache.maven.pluginMethods in org.apache.maven.plugin that throw PluginConfigurationExceptionModifier and TypeMethodDescriptionvoid
BuildPluginManager.executeMojo
(MavenSession session, MojoExecution execution) void
DefaultBuildPluginManager.executeMojo
(MavenSession session, MojoExecution mojoExecution) void
PluginManager.executeMojo
(MavenProject project, MojoExecution execution, MavenSession session) Deprecated.<T> T
MavenPluginManager.getConfiguredMojo
(Class<T> mojoInterface, MavenSession session, MojoExecution mojoExecution) Looks up the mojo for the specified mojo execution and populates its parameters from the configuration given by the mojo execution. -
Uses of PluginConfigurationException in org.apache.maven.plugin.internal
Methods in org.apache.maven.plugin.internal that throw PluginConfigurationExceptionModifier and TypeMethodDescriptionvoid
DefaultPluginManager.executeMojo
(MavenProject project, MojoExecution execution, MavenSession session) Deprecated.<T> T
DefaultMavenPluginManager.getConfiguredMojo
(Class<T> mojoInterface, MavenSession session, MojoExecution mojoExecution)