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

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


The following commit(s) were added to refs/heads/master by this push:
     new c80e417  Standardise on verify goal
c80e417 is described below

commit c80e417b9f690bb8c0fe092be1f586c01ca517e8
Author: Sebb <s...@apache.org>
AuthorDate: Wed Oct 25 16:56:09 2023 +0100

    Standardise on verify goal
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 42a7100..6b32063 100644
--- a/pom.xml
+++ b/pom.xml
@@ -102,7 +102,7 @@
   </properties> 
 
   <build>
-    <defaultGoal>clean apache-rat:check package japicmp:cmp checkstyle:check 
pmd:check javadoc:javadoc</defaultGoal>
+    <defaultGoal>clean apache-rat:check verify japicmp:cmp checkstyle:check 
pmd:check javadoc:javadoc</defaultGoal>
     <plugins>
       <plugin>
         <groupId>org.apache.rat</groupId>

Reply via email to