- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for DefaultBuildPluginManager (0.25 sec)
-
impl/maven-core/src/main/java/org/apache/maven/plugin/DefaultBuildPluginManager.java
// TODO the antrun plugin has its own configurator, the only plugin that does. might need to think about how that works // TODO remove the coreArtifactFilterManager /** * DefaultBuildPluginManager */ @Named @Singleton public class DefaultBuildPluginManager implements BuildPluginManager { private final MavenPluginManager mavenPluginManager; private final LegacySupport legacySupport; private final MojoExecutionScope scope;Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Sep 17 16:01:38 UTC 2025 - 11.5K bytes - Viewed (0) -
impl/maven-core/pom.xml
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Nov 26 10:37:56 UTC 2025 - 16.9K bytes - Viewed (0) -
impl/maven-core/src/test/java/org/apache/maven/plugin/PluginManagerTest.java
import static org.junit.jupiter.api.Assertions.assertNotNull; import static org.junit.jupiter.api.Assertions.fail; class PluginManagerTest extends AbstractCoreMavenComponentTestCase { @Inject private DefaultBuildPluginManager pluginManager; protected String getProjectsDirectory() { return "src/test/projects/plugin-manager"; } @Test void testPluginLoading() throws Exception {Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Sun Mar 30 23:08:36 UTC 2025 - 8.3K bytes - Viewed (0)