Skip to content

Commit 4f294f0

Browse files
committed
remove yet more xoai-specific cruft
1 parent cf431b3 commit 4f294f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
server-password: MAVEN_PASSWORD
4141
- name: Publish snapshot
4242
if: ${{ matrix.java == '17' }}
43-
run: mvn deploy -pl -DskipUT -DskipIT -Djdk.version=${{ matrix.java }}
43+
run: mvn deploy -DskipUT -DskipIT -Djdk.version=${{ matrix.java }}
4444
env:
4545
MAVEN_USERNAME: ${{ secrets.DATAVERSEBOT_SONATYPE_USERNAME }}
4646
MAVEN_PASSWORD: ${{ secrets.DATAVERSEBOT_SONATYPE_TOKEN }}

0 commit comments

Comments
 (0)