Package org.apache.maven.impl.standalone
package org.apache.maven.impl.standalone
Provides standalone implementation classes for Maven API execution outside of the standard Maven build environment.
This package contains classes that enable running Maven API in a standalone mode, primarily for testing and specialized execution scenarios. The main components are:
ApiRunner
- Creates and manages Maven sessions for standalone executionUnsupportedInStandaloneModeException
- Indicates operations not available in standalone mode
- Since:
- 4.0.0
-
ClassDescriptionProvides functionality for running Maven API in a standalone mode.DI Bridge for Maven Resolver TODO: reuse mvn4 Supplier hereException thrown when attempting to use features that are not supported in standalone mode.