Commit 582aed0 1 parent 8e7fa52 commit 582aed0 Copy full SHA for 582aed0
File tree 2 files changed +4
-3
lines changed
src/main/java/org/codehaus/mojo/exec
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 9
9
</parent >
10
10
11
11
<artifactId >exec-maven-plugin</artifactId >
12
- <version >3.4.2 -SNAPSHOT</version >
12
+ <version >3.5.0 -SNAPSHOT</version >
13
13
<packaging >maven-plugin</packaging >
14
14
15
15
<name >Exec Maven Plugin</name >
136
136
<slf4j .version>1.7.36</slf4j .version>
137
137
<asm .version>9.7.1</asm .version>
138
138
<invoker .parallelThreads>1C</invoker .parallelThreads>
139
- <project .build.outputTimestamp>2024-08-12T19:43:34Z </project .build.outputTimestamp>
139
+ <project .build.outputTimestamp>2024-10-21T21:11:57Z </project .build.outputTimestamp>
140
140
<maven-toolchains-plugin .version>3.2.0</maven-toolchains-plugin .version>
141
141
</properties >
142
142
Original file line number Diff line number Diff line change @@ -340,8 +340,9 @@ public class ExecMojo extends AbstractExecMojo {
340
340
private boolean asyncDestroyOnShutdown = true ;
341
341
342
342
/**
343
- * @since 3.5.0
344
343
* Name of environment variable that will contain path to java executable provided by the toolchain (works only if JDK toolchain feature is used)
344
+ *
345
+ * @since 3.5.0
345
346
*/
346
347
@ Parameter (property = "exec.toolchainJavaHomeEnvName" , defaultValue = "TOOLCHAIN_JAVA_HOME" )
347
348
private String toolchainJavaHomeEnvName = "TOOLCHAIN_JAVA_HOME" ;
You can’t perform that action at this time.
0 commit comments