#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:
@@ -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=
|
||||
|
||||
Reference in New Issue
Block a user