Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for system (0.22 sec)

  1. maven-compat/src/test/java/org/apache/maven/AbstractCoreMavenComponentTestCase.java

                d.setGroupId(groupId);
                d.setArtifactId(artifactId);
                d.setVersion(version);
                d.setScope(scope);
    
                if (systemPath != null && scope.equals(Artifact.SCOPE_SYSTEM)) {
                    d.setSystemPath(systemPath);
                }
    
                if (exclusion != null) {
                    d.addExclusion(exclusion);
                }
    
                project.getDependencies().add(d);
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Thu May 02 15:10:38 GMT 2024
    - 11.7K bytes
    - Viewed (0)
Back to top