Maven Settings

This commit is contained in:
Braydon 2023-08-06 00:24:39 -04:00
parent 0c9abf2aae
commit 7635c22258

@ -32,6 +32,19 @@ jobs:
with: with:
maven-version: 3.9.4 maven-version: 3.9.4
# Configure Maven settings
- name: Maven Settings
uses: https://github.com/s4u/maven-settings-action@v2.8.0
with:
servers: |
[
{
"id": "rainnny-repo-public",
"username": "${{ secrets.PRIVATE_MAVEN_USER }}",
"password": "${{ secrets.PRIVATE_MAVEN_PASS }}"
}
]
# Publish to Maven # Publish to Maven
- name: Publish to Maven - name: Publish to Maven
run: mvn deploy -B -Dstyle.color=always --update-snapshots run: mvn deploy -B -Dstyle.color=always --update-snapshots