mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 05:01:07 +00:00
QQQ-6 Adding mvn-settings and first attempt at mvn deploy
This commit is contained in:
@ -44,7 +44,7 @@ jobs:
|
||||
executor: java17
|
||||
steps:
|
||||
- run:
|
||||
echo "i don't know how to github release..."
|
||||
mvn -s .circleci/mvn-settings.xml deploy
|
||||
|
||||
workflows:
|
||||
main:
|
||||
|
9
.circleci/mvn-settings.xml
Normal file
9
.circleci/mvn-settings.xml
Normal file
@ -0,0 +1,9 @@
|
||||
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
|
||||
<servers>
|
||||
<server>
|
||||
<id>github-qqq-maven-registry</id>
|
||||
<username>${env.NF_QQQ_MAVEN_REGISTRY_USERNAME}</username>
|
||||
<password>${env.NF_QQQ_MAVEN_REGISTRY_PASSWORD}</password>
|
||||
</server>
|
||||
</servers>
|
||||
</settings>
|
Reference in New Issue
Block a user