You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2019/11/08 18:51:41 UTC

[commons-numbers] 14/32: Added default goal.

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

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

commit 1bfd5f35da1f1d19db50b163fd4c18f715edb499
Author: Alex Herbert <ah...@apache.org>
AuthorDate: Wed Nov 6 23:47:47 2019 +0000

    Added default goal.
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 55097c2..97c61c9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -188,6 +188,8 @@
   </dependencies>
 
   <build>
+    <!--  TODO: Add binary compatibility check when released. -->
+    <defaultGoal>clean verify apache-rat:check checkstyle:check pmd:check spotbugs:check javadoc:javadoc</defaultGoal>
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>