mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-12-09 01:02:21 +08:00
Default mvnd to use the smart builder and 2 threads per core
This commit is contained in:
@@ -196,4 +196,4 @@ exec "$JAVACMD" \
|
||||
"-Dmaven.home=${MAVEN_HOME}" \
|
||||
"-Dlibrary.jansi.path=${MAVEN_HOME}/lib/jansi-native" \
|
||||
"-Dmaven.multiModuleProjectDirectory=${MAVEN_PROJECTBASEDIR}" \
|
||||
${DAEMON_LAUNCHER} "$@"
|
||||
${DAEMON_LAUNCHER} -T2C --builder smart "$@"
|
||||
|
||||
Reference in New Issue
Block a user