Skip to content

Commit d2f03ca

Browse files
committed
add --batch-mode to mvn
1 parent 5ddb13f commit d2f03ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Deploy-As-P2-Update-Site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Build with Maven
3636
run: |
3737
cd ${{ github.event.repository.name }}
38-
mvn verify
38+
mvn --batch-mode verify
3939
4040
- name: Upload flat p2 update site
4141
if: github.ref == 'refs/heads/master'

0 commit comments

Comments
 (0)