Skip to content

Commit

Permalink
[build] Disable 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 0217c9a commit 6f5ca70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 -pl -app-deployment/ -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 -DskipTests ossindex:audit
run: mvn install -pl -app-deployment/ -DskipTests ossindex:audit
- name: Remove Snapshots Before Caching
run: find /home/runner/work/fusion/fusion/.m2 -name '*SNAPSHOT' | xargs rm -Rf
2 changes: 1 addition & 1 deletion app-deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
</skipPackaging>
<customPlaceholders>
<app.deploytime>${maven.build.timestamp}</app.deploytime>
<!-- extracted palceholders -->
<!-- extracted placeholders -->
<bundlebee-placeholder-import-placeholders>
${project.basedir}/bundlebee/placeholders.properties
</bundlebee-placeholder-import-placeholders>
Expand Down

0 comments on commit 6f5ca70

Please sign in to comment.