Class PomLifecycleMappingProvider
java.lang.Object
org.apache.maven.lifecycle.providers.packaging.AbstractLifecycleMappingProvider
org.apache.maven.lifecycle.providers.packaging.PomLifecycleMappingProvider
- All Implemented Interfaces:
- javax.inject.Provider<LifecycleMapping>
@Named("pom")
@Singleton
public final class PomLifecycleMappingProvider
extends AbstractLifecycleMappingProvider
pom packaging plugins bindings provider for default lifecycle.- 
Field SummaryFields inherited from class org.apache.maven.lifecycle.providers.packaging.AbstractLifecycleMappingProviderCOMPILER_PLUGIN_VERSION, DEPLOY_PLUGIN_VERSION, EAR_PLUGIN_VERSION, EJB_PLUGIN_VERSION, INSTALL_PLUGIN_VERSION, JAR_PLUGIN_VERSION, PLUGIN_PLUGIN_VERSION, RAR_PLUGIN_VERSION, RESOURCES_PLUGIN_VERSION, SUREFIRE_PLUGIN_VERSION, WAR_PLUGIN_VERSION
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.maven.lifecycle.providers.packaging.AbstractLifecycleMappingProviderget
- 
Constructor Details- 
PomLifecycleMappingProvider@Inject public PomLifecycleMappingProvider()
 
-