File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
src/main/java/org/codehaus/mojo/exec Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 99 </parent >
1010
1111 <artifactId >exec-maven-plugin</artifactId >
12- <version >3.4.2 -SNAPSHOT</version >
12+ <version >3.5.0 -SNAPSHOT</version >
1313 <packaging >maven-plugin</packaging >
1414
1515 <name >Exec Maven Plugin</name >
136136 <slf4j .version>1.7.36</slf4j .version>
137137 <asm .version>9.7.1</asm .version>
138138 <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>
140140 <maven-toolchains-plugin .version>3.2.0</maven-toolchains-plugin .version>
141141 </properties >
142142
Original file line number Diff line number Diff line change @@ -340,8 +340,9 @@ public class ExecMojo extends AbstractExecMojo {
340340 private boolean asyncDestroyOnShutdown = true ;
341341
342342 /**
343- * @since 3.5.0
344343 * 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
345346 */
346347 @ Parameter (property = "exec.toolchainJavaHomeEnvName" , defaultValue = "TOOLCHAIN_JAVA_HOME" )
347348 private String toolchainJavaHomeEnvName = "TOOLCHAIN_JAVA_HOME" ;
You can’t perform that action at this time.
0 commit comments