Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 276 for phase (0.14 sec)

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

                        .getLifecyclePhases()
                        .forEach((phase, lifecyclePhase) -> parseLifecyclePhaseDefinitions(plugins, phase, lifecyclePhase));
                lfs.put(id, PluginContainer.newBuilder().plugins(plugins.values()).build());
            });
            return lfs;
        }
    
        private void parseLifecyclePhaseDefinitions(Map<String, Plugin> plugins, String phase, LifecyclePhase goals) {
            InputSource inputSource =
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Fri Apr 12 10:50:18 GMT 2024
    - 8K bytes
    - Viewed (0)
  2. maven-core/src/main/java/org/apache/maven/lifecycle/internal/DefaultLifecycleExecutionPlanCalculator.java

                throw new LifecycleNotFoundException(forkedLifecycle);
            }
    
            for (Phase phase : lifecycleOverlay.getPhases()) {
                List<MojoExecution> forkedExecutions = lifecycleMappings.get(phase.getId());
    
                if (forkedExecutions != null) {
                    for (Execution execution : phase.getExecutions()) {
                        for (String goal : execution.getGoals()) {
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Wed Jan 10 12:55:54 GMT 2024
    - 26.3K 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-16/plexus-component-api-1.0-alpha-16.jar

    throws org.codehaus.plexus.context.ContextException; } org/codehaus/plexus/personality/plexus/lifecycle/phase/Disposable.class package org.codehaus.plexus.personality.plexus.lifecycle.phase; public abstract interface Disposable { public abstract void dispose(); } org/codehaus/plexus/personality/plexus/lifecycle/phase/Initializable.class package org.codehaus.plexus.personality.plexus.lifecycle.phase; public abstract interface Initializable { public abstract void initialize() throws InitializationExcept;...
    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)
  4. maven-core/src/test/resources-project-builder/plugin-exec-merging-wo-version/pom.xml

            <version>1.0</version>
            <executions>
              <execution>
                <id>parent-1</id>
                <phase>parent-1</phase>
              </execution>
              <execution>
                <id>parent-2</id>
                <phase>parent-2</phase>
              </execution>
            </executions>
          </plugin>
        </plugins>
      </build>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 1.7K bytes
    - Viewed (0)
  5. maven-core/src/test/resources-project-builder/plugin-exec-merging-version-insensitive/sub/pom.xml

            <version>2.0</version>
            <executions>
              <execution>
                <id>child-1</id>
                <phase>child-1</phase>
              </execution>
              <execution>
                <id>child-2</id>
                <phase>child-2</phase>
              </execution>
            </executions>
          </plugin>
        </plugins>
      </build>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 1.8K bytes
    - Viewed (0)
  6. maven-core/src/test/resources-project-builder/foo/sub/pom.xml

            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-dependency-plugin</artifactId>
            <executions>
              <execution>
                <id>copy</id>
                <phase>process-test-resources</phase>
                <goals>
                  <goal>copy-dependencies</goal>
                </goals>
                <configuration>
                  <outputDirectory>${project.build.directory}/wars</outputDirectory>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Fri Sep 22 08:59:31 GMT 2023
    - 15.6K bytes
    - Viewed (0)
  7. maven-core/src/test/resources-project-builder/plugin-exec-merging/w-plugin-mgmt/sub/pom.xml

            <executions>
              <execution>
                <!-- NOTE: Explicitly reference "default" id here -->
                <id>default</id>
                <phase>child-default</phase>
              </execution>
              <execution>
                <id>non-default</id>
                <phase>child-non-default</phase>
              </execution>
            </executions>
          </plugin>
        </plugins>
      </build>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 1.9K bytes
    - Viewed (0)
  8. maven-core/src/test/resources-project-builder/plugin-exec-w-and-wo-id/w-plugin-mgmt/pom.xml

            <executions>
              <execution>
                <id>exec-1</id>
                <phase>validate</phase>
                <goals>
                  <goal>log-string</goal>
                </goals>
              </execution>
              <execution>
                <!-- NOTE: <id> deliberately omitted here! -->
                <phase>validate</phase>
                <goals>
                  <goal>log-string</goal>
                </goals>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 2.2K bytes
    - Viewed (0)
  9. 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

    throws org.codehaus.plexus.context.ContextException; } org/codehaus/plexus/personality/plexus/lifecycle/phase/Disposable.class package org.codehaus.plexus.personality.plexus.lifecycle.phase; public abstract interface Disposable { public abstract void dispose(); } org/codehaus/plexus/personality/plexus/lifecycle/phase/Initializable.class package org.codehaus.plexus.personality.plexus.lifecycle.phase; public abstract interface Initializable { public abstract void initialize() throws InitializationExcept;...
    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)
  10. maven-core/src/test/resources-project-builder/plugin-exec-merging-version-insensitive/pom.xml

            <version>1.0</version>
            <executions>
              <execution>
                <id>parent-1</id>
                <phase>parent-1</phase>
              </execution>
              <execution>
                <id>parent-2</id>
                <phase>parent-2</phase>
              </execution>
            </executions>
          </plugin>
        </plugins>
      </build>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 1.7K bytes
    - Viewed (0)
Back to top