Jacky Chan created MTOOLCHAINS-38: ------------------------------------- Summary: Add skipToolchains parameter for ToolchainMojo Key: MTOOLCHAINS-38 URL: https://issues.apache.org/jira/browse/MTOOLCHAINS-38 Project: Maven Toolchains Plugin Issue Type: Bug Affects Versions: 3.0.0 Reporter: Jacky Chan
If you use Github actions actions/setup-java@v2 to setup Java env, java version and vendor are all defined well, and it's not necessary to active maven-tools-plugin. {code:java} - uses: actions/setup-java@v2 with: distribution: 'temurin' java-version: '11' {code} If you can not skip maven-tools-plugin, and you should create a `~/.m2/toolchains.xml` file for CI. -- This message was sent by Atlassian Jira (v8.3.4#803005)