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


The following commit(s) were added to refs/heads/master by this push:
     new 5879003  Use the POM defaultGoal so that Travis and GitHub run the 
same builds.
5879003 is described below

commit 5879003ffa3508468576b64f75fd2a48c89f507f
Author: Gary Gregory <gardgreg...@gmail.com>
AuthorDate: Wed Aug 5 15:33:29 2020 -0400

    Use the POM defaultGoal so that Travis and GitHub run the same 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 8364aaa..2eccc2c 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -39,4 +39,4 @@ jobs:
       with:
         java-version: ${{ matrix.java }}
     - name: Build with Maven
-      run: mvn -V clean apache-rat:check package --file pom.xml 
--no-transfer-progress
+      run: mvn -V --file pom.xml --no-transfer-progress

Reply via email to