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 19:55:56 UTC

[commons-digester] branch master updated (d9d5f2bf -> d1edf799)

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

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


    from d9d5f2bf codecov-commenter => notifications
     new 313ea912 Trying to get CI build to pass...
     new d1edf799 Ignore IDE files

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore | 3 ++-
 pom.xml    | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)


[commons-digester] 01/02: Trying to get CI build to pass...

Posted by gg...@apache.org.
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

commit 313ea9120ab7a627929479afd52b28517280907e
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Mar 19 15:55:11 2023 -0400

    Trying to get CI build to pass...
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4365d1d2..53de2eb3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -207,7 +207,7 @@
   </properties>
 
   <build>
-    <defaultGoal>clean verify pmd:cpd-check</defaultGoal>
+    <defaultGoal>clean install pmd:cpd-check</defaultGoal>
     <plugins>
       <plugin>
         <!--


[commons-digester] 02/02: Ignore IDE files

Posted by gg...@apache.org.
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

commit d1edf7998c9ae0ec74d8cd427ad150a31d58a4cf
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Mar 19 15:55:52 2023 -0400

    Ignore IDE files
---
 .gitignore | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 36cfef17..153599cb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,4 +2,5 @@
 .project
 .settings/
 target/
-*.iml
\ No newline at end of file
+*.iml
+/.idea/