You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/03/19 20:00:00 UTC

[commons-digester] branch master updated: Trying to get CI build to pass...

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-digester.git


The following commit(s) were added to refs/heads/master by this push:
     new a2203a54 Trying to get CI build to pass...
a2203a54 is described below

commit a2203a548f53751de9d6162b0da09ed48fdafdc1
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Mar 19 15:59:57 2023 -0400

    Trying to get CI build to pass...
---
 pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 53de2eb3..1e4bcb4c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -270,7 +270,8 @@
             <skipDeploy>true</skipDeploy>
           </configuration>
         </plugin>
-        <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
+        <!-- This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
+        <!-- Can't be resolved, where does it live ?
         <plugin>
           <groupId>org.eclipse.m2e</groupId>
           <artifactId>lifecycle-mapping</artifactId>
@@ -308,6 +309,7 @@
             </lifecycleMappingMetadata>
           </configuration>
         </plugin>
+        -->
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-checkstyle-plugin</artifactId>