Try to fix GH CI build.
Error: Plugin org.apache.commons:commons-weaver-maven-plugin:2.1-SNAPSHOT or one of its dependencies could not be resolved:
Error: Could not find artifact org.apache.commons:commons-weaver-maven-plugin:jar:2.1-SNAPSHOT in local.central (file:///Users/runner/.m2/repository)
Error: -> [Help 1]
Error:
Error: To see the full stack trace of the errors, re-run Maven with the -e switch.
Error: Re-run Maven using the -X switch to enable full debug logging.
Error:
Error: For more information about the errors and possible solutions, please read the following articles:
Error: [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException
diff --git a/pom.xml b/pom.xml
index 410bd49..4dab24b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -97,7 +97,7 @@
</site>
</distributionManagement>
<build>
- <defaultGoal>clean apache-rat:check verify</defaultGoal>
+ <defaultGoal>clean apache-rat:check install</defaultGoal>
<pluginManagement>
<plugins>
<plugin>