mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 21:20:45 +00:00
Turn on distributionManagement repo and change mvn target from package to deploy
This commit is contained in:
4
.github/workflows/maven.yml
vendored
4
.github/workflows/maven.yml
vendored
@ -34,7 +34,5 @@ jobs:
|
|||||||
"username": "${{ secrets.QQQ_MAVEN_REGISTRY_USERNAME }}",
|
"username": "${{ secrets.QQQ_MAVEN_REGISTRY_USERNAME }}",
|
||||||
"password": "${{ secrets.QQQ_MAVEN_REGISTRY_PASSWORD }}"
|
"password": "${{ secrets.QQQ_MAVEN_REGISTRY_PASSWORD }}"
|
||||||
}]
|
}]
|
||||||
- name: Cat settings.xml
|
|
||||||
run: cat /home/runner/.m2/settings.xml
|
|
||||||
- name: Build with Maven
|
- name: Build with Maven
|
||||||
run: mvn -B package --file pom.xml
|
run: mvn -B deploy --file pom.xml
|
||||||
|
2
pom.xml
2
pom.xml
@ -128,7 +128,6 @@
|
|||||||
</repository>
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
<!--
|
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
<repository>
|
<repository>
|
||||||
<id>github-qqq-maven-registry</id>
|
<id>github-qqq-maven-registry</id>
|
||||||
@ -136,6 +135,5 @@
|
|||||||
<url>https://maven.pkg.github.com/Kingsrook/qqq-maven-registry</url>
|
<url>https://maven.pkg.github.com/Kingsrook/qqq-maven-registry</url>
|
||||||
</repository>
|
</repository>
|
||||||
</distributionManagement>
|
</distributionManagement>
|
||||||
-->
|
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
Reference in New Issue
Block a user