We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e179281 commit c973d58Copy full SHA for c973d58
.github/workflows/maven.yml
@@ -25,5 +25,5 @@ jobs:
25
with:
26
java-version: '11'
27
distribution: 'adopt'
28
- - name: Build with Maven
29
- 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 commit comments