Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 84 for foo (0.17 sec)

  1. maven-compat/src/test/resources/inheritance-repo/t05/maven-test/jars/t05-a-2.0.jar

    foo...
    Archive
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Mon Oct 26 20:16:00 GMT 2009
    - 4 bytes
    - Viewed (0)
  2. maven-compat/src/test/resources/inheritance-repo/t05/maven-test/jars/t05-b-1.1.jar

    foo...
    Archive
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Mon Oct 26 20:16:00 GMT 2009
    - 4 bytes
    - Viewed (0)
  3. maven-compat/src/test/resources/inheritance-repo/t05/maven-test/jars/t05-b-2.0.jar

    foo...
    Archive
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Mon Oct 26 20:16:00 GMT 2009
    - 4 bytes
    - Viewed (0)
  4. maven-compat/src/test/resources/inheritance-repo/t06/maven-test/jars/t06-b-1.0.jar

    foo...
    Archive
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Mon Oct 26 20:16:00 GMT 2009
    - 4 bytes
    - Viewed (0)
  5. maven-compat/src/test/resources/inheritance-repo/t10/maven-test/jars/t10-a-1.0.jar

    foo...
    Archive
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Mon Oct 26 20:16:00 GMT 2009
    - 4 bytes
    - Viewed (0)
  6. maven-compat/src/test/resources/inheritance-repo/t10/maven-test/jars/t10-c-1.0.jar

    foo...
    Archive
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Mon Oct 26 20:16:00 GMT 2009
    - 4 bytes
    - Viewed (0)
  7. maven-compat/src/test/resources/inheritance-repo/t08/maven-test/jars/t08-d-1.1.jar

    foo...
    Archive
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Mon Oct 26 20:16:00 GMT 2009
    - 4 bytes
    - Viewed (0)
  8. maven-compat/src/test/java/org/apache/maven/artifact/AbstractArtifactComponentTestCase.java

        }
    
        protected ArtifactRepository badRemoteRepository() throws Exception {
            return artifactRepositoryFactory.createArtifactRepository(
                    "test", "http://foo.bar/repository", repoLayout, null, null);
        }
    
        protected void assertRemoteArtifactPresent(Artifact artifact) throws Exception {
            ArtifactRepository remoteRepo = remoteRepository();
    
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Thu Apr 25 05:46:50 GMT 2024
    - 13.8K bytes
    - Viewed (0)
  9. maven-compat/src/test/java/org/apache/maven/repository/MirrorProcessorTest.java

            // these are local
            assertFalse(DefaultMirrorSelector.isExternalRepo(getRepo("foo", "http://localhost:8080")));
            assertFalse(DefaultMirrorSelector.isExternalRepo(getRepo("foo", "http://127.0.0.1:9090")));
            assertFalse(DefaultMirrorSelector.isExternalRepo(getRepo("foo", "file://localhost/somepath")));
            assertFalse(DefaultMirrorSelector.isExternalRepo(getRepo("foo", "file://localhost/D:/somepath")));
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Thu Apr 25 05:46:50 GMT 2024
    - 10.7K bytes
    - Viewed (0)
  10. api/maven-api-core/src/main/java/org/apache/maven/api/PathType.java

         *   <li>If this type was created by {@code JavaPathType.patchModule("foo.bar")}, then the method returns
         *       {@code "--patch-module foo.bar=path1:path2"} on Unix or {@code "--patch-module foo.bar=path1;path2"}
         *       on Windows.</li>
         * </ul>
         *
         * @param paths the path to format as a string
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Fri Mar 01 17:18:13 GMT 2024
    - 4.9K bytes
    - Viewed (0)
Back to top