Skip to content

Commit b9c07b2

Browse files
committed
Use actually the -am maven switch to deploy to CI instead of profiles
1 parent ecf3992 commit b9c07b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: echo "PROJECT_VERSION=$(mvn org.apache.maven.plugins:maven-help-plugin:evaluate -Dexpression=project.version -q -DforceStdout | grep -v '\[')" >> $GITHUB_ENV
3030
- name: Maven deploy
3131
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
32+
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
3333
Deploy-Oracle:
3434
name: Deploy (Oracle) to OSSRH
3535
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)