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 8915507 commit 678d898Copy full SHA for 678d898
pom.xml
@@ -398,7 +398,21 @@
398
</plugins>
399
</build>
400
</profile>
401
-
+ <profile>
402
+ <id>allow-snapshots</id>
403
+ <repositories>
404
+ <repository>
405
+ <id>sonatype-snapshots</id>
406
+ <url>https://oss.sonatype.org/content/repositories/snapshots</url>
407
+ <releases>
408
+ <enabled>false</enabled>
409
+ </releases>
410
+ <snapshots>
411
+ <enabled>true</enabled>
412
+ </snapshots>
413
+ </repository>
414
+ </repositories>
415
+ </profile>
416
<profile>
417
<!-- Only run checkstyle plugin on Java 8+ (checkstyle artifact only supports Java 8+) -->
418
<id>checkstyle-tests</id>
0 commit comments