|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 | 2 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
3 |
| - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 3 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> |
4 | 4 |
|
5 | 5 | <modelVersion>4.0.0</modelVersion>
|
6 | 6 | <groupId>org.openhab.tools.sat</groupId>
|
|
82 | 82 | <maven.surefire.plugin.version>3.5.2</maven.surefire.plugin.version>
|
83 | 83 | <jetty.server.version>9.4.50.v20221201</jetty.server.version>
|
84 | 84 | <saxon.version>9.1.0.8</saxon.version>
|
85 |
| - <spotless.version>2.43.0</spotless.version> |
| 85 | + <spotless.version>2.44.3</spotless.version> |
86 | 86 | <!-- Eclipse Java formatter version 4.26+ does not check test files -->
|
87 | 87 | <spotless.eclipse.version>4.25</spotless.eclipse.version>
|
88 | 88 | <spotless.eclipse.wtp.version>4.21.0</spotless.eclipse.wtp.version>
|
|
238 | 238 | </goals>
|
239 | 239 | </pluginExecutionFilter>
|
240 | 240 | <action>
|
241 |
| - <ignore></ignore> |
| 241 | + <ignore/> |
242 | 242 | </action>
|
243 | 243 | </pluginExecution>
|
244 | 244 | </pluginExecutions>
|
|
280 | 280 | </executions>
|
281 | 281 | </plugin>
|
282 | 282 |
|
283 |
| - <plugin> |
284 |
| - <groupId>com.github.ekryd.sortpom</groupId> |
285 |
| - <artifactId>sortpom-maven-plugin</artifactId> |
286 |
| - <version>4.0.0</version> |
287 |
| - <configuration> |
288 |
| - <predefinedSortOrder>recommended_2008_06</predefinedSortOrder> |
289 |
| - <createBackupFile>false</createBackupFile> |
290 |
| - <keepBlankLines>true</keepBlankLines> |
291 |
| - </configuration> |
292 |
| - <executions> |
293 |
| - <execution> |
294 |
| - <id>sortpom-verify</id> |
295 |
| - <goals> |
296 |
| - <goal>verify</goal> |
297 |
| - </goals> |
298 |
| - <phase>verify</phase> |
299 |
| - <configuration> |
300 |
| - <verifyFail>Stop</verifyFail> |
301 |
| - </configuration> |
302 |
| - </execution> |
303 |
| - </executions> |
304 |
| - </plugin> |
305 |
| - |
306 | 283 | <plugin>
|
307 | 284 | <groupId>com.diffplug.spotless</groupId>
|
308 | 285 | <artifactId>spotless-maven-plugin</artifactId>
|
|
319 | 296 | </importOrder>
|
320 | 297 | <endWithNewline/>
|
321 | 298 | </java>
|
| 299 | + <pom> |
| 300 | + <sortPom> |
| 301 | + <expandEmptyElements>false</expandEmptyElements> |
| 302 | + <indentAttribute>schemaLocation</indentAttribute> |
| 303 | + <predefinedSortOrder>recommended_2008_06</predefinedSortOrder> |
| 304 | + <sortDependencyExclusions/> |
| 305 | + <sortDependencyManagement/> |
| 306 | + </sortPom> |
| 307 | + </pom> |
322 | 308 | <formats>
|
323 | 309 | <format>
|
324 | 310 | <!-- *.xml -->
|
|
339 | 325 | <trimTrailingWhitespace/>
|
340 | 326 | <endWithNewline/>
|
341 | 327 | </format>
|
342 |
| - <format> |
343 |
| - <!-- pom.xml --> |
344 |
| - <includes> |
345 |
| - <include>pom.xml</include> |
346 |
| - </includes> |
347 |
| - <eclipseWtp> |
348 |
| - <type>XML</type> |
349 |
| - <files> |
350 |
| - <file>openhab_wst_pom_file.prefs</file> |
351 |
| - </files> |
352 |
| - <version>${spotless.eclipse.wtp.version}</version> |
353 |
| - </eclipseWtp> |
354 |
| - <trimTrailingWhitespace/> |
355 |
| - <endWithNewline/> |
356 |
| - </format> |
357 | 328 | </formats>
|
358 | 329 | </configuration>
|
359 | 330 | <dependencies>
|
|
498 | 469 | </execution>
|
499 | 470 | </executions>
|
500 | 471 | </plugin>
|
501 |
| - <plugin> |
502 |
| - <groupId>com.github.ekryd.sortpom</groupId> |
503 |
| - <artifactId>sortpom-maven-plugin</artifactId> |
504 |
| - </plugin> |
505 | 472 | <plugin>
|
506 | 473 | <groupId>com.diffplug.spotless</groupId>
|
507 | 474 | <artifactId>spotless-maven-plugin</artifactId>
|
|
0 commit comments