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 253
253
<artifactId >maven-deploy-plugin</artifactId >
254
254
<version >2.8.2</version >
255
255
</plugin >
256
+ <plugin >
257
+ <groupId >org.apache.maven.plugins</groupId >
258
+ <artifactId >maven-enforcer-plugin</artifactId >
259
+ <version >3.0.0-M3</version >
260
+ <executions >
261
+ <execution >
262
+ <id >enforce-no-snapshots</id >
263
+ <goals >
264
+ <goal >enforce</goal >
265
+ </goals >
266
+ <configuration >
267
+ <rules >
268
+ <requireReleaseDeps >
269
+ <onlyWhenRelease >true</onlyWhenRelease >
270
+ <message >No Snapshots in releases allowed!</message >
271
+ </requireReleaseDeps >
272
+ </rules >
273
+ </configuration >
274
+ </execution >
275
+ </executions >
276
+ </plugin >
256
277
<plugin >
257
278
<groupId >org.apache.maven.plugins</groupId >
258
279
<artifactId >maven-javadoc-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments