Uses of Class
org.apache.maven.plugins.ear.util.ArtifactTypeMappingService
Packages that use ArtifactTypeMappingService
-
Uses of ArtifactTypeMappingService in org.apache.maven.plugins.ear
Methods in org.apache.maven.plugins.ear with parameters of type ArtifactTypeMappingServiceModifier and TypeMethodDescriptionstatic EarModuleEarModuleFactory.newEarModule(org.apache.maven.artifact.Artifact artifact, JavaEEVersion javaEEVersion, String defaultLibBundleDir, Boolean includeInApplicationXml, ArtifactTypeMappingService typeMappingService) Creates a newEarModulebased on the specifiedArtifactand the specified execution configuration.Constructors in org.apache.maven.plugins.ear with parameters of type ArtifactTypeMappingServiceModifierConstructorDescriptionEarExecutionContext(org.apache.maven.project.MavenProject project, String mainArtifactId, String defaultLibBundleDir, org.apache.maven.plugins.ear.JbossConfiguration jbossConfiguration, String fileNameMappingName, ArtifactTypeMappingService typeMappingService) -
Uses of ArtifactTypeMappingService in org.apache.maven.plugins.ear.util
Constructors in org.apache.maven.plugins.ear.util with parameters of type ArtifactTypeMappingServiceModifierConstructorDescriptionArtifactRepository(Set<org.apache.maven.artifact.Artifact> artifacts, String mainArtifactId, ArtifactTypeMappingService artifactTypeMappingService) Creates a new repository with the specified artifacts.