Turn on distributionManagement repo and change mvn target from package to deploy

This commit is contained in:
Darin Kelkhoff
2021-10-27 22:13:09 -05:00
parent 5f287a7be0
commit 687ff4442f
2 changed files with 1 additions and 5 deletions

View File

@ -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

View File

@ -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>