Skip to content

Commit 3777223

Browse files
author
erict875
committed
Configure phoenixd-mock Maven distributionManagement and repositories sections for artifact hosting.
1 parent 7505915 commit 3777223

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

phoenixd-mock/pom.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,24 @@
1717
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1818
</properties>
1919

20+
<distributionManagement>
21+
<repository>
22+
<id>reposilite-releases</id>
23+
<url>https://maven.398ja.xyz/releases</url>
24+
</repository>
25+
<snapshotRepository>
26+
<id>reposilite-snapshots</id>
27+
<url>https://maven.398ja.xyz/snapshots</url>
28+
</snapshotRepository>
29+
</distributionManagement>
30+
31+
<repositories>
32+
<repository>
33+
<id>reposilite-releases</id>
34+
<url>https://maven.398ja.xyz/releases</url>
35+
</repository>
36+
</repositories>
37+
2038
<dependencies>
2139
<dependency>
2240
<groupId>org.projectlombok</groupId>

0 commit comments

Comments
 (0)