cucumber-reporting icon indicating copy to clipboard operation
cucumber-reporting copied to clipboard

Improve MAVEN build Performance

Open ChenZhangg opened this issue 3 years ago • 0 comments

Apache Maven Dependency Plugin can be used to find unused dependencies. And I found following list. Maybe we can remove them. cucumber-reporting {groupId='com.fasterxml.jackson.datatype', artifactId='jackson-datatype-jsr310'} {groupId='commons-collections', artifactId='commons-collections'} {groupId='joda-time', artifactId='joda-time'} {groupId='commons-configuration', artifactId='commons-configuration'}

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.

ChenZhangg avatar Aug 25 '21 13:08 ChenZhangg