- Sort Score
- Result 10 results
- Languages All
Results 31 - 31 of 31 for setPlugin (0.04 sec)
-
impl/maven-core/src/main/java/org/apache/maven/project/MavenProject.java
this.executionRoot = executionRoot; } public String getDefaultGoal() { return getBuild() != null ? getBuild().getDefaultGoal() : null; } public Plugin getPlugin(String pluginKey) { org.apache.maven.api.model.Plugin plugin = getBuild().getDelegate().getPluginsAsMap().get(pluginKey); return plugin != null ? new Plugin(plugin, getBuild()) : null;Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Aug 29 12:47:20 UTC 2025 - 67K bytes - Viewed (0)