Package org.apache.maven
-
Interface Summary Interface Description ArtifactFilterManager ArtifactFilterManagerArtifactFilterManagerDelegate Deprecated. useMETA-INF/maven/extension.xml
to define artifacts exported by Maven core extensions.Maven The main Maven execution entry point, which will execute a full Maven execution session.ProjectDependenciesResolver Deprecated. As of 3.2.2, and there is no direct replacement. -
Class Summary Class Description AbstractMavenLifecycleParticipant Allows core extensions to participate in Maven build session lifecycle.DefaultArtifactFilterManager DefaultMaven DefaultProjectDependenciesResolver Deprecated. As of 3.2.2, and there is no direct replacement.ReactorReader An implementation of a workspace reader that knows how to search the Maven reactor for artifacts, either as packaged jar if it has been built, or only compile output directory if packaging hasn't happened yet.RepositoryUtils Warning: This is an internal utility class that is only public for technical reasons, it is not part of the public API.RepositoryUtils.MavenArtifactTypeRegistry -
Exception Summary Exception Description BuildFailureException One or more builds failed.DuplicateProjectException Signals a collision of two or more projects with the same g:a:v during a reactor build.InternalErrorException Signals an internal error in Maven itself, e.g.MavenExecutionException MissingModuleException MissingModuleExceptionProjectBuildFailureException Exception which occurs when a normal (i.e.ProjectCycleException -
Error Summary Error Description BuildAbort A special throwable used to signal a graceful abort of the build. -
Annotation Types Summary Annotation Type Description SessionScoped Indicates that annotated component should be instantiated before session execution starts and discarded after session execution completes.