Skip to content

Commit c973d58

Browse files
authored
Update maven.yml (exclude projectforge-webapp)
projectforge-webapp (build of react webapp) fails time to time. So skip it here.
1 parent e179281 commit c973d58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ jobs:
2525
with:
2626
java-version: '11'
2727
distribution: 'adopt'
28-
- name: Build with Maven
29-
run: mvn -B package --file pom.xml
28+
- name: Build with Maven (excluding projectforge-webapp)
29+
run: mvn -B package --file pom.xml -pl '!projectforge-webapp'

0 commit comments

Comments
 (0)