Skip to content

Commit

Permalink
Update maven.yml (exclude projectforge-webapp)
Browse files Browse the repository at this point in the history
projectforge-webapp (build of react webapp) fails time to time. So skip it here.
  • Loading branch information
kreinhard authored Oct 13, 2024
1 parent e179281 commit c973d58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
with:
java-version: '11'
distribution: 'adopt'
- name: Build with Maven
run: mvn -B package --file pom.xml
- name: Build with Maven (excluding projectforge-webapp)
run: mvn -B package --file pom.xml -pl '!projectforge-webapp'

0 comments on commit c973d58

Please sign in to comment.