Example usage for org.apache.maven.lifecycle.mapping DefaultLifecycleMapping subclass-usage

List of usage examples for org.apache.maven.lifecycle.mapping DefaultLifecycleMapping subclass-usage

Introduction

In this page you can find the example usage for org.apache.maven.lifecycle.mapping DefaultLifecycleMapping subclass-usage.

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