Skip to content

Commit a223dfc

Browse files
authored
Add GitHub Packages to distribution management
1 parent 50cf2f9 commit a223dfc

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
@@ -22,6 +22,14 @@
2222
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2323
</properties>
2424

25+
<distributionManagement>
26+
<repository>
27+
<id>github</id>
28+
<name>GitHub Apache Maven Packages</name>
29+
<url>https://maven.pkg.github.com/quinnandrews/spring-data-specification-builder</url>
30+
</repository>
31+
</distributionManagement>
32+
2533
<dependencyManagement>
2634
<dependencies>
2735
<dependency>

0 commit comments

Comments
 (0)