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 2023/06/10 20:20:51 UTC

[commons-fileupload] branch master updated: Use 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-fileupload.git


The following commit(s) were added to refs/heads/master by this push:
     new f7d27fc  Use default Maven goal
f7d27fc is described below

commit f7d27fc698f56d325c1274bdc3fd6ce327249d31
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jun 10 16:20:47 2023 -0400

    Use default Maven goal
---
 .github/workflows/maven.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index fb4464d..a7a6183 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -49,4 +49,4 @@ jobs:
         distribution: 'temurin'
         java-version: ${{ matrix.java }}
     - name: Build with Maven
-      run: mvn -V package --file pom.xml --no-transfer-progress spotbugs:check
+      run: mvn -V --file pom.xml --no-transfer-progress