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 2022/03/04 14:46:12 UTC

[commons-daemon] branch master updated: Replace package with verify in the default goal.

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


The following commit(s) were added to refs/heads/master by this push:
     new 52dd4f6  Replace package with verify in the default goal.
52dd4f6 is described below

commit 52dd4f649ab2ccbd339363c76e1c9843db0ab91b
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Mar 4 09:46:10 2022 -0500

    Replace package with verify in the default goal.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b9ae08a..9d91b34 100644
--- a/pom.xml
+++ b/pom.xml
@@ -126,7 +126,7 @@
   </properties>
 
   <build>
-  <defaultGoal>clean package apache-rat:check japicmp:cmp javadoc:javadoc</defaultGoal>
+  <defaultGoal>clean verify apache-rat:check japicmp:cmp javadoc:javadoc</defaultGoal>
     <pluginManagement>
       <plugins>
         <plugin>