File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 292292 <artifactId >maven-deploy-plugin</artifactId >
293293 <version >2.8.2</version >
294294 </plugin >
295+ <plugin >
296+ <groupId >org.apache.maven.plugins</groupId >
297+ <artifactId >maven-enforcer-plugin</artifactId >
298+ <version >3.0.0-M3</version >
299+ <executions >
300+ <execution >
301+ <id >enforce-no-snapshots</id >
302+ <goals >
303+ <goal >enforce</goal >
304+ </goals >
305+ <configuration >
306+ <rules >
307+ <requireReleaseDeps >
308+ <onlyWhenRelease >true</onlyWhenRelease >
309+ <message >No Snapshots in releases allowed!</message >
310+ </requireReleaseDeps >
311+ </rules >
312+ </configuration >
313+ </execution >
314+ </executions >
315+ </plugin >
295316 <plugin >
296317 <groupId >org.apache.maven.plugins</groupId >
297318 <artifactId >maven-javadoc-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments