Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for mng3906 (0.27 sec)

  1. maven-core/src/test/java/org/apache/maven/plugin/PluginManagerTest.java

            List<Artifact> artifacts = pluginDescriptor.getArtifacts();
    
            for (Artifact a : artifacts) {
                if (a.getGroupId().equals("org.apache.maven.its.mng3586")
                        && a.getArtifactId().equals("tools")) {
                    // The system scoped dependencies will be present in the classloader for the plugin
                    return;
                }
            }
    
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sat Apr 15 17:24:20 GMT 2023
    - 13.1K bytes
    - Viewed (0)
Back to top