Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for lifecycles (0.08 sec)

  1. impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/concurrent/BuildPlanExecutor.java

    import org.apache.maven.lifecycle.internal.GoalTask;
    import org.apache.maven.lifecycle.internal.LifecycleTask;
    import org.apache.maven.lifecycle.internal.MojoDescriptorCreator;
    import org.apache.maven.lifecycle.internal.MojoExecutor;
    import org.apache.maven.lifecycle.internal.ReactorBuildStatus;
    import org.apache.maven.lifecycle.internal.ReactorContext;
    import org.apache.maven.lifecycle.internal.Task;
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Thu Oct 16 06:12:36 UTC 2025
    - 55.1K bytes
    - Viewed (0)
  2. impl/maven-core/src/site/resources/design/2.1-lifecycle-refactor-sequence-diagram.png

    2.1-lifecycle-refactor-sequence-diagram.png...
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 85.3K bytes
    - Viewed (0)
  3. impl/maven-core/src/site/resources/design/2.1-lifecycle-refactor.graffle

    Guillaume Nodet <******@****.***> 1729859506 +0200
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 96.7K bytes
    - Viewed (0)
  4. compat/maven-model-builder/src/main/java/org/apache/maven/model/building/DefaultModelBuilder.java

            if (request.isProcessPlugins()) {
                if (lifecycleBindingsInjector == null) {
                    throw new IllegalStateException("lifecycle bindings injector is missing");
                }
    
                // lifecycle bindings injection
                lifecycleBindingsInjector.injectLifecycleBindings(resultModel, request, problems);
            }
    
            // dependency management import
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Sun Mar 30 23:08:08 UTC 2025
    - 55.3K bytes
    - Viewed (0)
  5. impl/maven-core/src/main/java/org/apache/maven/project/MavenProject.java

    import org.apache.maven.artifact.repository.ArtifactRepository;
    import org.apache.maven.artifact.resolver.filter.ArtifactFilter;
    import org.apache.maven.impl.DefaultSourceRoot;
    import org.apache.maven.lifecycle.internal.DefaultProjectArtifactFactory;
    import org.apache.maven.model.Build;
    import org.apache.maven.model.CiManagement;
    import org.apache.maven.model.Contributor;
    import org.apache.maven.model.Dependency;
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Fri Aug 29 12:47:20 UTC 2025
    - 67K bytes
    - Viewed (0)
  6. fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/HcHttpClient.java

                    }
                }
            }
        }
    
        /**
         * Processes an HTTP method request and returns the response data.
         * This method handles the complete HTTP request lifecycle including content processing,
         * redirect handling, and error management.
         *
         * @param url The URL being accessed
         * @param httpRequest The HTTP request to process
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Sun Nov 23 12:19:14 UTC 2025
    - 53.7K bytes
    - Viewed (0)
  7. src/test/java/jcifs/smb/SmbFileIntegrationTest.java

    /**
     * Integration tests for SmbFile using a real SMB server via Testcontainers.
     * These tests validate actual SMB protocol operations against dperson/samba:latest.
     */
    @Testcontainers
    @TestInstance(TestInstance.Lifecycle.PER_CLASS)
    @TestMethodOrder(MethodOrderer.MethodName.class)
    class SmbFileIntegrationTest {
    
        private static final Logger log = LoggerFactory.getLogger(SmbFileIntegrationTest.class);
    
    Registered: Sat Dec 20 13:44:44 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 56K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/helper/ViewHelper.java

            this.facetCacheDuration = facetCacheDuration;
        }
    
        /**
         * Hook class for customizing action processing.
         * Provides extension points for action lifecycle management.
         */
        public static class ActionHook {
    
            /**
             * Default constructor for ActionHook.
             */
            public ActionHook() {
                // Default constructor
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Fri Nov 28 16:29:12 UTC 2025
    - 52.6K bytes
    - Viewed (0)
  9. compat/maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java

    import org.apache.maven.extension.internal.CoreExtensionEntry;
    import org.apache.maven.jline.JLineMessageBuilderFactory;
    import org.apache.maven.jline.MessageUtils;
    import org.apache.maven.lifecycle.LifecycleExecutionException;
    import org.apache.maven.logging.api.LogLevelRecorder;
    import org.apache.maven.model.building.ModelProcessor;
    import org.apache.maven.model.root.RootLocator;
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Mon Oct 27 13:24:03 UTC 2025
    - 78.1K bytes
    - Viewed (0)
  10. impl/maven-core/src/test/java/org/apache/maven/project/PomConstructionTest.java

        }
    
        @Test
        void testPluginDeclarationsRetainPomOrderAfterInjectionOfDefaultPlugins() throws Exception {
            PomTestWrapper pom = buildPom("plugin-exec-order-with-lifecycle");
            @SuppressWarnings("unchecked")
            List<Plugin> plugins = (List<Plugin>) pom.getValue("build/plugins");
            int resourcesPlugin = -1;
            int customPlugin = -1;
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Wed Sep 17 10:01:14 UTC 2025
    - 94.8K bytes
    - Viewed (0)
Back to top