Skip to content

Improve MAVEN build Performance#3

Open
ChenZhangg wants to merge 1 commit intoxuminwlt:masterfrom
ChenZhangg:Modify_MAVEN_2
Open

Improve MAVEN build Performance#3
ChenZhangg wants to merge 1 commit intoxuminwlt:masterfrom
ChenZhangg:Modify_MAVEN_2

Conversation

@ChenZhangg
Copy link

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

According to Minimize dynamic and snapshot versions, we should avoid using snapshot versions. And a build configuration should always specify exact versions of external libraries to make a build reproduceable. A lack of exact versions can cause problems when new versions of a dependency become available in the future that might introduce incompatible changes.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants