- All Known Implementing Classes:
- MojoExecutionMappingConfiguration, PackagingTypeMappingConfiguration
public interface ILifecycleMappingElement
Identifies Maven project elements that can have lifecycle mapping configuration. Currently, these are project
packaging types and maven plugin executions. Implementations must provide #hashCode() and #equals(Object) methods.
Instances of the same element referenced from different projects are expected to be equal.