Skip to content

Commit cdd160c

Browse files
committed
Add missing -DskipDefault to CI deploy
1 parent 8d93c9a commit cdd160c

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 -Pdefault-jdk
32+
run: mvn deploy -s .github/maven-cd-settings.xml -DskipTests -B -DskipDefault -Pdefault-jdk
3333
Deploy-Oracle:
3434
name: Deploy (Oracle) to OSSRH
3535
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)