nuodb / migration-tools

Migration tools for NuoDB
http://nuodb.github.com/migration-tools/
BSD 3-Clause "New" or "Revised" License
27 stars 10 forks source link

Improve MAVEN build Performance #61

Closed ChenZhangg closed 1 year ago

ChenZhangg commented 3 years ago

Parallel builds in Maven 3 Maven 3.x has the capability to perform parallel builds.

According to Maven parallel test, we can run tests in parallel.

===================== If there are any inappropriate modifications in this PR, please give me a reply and I will change them.

eresende-nuodb commented 1 year ago

Closing this PT since we no longer use TravisCI. We instead use CircleCI. As for the change on Maven parallel testing suggested on this PR has a minimal impact on the execution time. I understand the benefits of such change on large scale testing, but for this project is not required yet.