Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getLifecycleMapping (0.06 sec)

  1. compat/maven-plugin-api/pom.xml

            <configuration>
              <parameter>
                <excludes>
                  <exclude>org.apache.maven.plugin.lifecycle</exclude>
                  <exclude>org.apache.maven.plugin.descriptor.PluginDescriptor#getLifecycleMapping(java.lang.String)</exclude>
                </excludes>
              </parameter>
            </configuration>
          </plugin>
        </plugins>
      </build>
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Sun Jun 29 22:37:39 UTC 2025
    - 3.7K bytes
    - Viewed (0)
  2. impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/concurrent/BuildPlanExecutor.java

                        org.apache.maven.api.plugin.descriptor.lifecycle.Lifecycle lifecycleOverlay;
                        try {
                            lifecycleOverlay = pluginDescriptor.getLifecycleMapping(forkedLifecycle);
                        } catch (IOException | XMLStreamException e) {
                            throw new MavenException(new PluginDescriptorParsingException(
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Thu Oct 16 06:12:36 UTC 2025
    - 55.1K bytes
    - Viewed (0)
Back to top