- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for LoadedCoreExtension (0.18 seconds)
-
impl/maven-cli/src/main/java/org/apache/maven/cling/extensions/LoadedCoreExtension.java
/** * Represents a core extension that has been selected to be loaded. * @param coreExtension The extension configuration entry with location tracking. * @param entry The loaded entry with descriptor. */
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Thu Mar 13 12:50:59 GMT 2025 - 1.2K bytes - Click Count (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/PlexusContainerCapsuleFactory.java
import org.apache.maven.cling.extensions.BootstrapCoreExtensionManager; import org.apache.maven.cling.extensions.ExtensionConfigurationModule; import org.apache.maven.cling.extensions.LoadedCoreExtension; import org.apache.maven.cling.logging.Slf4jLoggerManager; import org.apache.maven.di.Injector; import org.apache.maven.execution.DefaultMavenExecutionRequest; import org.apache.maven.execution.MavenExecutionRequest;
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Thu Jul 03 14:18:26 GMT 2025 - 14.3K bytes - Click Count (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/extensions/BootstrapCoreExtensionManager.java
} } private List<LoadedCoreExtension> resolveCoreExtensions( RepositorySystemSession repoSession, List<RemoteRepository> repositories, Set<String> providedArtifacts, List<CoreExtension> configuration, UnaryOperator<String> interpolator) throws Exception { List<LoadedCoreExtension> extensions = new ArrayList<>();Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Dec 16 13:41:14 GMT 2025 - 13.9K bytes - Click Count (0)