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 d79132d commit 3bb3fc9Copy full SHA for 3bb3fc9
pom.xml
@@ -117,4 +117,15 @@
117
</plugins>
118
</reporting>
119
120
+ <distributionManagement>
121
+ <repository>
122
+ <id>nexus-rabian-public-releases</id>
123
+ <url>http://unsec.maven.rabian.fr/content/repositories/releases</url>
124
+ </repository>
125
+ <snapshotRepository>
126
+ <id>nexus-rabian-public-snapshots</id>
127
+ <url>http://unsec.maven.rabian.fr/content/repositories/snapshots</url>
128
+ </snapshotRepository>
129
+ </distributionManagement>
130
+
131
</project>
0 commit comments