We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f220eb8 + 290b903 commit 8ca6237Copy full SHA for 8ca6237
.github/workflows/maven.yml
@@ -51,6 +51,8 @@ jobs:
51
EOF
52
53
- name: Deploy to Nexus
54
- run: mvn deploy -DskipTests
+ run: |
55
+ mvn deploy -DskipTests \
56
+ -DaltDeploymentRepository=nexus-releases::default::${{ secrets.NEXUS_URL }}/repository/tm-maven-releases/
57
env:
58
MAVEN_OPTS: "-Dmaven.wagon.http.ssl.insecure=true -Dmaven.wagon.http.ssl.allowall=true"
0 commit comments