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


The following commit(s) were added to refs/heads/master by this push:
     new a26161b  Add a default goal
a26161b is described below

commit a26161b0b507a41aeec1ea563734143f6718bb94
Author: Sebb <s...@apache.org>
AuthorDate: Wed Oct 25 17:06:39 2023 +0100

    Add a default goal
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 84d9a6c..b49427e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -287,6 +287,7 @@
   </dependencyManagement>
 
   <build>
+    <defaultGoal>clean checkstyle:check verify</defaultGoal>
     <pluginManagement>
       <plugins>
         <plugin>

Reply via email to