Uses of Class
org.apache.maven.plugin.PluginConfigurationException
-
Uses of PluginConfigurationException in org.apache.maven.plugin
Modifier and TypeMethodDescriptionvoid
BuildPluginManager.executeMojo
(MavenSession session, MojoExecution execution) void
DefaultBuildPluginManager.executeMojo
(MavenSession session, MojoExecution mojoExecution) <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
Modifier and TypeMethodDescription<T> T
DefaultMavenPluginManager.getConfiguredMojo
(Class<T> mojoInterface, MavenSession session, MojoExecution mojoExecution)