#152 - Fix IoProperties.javaHome setter.

We now correctly set the javaHome variable instead of the workDir if the io.javaHome property is set.
Include the property in the template file and add the maven.parallelize=true flag as well.

Closes: #152
This commit is contained in:
Christoph Strobl
2020-10-15 08:28:51 +02:00
parent 4f96df18a1
commit 4f91059766
3 changed files with 99 additions and 3 deletions

View File

@@ -5,8 +5,15 @@ git.email=
git.password=
github.api.url=https://api.github.com
# IO
# Optionally set the JavaHome path used for exeuting maven goals (eg. /Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/)
# If the property does not exist, is empty or points to an invalid directory the OS default JavaHome will be used.
#io.javaHome=
# Maven
maven.mavenHome=
maven.parallelize=true
# Deployment
deployment.repository-prefix=