Class EjbLifecycleMappingProvider
java.lang.Object
org.apache.maven.lifecycle.providers.packaging.AbstractLifecycleMappingProvider
org.apache.maven.lifecycle.providers.packaging.EjbLifecycleMappingProvider
- All Implemented Interfaces:
javax.inject.Provider<LifecycleMapping>
@Named("ejb")
@Singleton
public final class EjbLifecycleMappingProvider
extends AbstractLifecycleMappingProvider
ejb
packaging plugins bindings provider for default
lifecycle.-
Field Summary
Fields inherited from class org.apache.maven.lifecycle.providers.packaging.AbstractLifecycleMappingProvider
COMPILER_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 Summary
-
Method Summary
Methods inherited from class org.apache.maven.lifecycle.providers.packaging.AbstractLifecycleMappingProvider
get
-
Constructor Details
-
EjbLifecycleMappingProvider
@Inject public EjbLifecycleMappingProvider()
-