Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for localPath (0.04 sec)

  1. impl/maven-core/src/main/java/org/apache/maven/RepositoryUtils.java

            Map<String, String> props = null;
            if (org.apache.maven.artifact.Artifact.SCOPE_SYSTEM.equals(artifact.getScope())) {
                String localPath = (artifact.getFile() != null) ? artifact.getFile().getPath() : "";
                props = Collections.singletonMap(MavenArtifactProperties.LOCAL_PATH, localPath);
            }
    
            Artifact result = new DefaultArtifact(
                    artifact.getGroupId(),
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Thu Sep 04 18:33:16 UTC 2025
    - 15.8K bytes
    - Viewed (0)
  2. src/test/java/jcifs/internal/smb2/Smb2SigningDigestTest.java

                            for (int i = 0; i < operationsPerThread; i++) {
                                byte[] localData = new byte[128];
                                Arrays.fill(localData, (byte) i);
                                digest.sign(localData, 0, localData.length, request, response);
                                completedOps.incrementAndGet();
                            }
    Registered: Sat Dec 20 13:44:44 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 43.7K bytes
    - Viewed (0)
Back to top