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 2021/01/09 18:23:09 UTC

[commons-bcel] 01/02: The default Maven goal should build the jar (package) instead of just verifying the build (verify).

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 867bcbd2882cb9faeb169d530e0c11ada583dae5
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jan 9 13:21:32 2021 -0500

    The default Maven goal should build the jar (package) instead of just
    verifying the build (verify).
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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