File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change 242242 </execution >
243243 </executions >
244244 </plugin >
245- <plugin >
246- <groupId >com.github.ekryd.sortpom</groupId >
247- <artifactId >sortpom-maven-plugin</artifactId >
248- <version >4.0.0</version >
249- <configuration >
250- <createBackupFile >false</createBackupFile >
251- <sortDependencies >scope,groupId,artifactId</sortDependencies >
252- <sortPlugins >groupId,artifactId</sortPlugins >
253- <sortProperties >true</sortProperties >
254- <verifyFail >${sortpom.verifyFail} </verifyFail >
255- </configuration >
256- <executions >
257- <execution >
258- <goals >
259- <goal >verify</goal >
260- </goals >
261- <phase >validate</phase >
262- </execution >
263- </executions >
264- </plugin >
265245 <plugin >
266246 <groupId >org.apache.maven.plugins</groupId >
267247 <artifactId >maven-site-plugin</artifactId >
755735 <properties >
756736 <!-- Only fail code coverage on non-windows machines -->
757737 <jacoco .haltOnFailure>true</jacoco .haltOnFailure>
758- <sortpom .verifyFail>fail</sortpom .verifyFail>
759738 </properties >
760739 </profile >
761740 <profile >
You can’t perform that action at this time.
0 commit comments