Skip to content

Commit

Permalink
fix scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
zdenek-jonas committed Mar 19, 2024
1 parent f0dfa4f commit c203856
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/maven_deploy_snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,14 @@ jobs:
- name: Build with java 17
run: |
mvn -pl integrations/spring-boot3 clean install -am -B
mvn -pl integrations/spring-boot3-console clean install -am -B
mvn -P production -pl storage/rest/client-app clean install -am -B
mvn -P production -pl storage/rest/client-app-standalone-assembly clean install -am -B
mvn -P production -pl storage/rest/service-springboot clean install -am -B
- name: Deploy module build with java 17
run: |
mvn -Pdeploy -pl integrations/spring-boot3 deploy
mvn -Pdeploy -pl integrations/spring-boot3-console deploy
mvn -Pdeploy -Pproduction -pl storage/rest/client-app deploy
mvn -Pdeploy -Pproduction -pl storage/rest/client-app-standalone-assembly deploy
mvn -Pdeploy -Pproduction -pl storage/rest/service-springboot deploy
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/maven_deploy_snapshot_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,14 @@ jobs:
- name: Make a snapshot java 17
run: |
mvn -pl integrations/spring-boot3 clean install -am -B
mvn -pl integrations/spring-boot3-console clean install -am -B
mvn -P production -pl storage/rest/client-app clean install -am -B
mvn -P production -pl storage/rest/client-app-standalone-assembly clean install -am -B
mvn -P production -pl storage/rest/service-springboot clean install -am -B
- name: Deploy module build with java 17
run: |
mvn -Pdeploy -pl integrations/spring-boot3 deploy
mvn -Pdeploy -pl integrations/spring-boot3-console deploy
mvn -Pdeploy -Pproduction -pl storage/rest/client-app deploy
mvn -Pdeploy -Pproduction -pl storage/rest/client-app-standalone-assembly deploy
mvn -Pdeploy -Pproduction -pl storage/rest/service-springboot deploy
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/maven_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,17 @@ jobs:
- name: Build with java 17
run: |
mvn -pl integrations/spring-boot3 clean install -am -B
mvn -pl integrations/spring-boot3-console clean install -am -B
mvn -P production -pl storage/rest/client-app clean install -am -B
mvn -P production -pl storage/rest/client-app-standalone-assembly clean install -am -B
mvn -P production -pl storage/rest/service-springboot clean install -am -B
- name: Deploy module build with java 17
run: |
mvn -Pdeploy -pl integrations/spring-boot3 deploy
mvn -Pdeploy -pl integrations/spring-boot3-console deploy
mvn -Pdeploy -Pproduction -pl storage/rest/client-app deploy
mvn -Pdeploy -Pproduction -pl storage/rest/client-app-standalone-assembly deploy
mvn -Pdeploy -Pproduction -pl storage/rest/service-springboot deploy
env:
MAVEN_USERNAME: ${{ secrets.ORG_OSSRH_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.ORG_OSSRH_PASSWORD }}
Expand Down

0 comments on commit c203856

Please sign in to comment.