File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5555 run : echo "PROJECT_VERSION=$(mvn org.apache.maven.plugins:maven-help-plugin:evaluate -Dexpression=project.version -B | grep -v '\[')" >> $GITHUB_ENV
5656 - name : Maven deploy
5757 if : ${{ endsWith(env.PROJECT_VERSION, '-SNAPSHOT') }}
58- run : mvn deploy -s .github/maven-cd-settings.xml -DskipTests -B -DskipDefault -Pdefault-jdk
58+ run : mvn deploy -s .github/maven-cd-settings.xml -DskipTests -B
Original file line number Diff line number Diff line change 120120 <module >vertx-oracle-client</module >
121121 </modules >
122122 </profile >
123- <profile >
124- <id >default-jdk</id >
125- <modules >
126- <module >vertx-sql-client</module >
127- <module >vertx-pg-client</module >
128- <module >vertx-mysql-client</module >
129- <module >vertx-mssql-client</module >
130- <module >vertx-db2-client</module >
131- <module >vertx-sql-client-templates</module >
132- </modules >
133- </profile >
134123 <profile >
135124 <id >PostgreSQL-9</id >
136125 <properties >
You can’t perform that action at this time.
0 commit comments