We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2bdc9c commit 8e7fa52Copy full SHA for 8e7fa52
src/main/java/org/codehaus/mojo/exec/ExecMojo.java
@@ -341,7 +341,7 @@ public class ExecMojo extends AbstractExecMojo {
341
342
/**
343
* @since 3.5.0
344
- * Name of environment variable that will contain path to java executable provided by the toolchain (works only if toolchain feature is used)
+ * Name of environment variable that will contain path to java executable provided by the toolchain (works only if JDK toolchain feature is used)
345
*/
346
@Parameter(property = "exec.toolchainJavaHomeEnvName", defaultValue = "TOOLCHAIN_JAVA_HOME")
347
private String toolchainJavaHomeEnvName = "TOOLCHAIN_JAVA_HOME";
0 commit comments