Package | Description |
---|---|
org.eclipse.m2e.core.internal.lifecyclemapping |
Modifier and Type | Class and Description |
---|---|
class |
AnnotationMappingMetadataSource
AnnotationMappingMetadataSource
|
class |
SimpleMappingMetadataSource
SimpleMappingMetadataSource
|
Modifier and Type | Method and Description |
---|---|
static List<MappingMetadataSource> |
LifecycleMappingFactory.asList(Map<String,List<MappingMetadataSource>> map) |
static List<MappingMetadataSource> |
LifecycleMappingFactory.getPomMappingMetadataSources(org.apache.maven.project.MavenProject mavenProject,
org.eclipse.core.runtime.IProgressMonitor monitor)
Returns lifecycle mapping metadata sources embedded or referenced by pom.xml in the following order
this pom.xml embedded
this pom.xml referenced
parent pom.xml embedded
parent pom.xml referenced
grand parent embedded
and so on
Returns empty list if no metadata sources are embedded/referenced by pom.xml
|
static List<MappingMetadataSource> |
LifecycleMappingFactory.getProjectMetadataSources(org.apache.maven.project.MavenProject mavenProject,
List<LifecycleMappingMetadataSource> bundleMetadataSources,
List<org.apache.maven.plugin.MojoExecution> mojoExecutions,
boolean includeDefault,
org.eclipse.core.runtime.IProgressMonitor monitor) |
static Map<String,List<MappingMetadataSource>> |
LifecycleMappingFactory.getProjectMetadataSourcesMap(org.apache.maven.project.MavenProject mavenProject,
List<LifecycleMappingMetadataSource> bundleMetadataSources,
List<org.apache.maven.plugin.MojoExecution> mojoExecutions,
boolean includeDefault,
org.eclipse.core.runtime.IProgressMonitor monitor) |
Modifier and Type | Method and Description |
---|---|
static List<MappingMetadataSource> |
LifecycleMappingFactory.asList(Map<String,List<MappingMetadataSource>> map) |
static void |
LifecycleMappingFactory.calculateEffectiveLifecycleMappingMetadata(LifecycleMappingResult result,
List<MappingMetadataSource> metadataSources,
org.apache.maven.project.MavenProject mavenProject,
List<org.apache.maven.plugin.MojoExecution> mojoExecutions,
boolean applyDefaultStrategy,
org.eclipse.core.runtime.IProgressMonitor monitor) |
Copyright © 2005–2019 Eclipse Foundation. All rights reserved.