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 7ce7f52 remove debug
7ce7f52 is described below
commit 7ce7f52521a4db9370950422086b6c2cf613924e
Author: Olivier Lamy <[email protected]>
AuthorDate: Mon Jun 6 16:32:19 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