Skip to content

Commit ec9931d

Browse files
authored
Merge pull request #4 from riseclipse/update-deploy-p2-workflow
add --batch-mode to mvn
2 parents 4987f82 + d2f03ca commit ec9931d

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)