We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99a0867 commit 0096266Copy full SHA for 0096266
pom.xml
@@ -111,6 +111,11 @@
111
<groupId>org.springframework.boot</groupId>
112
<artifactId>spring-boot-maven-plugin</artifactId>
113
</plugin>
114
+ <plugin>
115
+ <groupId>org.apache.maven.plugins</groupId>
116
+ <artifactId>maven-deploy-plugin</artifactId>
117
+ <version>3.1.1</version>
118
+ </plugin>
119
</plugins>
120
</build>
121
@@ -126,4 +131,12 @@
126
131
</dependencies>
127
132
</dependencyManagement>
128
133
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
+
129
142
</project>
0 commit comments