jenkinsci / java-client-api

A Jenkins API client for Java
MIT License
896 stars 468 forks source link

Improve MAVEN build Performance #486

Open ChenZhangg opened 2 years ago

ChenZhangg commented 2 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.