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 2019/08/31 12:15:47 UTC

[commons-bcel] branch master updated: Enable debug on GitHub Maven build to see what RAT is finding unapproved.

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 af0e5ef  Enable debug on GitHub Maven build to see what RAT is finding unapproved.
af0e5ef is described below

commit af0e5ef6784e2bc028b17a1f7dbc2cc5dd5c348f
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Aug 31 08:15:44 2019 -0400

    Enable debug on GitHub Maven build to see what RAT is finding
    unapproved.
---
 .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 1379c44..6c84b8a 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -29,4 +29,4 @@ jobs:
       with:
         java-version: 1.8
     - name: Build with Maven
-      run: mvn -V package --file pom.xml
+      run: mvn -debug -V package --file pom.xml