Skip to content

Commit 0096266

Browse files
committed
Add distirubtionManagement
1 parent 99a0867 commit 0096266

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,11 @@
111111
<groupId>org.springframework.boot</groupId>
112112
<artifactId>spring-boot-maven-plugin</artifactId>
113113
</plugin>
114+
<plugin>
115+
<groupId>org.apache.maven.plugins</groupId>
116+
<artifactId>maven-deploy-plugin</artifactId>
117+
<version>3.1.1</version>
118+
</plugin>
114119
</plugins>
115120
</build>
116121

@@ -126,4 +131,12 @@
126131
</dependencies>
127132
</dependencyManagement>
128133

134+
<distributionManagement>
135+
<repository>
136+
<id>github</id>
137+
<name>GitHub Packages</name>
138+
<url>https://maven.pkg.github.com/mickablondo/hibernate-reactive-test</url>
139+
</repository>
140+
</distributionManagement>
141+
129142
</project>

0 commit comments

Comments
 (0)