Skip to content

Commit

Permalink
Reverted maven.yml (projectforge-webapp needed)
Browse files Browse the repository at this point in the history
Needed by projectforge-application as dependency.
  • Loading branch information
kreinhard authored Oct 13, 2024
1 parent c973d58 commit 4fb4318
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 (excluding projectforge-webapp)
run: mvn -B package --file pom.xml -pl '!projectforge-webapp'
- name: Build with Maven
run: mvn -B package --file pom.xml

0 comments on commit 4fb4318

Please sign in to comment.