- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for PluginIncompatibleException (0.08 sec)
-
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);
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Dec 09 16:35:21 UTC 2025 - 46.4K bytes - Viewed (0)