Interface Lifecycle.Alias

Enclosing interface:
Lifecycle

public static interface Lifecycle.Alias
A phase alias, mostly used to support the Maven 3 phases which are mapped to dynamic phases in Maven 4.
Since:
4.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the Maven 3 phase name.
    Returns the Maven 4 phase name.
  • Method Details

    • v3Phase

      String v3Phase()
      Returns the Maven 3 phase name.
      Returns:
      the Maven 3 phase name
    • v4Phase

      String v4Phase()
      Returns the Maven 4 phase name.
      Returns:
      the Maven 4 phase name