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 2020/12/16 20:50:39 UTC

[commons-vfs] branch master updated: Run the Maven default goal in the GitHub builds.

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


The following commit(s) were added to refs/heads/master by this push:
     new 4177ecd  Run the Maven default goal in the GitHub builds.
4177ecd is described below

commit 4177ecd540f72ad7baa7e0181c9850bc885f1b64
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Dec 16 15:50:34 2020 -0500

    Run the Maven default goal in the GitHub builds.
---
 .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 67eb492..7359c15 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -44,4 +44,4 @@ jobs:
       with:
         java-version: ${{ matrix.java }}
     - name: Build with Maven
-      run: mvn -V package --file pom.xml --no-transfer-progress
+      run: mvn -V --file pom.xml --no-transfer-progress