Skip to content

Commit

Permalink
[build] Enable app-deployment in Github action
Browse files Browse the repository at this point in the history
  • Loading branch information
fpapon committed May 6, 2024
1 parent 6f5ca70 commit 0d018cc
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 -pl -app-deployment/ -Dm2.location=/home/runner/work/fusion-examples/fusion-examples/.m2
run: mvn install -Dm2.location=/home/runner/work/fusion-examples/fusion-examples/.m2
- 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 -app-deployment/ -DskipTests ossindex:audit
run: mvn install -pl -DskipTests ossindex:audit
- name: Remove Snapshots Before Caching
run: find /home/runner/work/fusion/fusion/.m2 -name '*SNAPSHOT' | xargs rm -Rf

0 comments on commit 0d018cc

Please sign in to comment.