We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00a3a3b commit 48f9308Copy full SHA for 48f9308
pom.xml
@@ -622,6 +622,7 @@
622
<autoVersionSubmodules>true</autoVersionSubmodules>
623
<arguments>-Prelease</arguments>
624
<tagNameFormat>@{project.version}</tagNameFormat>
625
+ <allowTimestampedSnapshots>true</allowTimestampedSnapshots>
626
</configuration>
627
</plugin>
628
<plugin>
@@ -672,7 +673,7 @@
672
673
<groupId>org.apache.maven.plugins</groupId>
674
<artifactId>maven-enforcer-plugin</artifactId>
675
<version>1.4.1</version>
- <executions>
676
+<!-- <executions>
677
<execution>
678
<id>enforce-no-snapshots</id>
679
<goals>
@@ -687,7 +688,7 @@
687
688
<fail>true</fail>
689
690
</execution>
- </executions>
691
+ </executions> -->
692
693
<!-- NB must be declare *before* the license-maven-plugin -->
694
0 commit comments