infinilabs / analysis-pinyin

🛵 This Pinyin Analysis plugin is used to do conversion between Chinese characters and Pinyin.
Apache License 2.0
2.94k stars 547 forks source link

Improve MAVEN build Performance #258

Closed ChenZhangg closed 4 months 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. elasticsearch-analysis-pinyin {groupId='log4j', artifactId='log4j'} {groupId='org.hamcrest', artifactId='hamcrest-core'} {groupId='org.hamcrest', artifactId='hamcrest-library'} {groupId='org.powermock', artifactId='powermock-module-junit4'} {groupId='org.powermock', artifactId='powermock-api-mockito'} {groupId='nl.jqno.equalsverifier', artifactId='equalsverifier'} {groupId='com.openpojo', artifactId='openpojo'}

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.