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 2020/11/01 20:52:47 UTC

[commons-vfs] 03/03: Add a Maven default goal to run more checks for all CI builds.

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

commit d7995284f03467bee0f0092f19a3c78678b3f20d
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Nov 1 15:52:39 2020 -0500

    Add a Maven default goal to run more checks for all CI builds.
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 1abc2ab..08fb3f0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -203,6 +203,8 @@
   </properties>
 
   <build>
+    <!-- japicmp:cmp needs package to work from a jar -->
+    <defaultGoal>clean package apache-rat:check japicmp:cmp javadoc:javadoc</defaultGoal>
     <pluginManagement>
       <plugins>
         <plugin>