Skip to content

Commit 46ff134

Browse files
committed
Try invoking the old maven deploy plugin instead of the new central plugin
Motivation: The distribution management section from before is meant for this older deploy plugin. Modification: Change the snapshot deploy process to directly invoke the deploy plugin.
1 parent c75ac80 commit 46ff134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ jobs:
5959
deploy-cache-m2-repository-
6060
6161
- name: Deploy project
62-
run: ./mvnw --file pom.xml clean deploy
62+
run: ./mvnw --file pom.xml clean package org.apache.maven.plugins:maven-deploy-plugin:deploy

0 commit comments

Comments
 (0)