Class Lifecycle

java.lang.Object
org.apache.maven.lifecycle.Lifecycle

public class Lifecycle extends Object
Lifecycle definition, with eventual plugin bindings (when they are not packaging-specific).
  • Constructor Details

    • Lifecycle

      public Lifecycle()
    • Lifecycle

      public Lifecycle(String id, List<String> phases, Map<String, LifecyclePhase> defaultPhases)
    • Lifecycle

      public Lifecycle(org.apache.maven.api.services.LifecycleRegistry registry, org.apache.maven.api.Lifecycle lifecycle)
  • Method Details