This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-weaver.git


The following commit(s) were added to refs/heads/master by this push:
     new 027e0d6  Try to fix GH CI build.
027e0d6 is described below

commit 027e0d6a3f55f5c7fdd85eabe0f950975e44fad1
Author: Gary D. Gregory <[email protected]>
AuthorDate: Tue Jul 15 16:35:40 2025 -0400

    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
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 410bd49..4dab24b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -97,7 +97,7 @@ under the License.
     </site>
   </distributionManagement>
   <build>
-    <defaultGoal>clean apache-rat:check verify</defaultGoal>
+    <defaultGoal>clean apache-rat:check install</defaultGoal>
     <pluginManagement>
       <plugins>
         <plugin>

Reply via email to