This is an automated email from the ASF dual-hosted git repository.

olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva-components.git


The following commit(s) were added to refs/heads/master by this push:
     new c251fad  remove debug
c251fad is described below

commit c251fadca9aeee069a97b234cc1b7584ed158cd1
Author: Olivier Lamy <[email protected]>
AuthorDate: Mon Jun 6 16:39:25 2022 +1000

    remove debug
    
    Signed-off-by: Olivier Lamy <[email protected]>
---
 .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 0930077..d0aff8a 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -45,4 +45,4 @@ jobs:
             cache: 'maven'
 
       - name: Build with Maven
-        run: mvn -e -B -V verify -X
+        run: mvn -e -B -V verify

Reply via email to