Skip to content
This repository was archived by the owner on May 3, 2023. It is now read-only.

Commit d9f25ce

Browse files
add: distributionManagement repository for github package
1 parent 0967c0f commit d9f25ce

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@
88
<artifactId>httpclient-wrapper</artifactId>
99
<version>1.0</version>
1010

11+
<distributionManagement>
12+
<repository>
13+
<id>github</id>
14+
<name>GitHub Packages</name>
15+
<url>https://maven.pkg.github.com/florianepitech/httpclient-wrapper</url>
16+
</repository>
17+
</distributionManagement>
18+
1119
<dependencies>
1220
<!-- Log4J -->
1321
<dependency>

0 commit comments

Comments
 (0)