| Package | Description |
|---|---|
| org.eclipse.m2e.core.internal.builder | |
| org.eclipse.m2e.core.internal.lifecyclemapping | |
| org.eclipse.m2e.core.internal.markers |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
BuildProblemInfo |
| Modifier and Type | Class and Description |
|---|---|
class |
ActionMessageProblemInfo |
class |
MissingConfiguratorProblemInfo |
class |
MissingLifecycleExtensionPoint |
class |
MojoExecutionProblemInfo |
class |
NotCoveredMojoExecution |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<MavenProblemInfo> |
LifecycleMappingResult.problems |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<MavenProblemInfo> |
LifecycleMappingResult.getProblems() |
| Modifier and Type | Method and Description |
|---|---|
void |
LifecycleMappingResult.addProblem(MavenProblemInfo problem) |
| Modifier and Type | Class and Description |
|---|---|
class |
ArtifactNotFoundProblemInfo |
| Modifier and Type | Method and Description |
|---|---|
private java.util.List<MavenProblemInfo> |
MavenMarkerManager.toMavenProblemInfos(org.eclipse.core.resources.IResource pomResource,
SourceLocation location,
java.util.List<? extends java.lang.Throwable> exceptions) |
| Modifier and Type | Method and Description |
|---|---|
void |
IMavenMarkerManager.addErrorMarker(org.eclipse.core.resources.IResource resource,
java.lang.String type,
MavenProblemInfo problem) |
void |
MavenMarkerManager.addErrorMarker(org.eclipse.core.resources.IResource resource,
java.lang.String type,
MavenProblemInfo problem) |
| Modifier and Type | Method and Description |
|---|---|
void |
IMavenMarkerManager.addErrorMarkers(org.eclipse.core.resources.IResource resource,
java.lang.String type,
java.util.List<MavenProblemInfo> problems) |
void |
MavenMarkerManager.addErrorMarkers(org.eclipse.core.resources.IResource resource,
java.lang.String type,
java.util.List<MavenProblemInfo> problems) |
private void |
MavenMarkerManager.addMissingArtifactProblemInfos(org.apache.maven.project.MavenProject mavenProject,
SourceLocation location,
java.util.List<MavenProblemInfo> knownProblems) |