- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for PluginIncompatibleException (0.09 seconds)
-
impl/maven-core/src/main/java/org/apache/maven/plugin/internal/DefaultMavenPluginManager.java
String messages = prerequisiteExceptions.stream() .map(IllegalStateException::getMessage) .collect(Collectors.joining("\n\t")); PluginIncompatibleException pie = new PluginIncompatibleException( pluginDescriptor.getPlugin(), "\nThe plugin " + pluginDescriptor.getId() + " has unmet prerequisites: \n\t" + messages);
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Dec 09 16:35:21 GMT 2025 - 46.4K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/MojoExecutor.java
import org.apache.maven.plugin.MojoFailureException; import org.apache.maven.plugin.MojosExecutionStrategy; import org.apache.maven.plugin.PluginConfigurationException; import org.apache.maven.plugin.PluginIncompatibleException; import org.apache.maven.plugin.PluginManagerException; import org.apache.maven.plugin.descriptor.MojoDescriptor; import org.apache.maven.project.MavenProject; import org.slf4j.Logger;
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Thu Jun 12 14:55:55 GMT 2025 - 21K bytes - Click Count (0)