Skip to content

Commit

Permalink
[build] Disable placeholders extract on GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
fpapon committed May 13, 2024
1 parent 2bae2c3 commit 3ce9fdd
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 @@ -40,7 +40,7 @@ jobs:
distribution: 'zulu'
java-version: '21'
- name: Build
run: mvn install -Dm2.location=/home/runner/work/fusion-examples/fusion-examples/.m2
run: mvn install -Dm2.location=/home/runner/work/fusion-examples/fusion-examples/.m2 -Dbundlebee.placeholder-extract.skip=true
- name: Remove Snapshots Before Caching
run: find /home/runner/work/fusion/fusion/.m2 -name '*SNAPSHOT' | xargs rm -Rf
security_audit:
Expand All @@ -60,6 +60,6 @@ jobs:
distribution: 'zulu'
java-version: '21'
- name: Build
run: mvn install -pl -DskipTests ossindex:audit
run: mvn install -pl -DskipTests ossindex:audit -Dbundlebee.placeholder-extract.skip=true
- name: Remove Snapshots Before Caching
run: find /home/runner/work/fusion/fusion/.m2 -name '*SNAPSHOT' | xargs rm -Rf

0 comments on commit 3ce9fdd

Please sign in to comment.