This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-csv.git
commit 9fff4990c39c03b90374093bb6cb57ff49bba3ef Author: Alex Herbert <[email protected]> AuthorDate: Fri Oct 2 22:19:30 2020 +0100 Run default goal in github actions --- .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 d141fcf..9bd42c0 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -43,4 +43,4 @@ jobs: with: java-version: ${{ matrix.java }} - name: Build with Maven - run: mvn -V package --file pom.xml --no-transfer-progress + run: mvn --file pom.xml --no-transfer-progress
