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 ecf3992 commit b9c07b2Copy full SHA for b9c07b2
.github/workflows/deploy.yml
@@ -29,7 +29,7 @@ jobs:
29
run: echo "PROJECT_VERSION=$(mvn org.apache.maven.plugins:maven-help-plugin:evaluate -Dexpression=project.version -q -DforceStdout | grep -v '\[')" >> $GITHUB_ENV
30
- name: Maven deploy
31
if: ${{ endsWith(env.PROJECT_VERSION, '-SNAPSHOT') }}
32
- run: mvn deploy -s .github/maven-cd-settings.xml -DskipTests -B -pl vertx-sql-client,vertx-pg-client,vertx-mysql-client,vertx-mssql-client,vertx-db2-client,vertx-sql-client-templates
+ run: mvn deploy -s .github/maven-cd-settings.xml -DskipTests -B -am -pl vertx-pg-client,vertx-mysql-client,vertx-mssql-client,vertx-db2-client,vertx-sql-client-templates
33
Deploy-Oracle:
34
name: Deploy (Oracle) to OSSRH
35
runs-on: ubuntu-latest
0 commit comments