Skip to content

Commit

Permalink
deploy to local mvn repo
Browse files Browse the repository at this point in the history
  • Loading branch information
xamde committed Oct 30, 2023
1 parent 36b0a36 commit 33b7ac7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,6 @@ jobs:
working-directory: graphinout
run: mvn clean -pl app-rest-service install

- name: ↗️ Deploy
working-directory: graphinout
run: mvn deploy
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,13 @@

</plugins>
</build>

<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Graphinout Apache Maven Packages</name>
<url>https://maven.pkg.github.com/Calpano/graphinout</url>
</repository>
</distributionManagement>

</project>

0 comments on commit 33b7ac7

Please sign in to comment.