Skip to content
This repository has been archived by the owner on Jul 1, 2023. It is now read-only.

Commit

Permalink
Add repo in maven deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
alphaX86 committed Dec 28, 2022
1 parent d5dea4f commit 2fdb215
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 @@ -29,6 +29,16 @@
<url>https://github.com/KiteVX/${project.artifactId}/issues</url>
</issueManagement>

<distributionManagement>
<repository>
<uniqueVersion>false</uniqueVersion>
<id>HexE</id>
<name>GitHub Repository</name>
<url>https://maven.pkg.github.com/KiteVX/HexE</url>
<layout>default</layout>
</repository>
</distributionManagement>

<dependencies>
<dependency>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 2fdb215

Please sign in to comment.