owlcs / owlapi

OWL API main repository
822 stars 315 forks source link

Improve MAVEN build Performance #1024

Closed ChenZhangg closed 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.