We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d22e7a2 commit 2df2396Copy full SHA for 2df2396
.github/workflows/build.yml
@@ -36,11 +36,11 @@ jobs:
36
37
- name: Maven verify
38
if: ${{ !matrix.runner.deploy-snapshots }}
39
- run: ./mvnw --no-transfer-progress --batch-mode --update-snapshots -Pfull verify
+ run: ./mvnw --no-transfer-progress --batch-mode --update-snapshots verify
40
41
- name: Maven deploy
42
if: ${{ matrix.runner.deploy-snapshots }}
43
- run: ./mvnw --no-transfer-progress --batch-mode --update-snapshots -DaltDeploymentRepository=local::file:./maven-repo/ deploy
+ run: ./mvnw --no-transfer-progress --batch-mode --update-snapshots -DaltDeploymentRepository=local::file:./maven-repo/ -Pfull deploy
44
45
- name: Deploy to repo.spring.io
46
0 commit comments