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 05d75fa commit 8c1e8d4Copy full SHA for 8c1e8d4
pom.xml
@@ -209,10 +209,12 @@
209
<version>0.7.0</version>
210
<extensions>true</extensions>
211
<configuration>
212
- <publishingServerId>central</publishingServerId>
+ <publishingServerId>portal-snapshots</publishingServerId>
213
+<!-- <publishingServerId>central</publishingServerId>-->
214
+ <autoPublish>true</autoPublish>
215
+ <waitUntil>uploaded</waitUntil>
216
</configuration>
217
</plugin>
-
218
</plugins>
219
</build>
220
@@ -467,4 +469,11 @@
467
469
</snapshots>
468
470
</pluginRepository>
471
</pluginRepositories>
472
+
473
+ <distributionManagement>
474
+ <snapshotRepository>
475
+ <id>portal-snapshots</id>
476
+ <url>https://central.sonatype.com/repository/maven-snapshots/</url>
477
+ </snapshotRepository>
478
+ </distributionManagement>
479
</project>
0 commit comments