Is there a way to configure parallel build in Maven 3 without adding any command line options (e.g. configure a profile in settings.xml
)?
You can create an alias for your shell to do it
alias mvn='mvn -T4'
Not from the maven documentation on parallel builds.
Couple of related links (though not an answer to the question) are jira issue related to this and a stackoverflow discussion
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With