nicoulaj / checksum-maven-plugin

Compute Maven project artifacts/dependencies/files checksum digests.
https://checksum-maven-plugin.nicoulaj.net
Apache License 2.0
43 stars 40 forks source link

Migrate from plexus-utils to maven-shared-utils #102

Closed kwin closed 3 years ago

kwin commented 3 years ago

Nowadays maven-shared-utils should be used instead of plexus-utils (https://maven.apache.org/shared/maven-shared-utils/).

All usages of org.codehaus.plexus need to be replaced (https://github.com/nicoulaj/checksum-maven-plugin/search?l=Java&q=org.codehaus.plexus) by the according classes from org.apache.maven.shared...

nicoulaj commented 3 years ago

OK, thanks, I will do after I merge #101 before release.