- Sort Score
- Result 10 results
- Languages All
Results 1 - 5 of 5 for PluginConfigurationException (0.11 sec)
-
impl/maven-core/src/main/java/org/apache/maven/plugin/PluginConfigurationException.java
import org.codehaus.plexus.component.repository.exception.ComponentLookupException; /** */ public class PluginConfigurationException extends Exception { private PluginDescriptor pluginDescriptor; private String originalMessage; public PluginConfigurationException(PluginDescriptor pluginDescriptor, String originalMessage) { super(originalMessage); this.pluginDescriptor = pluginDescriptor;Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 3K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/plugin/BuildPluginManager.java
throws PluginResolutionException, PluginManagerException; void executeMojo(MavenSession session, MojoExecution execution) throws MojoFailureException, MojoExecutionException, PluginConfigurationException, PluginManagerException;Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 2.3K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/plugin/PluginParameterException.java
import org.apache.maven.plugin.descriptor.MojoDescriptor; import org.apache.maven.plugin.descriptor.Parameter; /** * PluginParameterException */ public class PluginParameterException extends PluginConfigurationException { private static final String LS = System.lineSeparator(); private final List<Parameter> parameters; private final MojoDescriptor mojo;Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Jul 23 17:27:08 UTC 2025 - 6.8K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/plugin/MavenPluginManager.java
* @return The ready-to-execute mojo, never {@code null}. */ <T> T getConfiguredMojo(Class<T> mojoInterface, MavenSession session, MojoExecution mojoExecution) throws PluginConfigurationException, PluginContainerException; /** * Releases the specified mojo back to the container. * * @param mojo The mojo to release, may be {@code null}.Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 6.6K bytes - Viewed (0) -
compat/maven-compat/src/main/java/org/apache/maven/plugin/PluginManager.java
throws MojoExecutionException, ArtifactResolutionException, MojoFailureException, ArtifactNotFoundException, InvalidDependencyVersionException, PluginManagerException, PluginConfigurationException; PluginDescriptor getPluginDescriptorForPrefix(String prefix); Plugin getPluginDefinitionForPrefix(String prefix, MavenSession session, MavenProject project); PluginDescriptor verifyPlugin(Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 3.8K bytes - Viewed (0)