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 2019/09/19 22:07:31 UTC

[commons-bcel] 01/02: Add a default Maven 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-bcel.git

commit eb0d2b2a72779b116c10021cd37097cac77e493d
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Sep 19 18:05:08 2019 -0400

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

diff --git a/pom.xml b/pom.xml
index 5040876..c4810b9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -213,6 +213,7 @@
   </scm>
 
   <build>
+    <defaultGoal>clean verify apache-rat:check japicmp:cmp checkstyle:check javadoc:javadoc</defaultGoal>
     <plugins>
       <plugin>
         <groupId>org.apache.rat</groupId>