We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5e8450 commit ecd1e76Copy full SHA for ecd1e76
1 file changed
.github/workflows/ci.yml
@@ -99,5 +99,5 @@ jobs:
99
mvn deploy $MAVEN_CLI_OPTS \
100
-DskipTests=true \
101
-DretryFailedDeploymentCount=10 \
102
- -Dreleases.repository.url=https://maven.pkg.github.com/codice/ddf-jaxb \
103
- -Dsnapshots.repository.url=https://maven.pkg.github.com/codice/ddf-jaxb
+ -DaltReleaseDeploymentRepository=releases::https://maven.pkg.github.com/codice/ddf-jaxb \
+ -DaltSnapshotDeploymentRepository=snapshots::https://maven.pkg.github.com/codice/ddf-jaxb
0 commit comments