Skip to content
This repository was archived by the owner on Jul 31, 2022. It is now read-only.

Commit 7156407

Browse files
committed
maven fixes
1 parent 5dd3883 commit 7156407

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
repo-token: ${{ secrets.GITHUB_TOKEN }}
3737

3838
- name: 🚀 Deploy to Maven
39-
run: mvn deploy -Dregistry=https://maven.pkg.github.com/Ktt-Development -Dtoken=${{ secrets.GITHUB_TOKEN }}
39+
run: mvn deploy -DskipTests -Dregistry=https://maven.pkg.github.com/Ktt-Development -Dtoken=${{ secrets.GITHUB_TOKEN }}

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@
1818
<tag>HEAD</tag>
1919
</scm>
2020

21+
<distributionManagement>
22+
<repository>
23+
<id>github</id>
24+
<name>GitHub Ktt-Development Apache Maven Packages</name>
25+
<url>https://maven.pkg.github.com/Ktt-Development/${artifactId</url>
26+
</repository>
27+
</distributionManagement>
28+
2129
<properties>
2230
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2331
</properties>

0 commit comments

Comments
 (0)