File tree Expand file tree Collapse file tree 1 file changed +0
-44
lines changed Expand file tree Collapse file tree 1 file changed +0
-44
lines changed Original file line number Diff line number Diff line change 122122 </execution >
123123 </executions >
124124 </plugin >
125- <plugin >
126- <artifactId >maven-enforcer-plugin</artifactId >
127- <executions >
128- <execution >
129- <id >enforce-java</id >
130- <goals >
131- <goal >enforce</goal >
132- </goals >
133- <configuration >
134- <rules >
135- <requireJavaVersion >
136- <version >${maven.compiler.testTarget} </version >
137- </requireJavaVersion >
138- <requireReleaseDeps >
139- <onlyWhenRelease >true</onlyWhenRelease >
140- <message >No Snapshots Allowed!</message >
141- </requireReleaseDeps >
142- </rules >
143- </configuration >
144- </execution >
145- </executions >
146- </plugin >
147125 <plugin >
148126 <artifactId >maven-deploy-plugin</artifactId >
149127 <version >2.8.2</version >
158136 <plugin >
159137 <artifactId >maven-checkstyle-plugin</artifactId >
160138 </plugin >
161- <plugin >
162- <groupId >org.apache.maven.plugins</groupId >
163- <artifactId >maven-enforcer-plugin</artifactId >
164- <version >3.0.0-M3</version >
165- <executions >
166- <execution >
167- <id >enforce-no-snapshots</id >
168- <goals >
169- <goal >enforce</goal >
170- </goals >
171- <configuration >
172- <rules >
173- <requireReleaseDeps >
174- <onlyWhenRelease >true</onlyWhenRelease >
175- <message >No Snapshots Allowed!</message >
176- </requireReleaseDeps >
177- </rules >
178- <fail >true</fail >
179- </configuration >
180- </execution >
181- </executions >
182- </plugin >
183139 </plugins >
184140 </build >
185141
You can’t perform that action at this time.
0 commit comments