Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 25 for reduce (0.32 sec)

  1. maven-core/src/test/java/org/apache/maven/graph/DefaultGraphBuilderTest.java

                    scenario("Selected project with resume from and also make dependency (MNG-4960 IT#1)")
                            .activeRequiredProjects(MODULE_C_2)
                            .resumeFrom(MODULE_B)
                            .makeBehavior(REACTOR_MAKE_UPSTREAM)
                            .expectResult(PARENT_MODULE, MODULE_C, MODULE_A, MODULE_B, MODULE_C_2),
                    scenario("Selected project with resume from and also make dependent (MNG-4960 IT#2)")
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Tue Dec 05 09:23:26 GMT 2023
    - 27.8K bytes
    - Viewed (0)
  2. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus-component-api/1.0-alpha-16/plexus-component-api-1.0-alpha-16.jar

    g, Throwable); } org/codehaus/plexus/personality/plexus/lifecycle/phase/Suspendable.class package org.codehaus.plexus.personality.plexus.lifecycle.phase; public abstract interface Suspendable { public abstract void suspend(); public abstract void resume(); } org/codehaus/plexus/PlexusContainer$1.class package org.codehaus.plexus; synchronized class PlexusContainer$1 { } org/codehaus/plexus/PlexusContainer.class package org.codehaus.plexus; public abstract interface PlexusContainer { public static...
    Archive
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Tue Oct 16 20:15:40 GMT 2007
    - 32.4K bytes
    - Viewed (0)
  3. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus-component-api/1.0-alpha-32/plexus-component-api-1.0-alpha-32.jar

    g, Throwable); } org/codehaus/plexus/personality/plexus/lifecycle/phase/Suspendable.class package org.codehaus.plexus.personality.plexus.lifecycle.phase; public abstract interface Suspendable { public abstract void suspend(); public abstract void resume(); } org/codehaus/plexus/PlexusConstants.class package org.codehaus.plexus; public abstract synchronized class PlexusConstants { public static final String IGNORE_CONTAINER_CONFIGURATION = plexus.ignoreContainerConfi; public static final String B...
    Archive
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Tue Oct 16 20:15:40 GMT 2007
    - 35.3K bytes
    - Viewed (0)
  4. maven-core/src/site/apt/offline-mode.apt

      they are snapshot versions; artifact deployment cannot take place; certain
      types of tests cannot be setup, since the container used to run them cannot be
      reached or started.
    
      All of these operations will produce their own unique errors in the absence of
      a coordinated offline strategy. In addition, efforts to unite these failing
      behaviors behind a consistent user interface is much, much more difficult if
    Plain Text
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Mon Mar 18 00:24:53 GMT 2024
    - 10.6K bytes
    - Viewed (0)
  5. apache-maven/src/main/appended-resources/licenses/unrecognized-javax.annotation-api-1.3.2.txt

    any particular circumstance, the balance of the section is intended to
    apply and the section as a whole is intended to apply in other
    circumstances.
    
    It is not the purpose of this section to induce you to infringe any
    patents or other property right claims or to contest validity of any
    such claims; this section has the sole purpose of protecting the
    integrity of the free software distribution system, which is implemented
    Plain Text
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Tue May 11 18:59:18 GMT 2021
    - 38.5K bytes
    - Viewed (0)
  6. maven-core/src/test/resources/org/apache/maven/execution/resume.properties

    Guillaume Nodet <******@****.***> 1612863438 +0100
    Properties
    - Registered: Sun Apr 14 03:35:08 GMT 2024
    - Last Modified: Sat Feb 13 10:32:34 GMT 2021
    - 35 bytes
    - Viewed (0)
  7. maven-core/src/main/java/org/apache/maven/execution/MavenExecutionRequest.java

        /**
         * Sets whether the build should be resumed from the data in the resume.properties file.
         * @param resume Whether or not to resume a previous build.
         * @return This request, never {@code null}.
         */
        MavenExecutionRequest setResume(boolean resume);
    
        /**
         * @return Whether the build should be resumed from the data in the resume.properties file.
         */
        boolean isResume();
    
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Wed Dec 20 13:03:57 GMT 2023
    - 17.7K bytes
    - Viewed (0)
  8. maven-core/src/main/java/org/apache/maven/execution/DefaultMavenExecutionRequest.java

                this.projectActivation.overwriteInactiveProjects(excludedProjects);
            }
    
            return this;
        }
    
        @Override
        public MavenExecutionRequest setResume(boolean resume) {
            this.resume = resume;
    
            return this;
        }
    
        @Override
        public MavenExecutionRequest setResumeFrom(String project) {
            this.resumeFrom = project;
    
            return this;
        }
    
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Fri Apr 12 10:50:18 GMT 2024
    - 31K bytes
    - Viewed (0)
  9. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-component-api/1.0-alpha-32/plexus-component-api-1.0-alpha-32.jar

    g, Throwable); } org/codehaus/plexus/personality/plexus/lifecycle/phase/Suspendable.class package org.codehaus.plexus.personality.plexus.lifecycle.phase; public abstract interface Suspendable { public abstract void suspend(); public abstract void resume(); } org/codehaus/plexus/PlexusConstants.class package org.codehaus.plexus; public abstract synchronized class PlexusConstants { public static final String IGNORE_CONTAINER_CONFIGURATION = plexus.ignoreContainerConfi; public static final String B...
    Archive
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 35.3K bytes
    - Viewed (0)
  10. maven-api-impl/src/main/java/org/apache/maven/internal/impl/model/DefaultModelValidator.java

                    }
                }
            }
        }
    
        @Override
        public void validateRawModel(Model m, ModelBuilderRequest request, ModelProblemCollector problems) {
            // [MNG-6074] Maven should produce an error if no model version has been set in a POM file used to build an
            // effective model.
            //
            // As of 3.4, the model version is mandatory even in raw models. The XML element still is optional in the
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Thu May 02 13:13:07 GMT 2024
    - 73.1K bytes
    - Viewed (0)
Back to top