Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 24 of 24 for Lesage (0.17 sec)

  1. api/maven-api-settings/src/main/mdo/settings.mdo

              <type>String</type>
              <defaultValue>default,legacy</defaultValue>
              <description>
                The layouts of repositories being mirrored. This value can be used to restrict the usage
                of the mirror to repositories with a matching layout (apart from a matching id).
                @since Maven 3.
              </description>
            </field>
            <field>
              <name>blocked</name>
    XML
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Sat Feb 17 18:40:11 GMT 2024
    - 33.3K bytes
    - Viewed (0)
  2. maven-artifact/src/main/java/org/apache/maven/artifact/resolver/AbstractArtifactResolutionException.java

                String message, Artifact artifact, List<ArtifactRepository> remoteRepositories) {
            this(message, artifact, remoteRepositories, null);
        }
    
        protected AbstractArtifactResolutionException(
                String message, Artifact artifact, List<ArtifactRepository> remoteRepositories, Throwable t) {
            this(
                    message,
                    artifact.getGroupId(),
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Wed Sep 06 08:39:32 GMT 2023
    - 10.1K bytes
    - Viewed (0)
  3. maven-core/src/main/java/org/apache/maven/graph/DefaultGraphBuilder.java

            } catch (final CycleDetectedException e) {
                String message = "The projects in the reactor contain a cyclic reference: " + e.getMessage();
                ProjectCycleException error = new ProjectCycleException(message, e);
                return Result.error(
                        Collections.singletonList(new DefaultModelProblem(null, null, null, null, 0, 0, error)));
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Tue Dec 05 09:23:26 GMT 2023
    - 18.5K bytes
    - Viewed (0)
  4. maven-core/src/test/resources/apiv4-repo/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar

    public static org.hamcrest.Matcher is(Class); public static org.hamcrest.Matcher isA(Class); } org/hamcrest/core/IsAnything.class package org.hamcrest.core; public synchronized class IsAnything extends org.hamcrest.BaseMatcher { private final String message; public void IsAnything(); public void IsAnything(String); public boolean matches(Object); public void describeTo(org.hamcrest.Description); public static org.hamcrest.Matcher anything(); public static org.hamcrest.Matcher anything(String); } org...
    Archive
    - Registered: Sun Apr 14 03:35:08 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 44K bytes
    - Viewed (0)
Back to top