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 00a3a3b commit 093c526Copy full SHA for 093c526
pom.xml
@@ -672,7 +672,7 @@
672
<groupId>org.apache.maven.plugins</groupId>
673
<artifactId>maven-enforcer-plugin</artifactId>
674
<version>1.4.1</version>
675
- <executions>
+<!-- <executions>
676
<execution>
677
<id>enforce-no-snapshots</id>
678
<goals>
@@ -687,7 +687,7 @@
687
<fail>true</fail>
688
</configuration>
689
</execution>
690
- </executions>
+ </executions> -->
691
</plugin>
692
<!-- NB must be declare *before* the license-maven-plugin -->
693
<plugin>
0 commit comments