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/08/20 18:50:44 UTC

[commons-crypto] branch master updated: Add Checkstyle check to 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-crypto.git


The following commit(s) were added to refs/heads/master by this push:
     new 1401375  Add Checkstyle check to default Maven goal.
1401375 is described below

commit 14013755aafcc6b9d2055545a083218a27139071
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Aug 20 14:50:40 2022 -0400

    Add Checkstyle check to default Maven goal.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7308609..3604d79 100644
--- a/pom.xml
+++ b/pom.xml
@@ -463,7 +463,7 @@ The following provides more details on the included cryptographic software:
   </profiles>
 
   <build>
-    <defaultGoal>clean apache-rat:check install japicmp:cmp spotbugs:check pmd:check javadoc:javadoc</defaultGoal>
+    <defaultGoal>clean apache-rat:check install japicmp:cmp spotbugs:check pmd:check checkstyle:check javadoc:javadoc</defaultGoal>
     <resources>
       <resource>
         <directory>src/main/resources/</directory>