- Sort Score
- Result 10 results
- Languages All
Results 11 - 13 of 13 for setToolchains (0.22 sec)
-
impl/maven-core/src/main/java/org/apache/maven/internal/impl/DefaultSession.java
public Settings getSettings() { return getMavenSession().getSettings().getDelegate(); } @Nonnull @Override public Collection<ToolchainModel> getToolchains() { return getMavenSession().getRequest().getToolchains().values().stream() .flatMap(Collection::stream) .map(org.apache.maven.toolchain.model.ToolchainModel::getDelegate) .toList(); }
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Jun 06 14:28:57 UTC 2025 - 8.9K bytes - Viewed (0) -
compat/maven-compat/src/main/java/org/apache/maven/toolchain/ToolchainManager.java
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Feb 12 13:13:28 UTC 2025 - 2.4K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/Session.java
Settings getSettings(); /** * Retrieves toolchain models that have been explicitly configured. * * @return the toolchain models */ @Nonnull Collection<ToolchainModel> getToolchains(); /** * Retrieves the local repository associated with this session. * * @return the local repository instance */ @Nonnull LocalRepository getLocalRepository();
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Jul 03 14:18:26 UTC 2025 - 36.5K bytes - Viewed (0)