mirror of
https://github.com/jlengrand/cellar.git
synced 2026-03-10 08:01:19 +00:00
With github?
This commit is contained in:
2
.github/workflows/maven.yml
vendored
2
.github/workflows/maven.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
||||
servers: '[{"id": "github", "username": "jlengrand", "password": "${{ secrets.GITHUB_TOKEN }}"}]'
|
||||
repositories: '[{ "id": "central2", "url": "https://repo1.maven.org/maven2" }, { "id": "github", "url": "https://maven.pkg.github.com/jlengrand/cellar-driver" }]'
|
||||
- name: Build with Maven
|
||||
run: cat ~/.m2/settings.xml; mvn -B deploy
|
||||
run: mvn -B deploy
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
- run: mkdir staging && cp cellar-app/target/*-with-dependencies.jar staging
|
||||
|
||||
@@ -117,7 +117,7 @@
|
||||
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>github-cellar</id>
|
||||
<id>github</id>
|
||||
<name>GitHub Packages</name>
|
||||
<url>https://maven.pkg.github.com/jlengrand/cellar</url>
|
||||
</repository>
|
||||
|
||||
Reference in New Issue
Block a user