vmi / selenese-runner-java

Selenium IDE native format (selenese and side) interpreter.
Other
140 stars 83 forks source link

Improve MAVEN build Performance #329

Closed ChenZhangg closed 3 years ago

ChenZhangg commented 3 years ago

Apache Maven Dependency Plugin can be used to find unused dependencies. And I found following list. Maybe we can remove them. selenese-runner-java {groupId='org.seleniumhq.selenium', artifactId='selenium-java'} {groupId='org.slf4j', artifactId='jcl-over-slf4j'} {groupId='org.glassfish.jaxb', artifactId='jaxb-runtime'}

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 commented 3 years ago

ok the Maven Dependency Plugin is not accurate....