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 2022/03/09 14:28:51 UTC

[commons-scxml] branch master updated: Use verify in default goal instead of package.

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


The following commit(s) were added to refs/heads/master by this push:
     new 459e1ec  Use verify in default goal instead of package.
459e1ec is described below

commit 459e1ec08a85583720d000939c5fa20ab9018388
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Mar 9 09:28:48 2022 -0500

    Use verify in default goal instead of package.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index db67c5c..5e6aa3d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -210,7 +210,7 @@
   </properties>
 
   <build>
-    <defaultGoal>clean package javadoc:javadoc</defaultGoal>
+    <defaultGoal>clean verify javadoc:javadoc</defaultGoal>
     <sourceDirectory>src/main/java</sourceDirectory>
     <resources>
       <resource>