Skip to content

Commit

Permalink
deploy to local repo
Browse files Browse the repository at this point in the history
to work with a github actions workflow
  • Loading branch information
NiklasJonsson6 committed Sep 8, 2023
1 parent 017d347 commit 3205882
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,16 @@
<quarkus.version>3.3.1</quarkus.version>
<surefire-plugin.version>3.0.0</surefire-plugin.version>
</properties>
<distributionManagement>
<snapshotRepository>
<id>gitlocal</id>
<url>file://snapshots</url>
</snapshotRepository>
<repository>
<id>gitlocal</id>
<url>file://releases</url>
</repository>
</distributionManagement>
<dependencyManagement>
<dependencies>
<dependency>
Expand Down

0 comments on commit 3205882

Please sign in to comment.