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 992639f commit 224b864Copy full SHA for 224b864
1 file changed
pom.xml
@@ -197,6 +197,16 @@
197
<activation>
198
<activeByDefault>false</activeByDefault>
199
</activation>
200
+ <distributionManagement>
201
+ <repository>
202
+ <id>openindex</id>
203
+ <url>https://maven.openindex.de/repository/openindex-releases/</url>
204
+ </repository>
205
+ <snapshotRepository>
206
207
+ <url>https://maven.openindex.de/repository/openindex-snapshots/</url>
208
+ </snapshotRepository>
209
+ </distributionManagement>
210
<build>
211
<plugins>
212
<plugin>
0 commit comments