- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 55 for toolChain (0.05 sec)
-
compat/maven-toolchain-model/src/site/apt/index.apt
Hervé Boutemy ----- 2006-11-04 ----- Maven Toolchain Model This is the model for Maven toolchain in <<<org.apache.maven.toolchain>>> package, delegating content to {{{../../api/maven-api-toolchain/index.html}Maven 4 API immutable toolchain}}. All the effective model building logic from multiple toolchains files is done in {{{../maven-toolchain-builder/}Maven Toolchain Builder}}. The following are generated from this model:
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Sun Nov 16 18:16:44 UTC 2025 - 1.6K bytes - Viewed (0) -
impl/maven-core/pom.xml
<exclude>org.apache.maven.toolchain.RequirementMatcherFactory</exclude> <exclude>org.apache.maven.toolchain.Toolchain</exclude> <exclude>org.apache.maven.toolchain.ToolchainFactory</exclude> <exclude>org.apache.maven.toolchain.ToolchainManager</exclude> <exclude>org.apache.maven.toolchain.ToolchainManagerPrivate</exclude>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Nov 26 10:37:56 UTC 2025 - 16.9K bytes - Viewed (0) -
compat/maven-compat/src/main/java/org/apache/maven/toolchain/ToolchainManagerFactory.java
public void storeToolchainToBuildContext(ToolchainPrivate toolchain, MavenSession session) { org.apache.maven.api.Toolchain tc = getToolchainV4(toolchain); getDelegate().storeToolchainToBuildContext(session.getSession(), tc); } } private org.apache.maven.api.Toolchain getToolchainV4(ToolchainPrivate toolchain) {
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 31 10:58:52 UTC 2025 - 11K bytes - Viewed (0) -
.bazelrc
# Use the old Apple toolchain for MacOS builds. common:macos --config=clang_local common:macos --config=apple-toolchain # Use cc toolchains from apple_support for Apple builds (ios, macos, etc). # https://github.com/bazelbuild/apple_support/tree/master?tab=readme-ov-file#bazel-6-setup common:apple-toolchain --apple_crosstool_top=@local_config_apple_cc//:toolchain
Registered: Tue Dec 30 12:39:10 UTC 2025 - Last Modified: Fri Dec 26 23:20:26 UTC 2025 - 56.8K bytes - Viewed (0) -
android/pom.xml
<plugin> <artifactId>maven-toolchains-plugin</artifactId> <version>${maven-toolchains-plugin.version}</version> <executions> <execution> <goals> <goal>toolchain</goal> </goals> </execution> </executions> <configuration> <toolchains> <jdk>
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Fri Dec 05 03:10:05 UTC 2025 - 26.4K bytes - Viewed (0) -
pom.xml
<plugin> <artifactId>maven-toolchains-plugin</artifactId> <version>${maven-toolchains-plugin.version}</version> <executions> <execution> <goals> <goal>toolchain</goal> </goals> </execution> </executions> <configuration> <toolchains> <jdk>
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Fri Dec 05 03:10:05 UTC 2025 - 26.1K bytes - Viewed (0) -
compat/maven-toolchain-builder/src/main/java/org/apache/maven/toolchain/io/DefaultToolchainsReader.java
*/ package org.apache.maven.toolchain.io; import javax.inject.Named; import javax.inject.Singleton; import javax.xml.stream.XMLStreamException; import java.io.File; import java.io.IOException; import java.io.InputStream; import java.io.Reader; import java.nio.file.Files; import java.util.Map; import java.util.Objects; import org.apache.maven.api.toolchain.InputSource;
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Mon Sep 29 14:45:25 UTC 2025 - 3.8K bytes - Viewed (0) -
compat/pom.xml
<module>maven-resolver-provider</module> <module>maven-repository-metadata</module> <module>maven-embedder</module> <module>maven-compat</module> <module>maven-toolchain-model</module> <module>maven-toolchain-builder</module> </modules> <properties> <project.directory>compat</project.directory> </properties>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Sun Nov 16 17:53:28 UTC 2025 - 1.9K bytes - Viewed (0) -
api/maven-api-toolchain/src/site/apt/index.apt
2006-11-04 ----- Maven 4 API - Immutable Toolchains Model This is strictly the immutable model for Maven toolchains in <<<org.apache.maven.api.toolchain>>> package. The following are generated from this model: * {{{./apidocs/index.html}Java sources}} with <<<Builder>>> inner classes for immutable instances creation.
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Sun Nov 16 18:16:44 UTC 2025 - 1.3K bytes - Viewed (0) -
build-logic/jvm/src/main/kotlin/gradlebuild/jvm/JvmCompilation.kt
import org.gradle.api.tasks.TaskProvider import org.gradle.api.tasks.compile.GroovyCompile import org.gradle.api.tasks.compile.JavaCompile import org.gradle.internal.os.OperatingSystem import org.gradle.jvm.toolchain.JavaLanguageVersion import org.gradle.jvm.toolchain.JavaToolchainService import org.gradle.kotlin.dsl.* import org.jetbrains.kotlin.gradle.dsl.JvmTarget import org.jetbrains.kotlin.gradle.dsl.jvm.JvmTargetValidationMode
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Fri Sep 19 05:45:14 UTC 2025 - 5.8K bytes - Viewed (0)