List of usage examples for org.apache.maven.lifecycle.mapping DefaultLifecycleMapping subclass-usage
From source file org.sonatype.maven.plugin.app.DelegatingLifecyleMapping.java
/**
* Maven {@link LifecycleMapping} implementation which delegates to another {@link LifecycleMapping} instance. This
* allows the aliasing of one mapping by another. In our case, it allows us to specify an abstract lifecycle mapping for
* application plugin builds, then reference the abstract case with an application-specific packaging name.
*
* @author jdcasey