Skip to content

Commit 85a7a52

Browse files
committed
Reformat pom.
More consistent formatting. See #2686
1 parent 7cea370 commit 85a7a52

File tree

1 file changed

+39
-25
lines changed

1 file changed

+39
-25
lines changed

parent/pom.xml

Lines changed: 39 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -154,11 +154,9 @@
154154
</properties>
155155

156156
<profiles>
157-
158157
<profile>
159158

160159
<!-- Profile to be run on the CI server, JARs JavaDocs -->
161-
162160
<id>ci</id>
163161

164162
<build>
@@ -214,20 +212,19 @@
214212

215213
</plugins>
216214
</build>
217-
218215
</profile>
219216

220-
221-
<!--
222-
Profile to be run before a release is executed, currently does the following:
223-
224-
- Prevents third-party snapshot dependencies in projects
225-
-->
226-
227217
<profile>
218+
<!--
219+
Profile to be run before a release is executed, currently does the following:
220+
221+
- Prevents third-party snapshot dependencies in projects
222+
-->
228223
<id>pre-release</id>
224+
229225
<build>
230226
<plugins>
227+
231228
<plugin>
232229
<groupId>org.apache.maven.plugins</groupId>
233230
<artifactId>maven-enforcer-plugin</artifactId>
@@ -261,14 +258,18 @@
261258
</dependency>
262259
</dependencies>
263260
</plugin>
261+
264262
</plugins>
265263
</build>
266264
</profile>
267265

268266
<profile>
267+
269268
<id>antora-process-resources</id>
269+
270270
<build>
271271
<plugins>
272+
272273
<plugin>
273274
<groupId>io.spring.maven.antora</groupId>
274275
<artifactId>antora-component-version-maven-plugin</artifactId>
@@ -326,6 +327,7 @@
326327
</profile>
327328

328329
<profile>
330+
329331
<id>antora</id>
330332

331333
<properties>
@@ -335,9 +337,10 @@
335337
<maven.install.skip>true</maven.install.skip>
336338
<skipTests>true</skipTests>
337339
</properties>
338-
<build>
339340

341+
<build>
340342
<plugins>
343+
341344
<!-- force-skip -->
342345
<plugin>
343346
<groupId>org.jetbrains.kotlin</groupId>
@@ -355,10 +358,12 @@
355358
<skip>true</skip>
356359
</configuration>
357360
</plugin>
361+
358362
</plugins>
359363

360364
<pluginManagement>
361365
<plugins>
366+
362367
<plugin>
363368
<groupId>io.spring.maven.antora</groupId>
364369
<artifactId>antora-maven-plugin</artifactId>
@@ -375,6 +380,7 @@
375380
</execution>
376381
</executions>
377382
</plugin>
383+
378384
<plugin>
379385
<groupId>org.antora</groupId>
380386
<artifactId>antora-maven-plugin</artifactId>
@@ -391,6 +397,7 @@
391397
</execution>
392398
</executions>
393399
</plugin>
400+
394401
</plugins>
395402
</pluginManagement>
396403
</build>
@@ -401,7 +408,6 @@
401408
<!--
402409
Profile to be activated when building the docs artifacts.
403410
-->
404-
405411
<id>distribute</id>
406412

407413
<properties>
@@ -424,7 +430,6 @@
424430
</dependencies>
425431

426432
<build>
427-
428433
<plugins>
429434

430435
<!-- force-skip -->
@@ -448,7 +453,6 @@
448453
<!--
449454
Unpacks the content of spring-data-build-resources into the shared resources folder.
450455
-->
451-
452456
<plugin>
453457
<groupId>org.apache.maven.plugins</groupId>
454458
<artifactId>maven-dependency-plugin</artifactId>
@@ -473,7 +477,6 @@
473477
<!--
474478
Configures JavaDoc generation.
475479
-->
476-
477480
<plugin>
478481
<groupId>org.apache.maven.plugins</groupId>
479482
<artifactId>maven-javadoc-plugin</artifactId>
@@ -579,7 +582,6 @@
579582
<!--
580583
Asciidoctor
581584
-->
582-
583585
<plugin>
584586
<groupId>org.asciidoctor</groupId>
585587
<artifactId>asciidoctor-maven-plugin</artifactId>
@@ -659,7 +661,6 @@
659661
</plugin>
660662

661663
<!-- Deploy to Artifactory -->
662-
663664
<plugin>
664665
<groupId>org.jfrog.buildinfo</groupId>
665666
<artifactId>artifactory-maven-plugin</artifactId>
@@ -698,18 +699,17 @@
698699
</execution>
699700
</executions>
700701
</plugin>
702+
701703
</plugins>
702704
</pluginManagement>
703705
</build>
704-
705706
</profile>
706707

707708
<profile>
708709

709710
<!--
710711
Profile to be activated when building the schema artifacts.
711712
-->
712-
713713
<id>distribute-schema</id>
714714

715715
<properties>
@@ -732,7 +732,6 @@
732732
</dependencies>
733733

734734
<build>
735-
736735
<plugins>
737736

738737
<!-- force-skip -->
@@ -756,7 +755,6 @@
756755
<!--
757756
Unpacks the content of spring-data-build-resources into the shared resources folder.
758757
-->
759-
760758
<plugin>
761759
<groupId>org.apache.maven.plugins</groupId>
762760
<artifactId>maven-dependency-plugin</artifactId>
@@ -783,7 +781,6 @@
783781
Depended on by the site.xml assembly descriptor.
784782
Conditional execution if schemas are present.
785783
-->
786-
787784
<plugin>
788785
<groupId>org.apache.maven.plugins</groupId>
789786
<artifactId>maven-antrun-plugin</artifactId>
@@ -862,7 +859,6 @@
862859
<plugins>
863860

864861
<!-- Deploy to Artifactory -->
865-
866862
<plugin>
867863
<groupId>org.jfrog.buildinfo</groupId>
868864
<artifactId>artifactory-maven-plugin</artifactId>
@@ -901,17 +897,20 @@
901897
</execution>
902898
</executions>
903899
</plugin>
900+
904901
</plugins>
905902
</pluginManagement>
906903
</build>
907904

908905
</profile>
909906

910907
<profile>
908+
911909
<id>spring6-next</id>
912910
<properties>
913911
<spring>6.2.11-SNAPSHOT</spring>
914912
</properties>
913+
915914
<repositories>
916915
<repository>
917916
<id>spring-snapshot</id>
@@ -924,7 +923,9 @@
924923
</profile>
925924

926925
<profile>
926+
927927
<id>jackson-next</id>
928+
928929
<properties>
929930
<jackson>2.15.2</jackson>
930931
</properties>
@@ -940,7 +941,9 @@
940941
</profile>
941942

942943
<profile>
944+
943945
<id>jmh</id>
946+
944947
<dependencies>
945948
<dependency>
946949
<groupId>com.github.mp911de.microbenchmark-runner</groupId>
@@ -949,6 +952,7 @@
949952
<scope>test</scope>
950953
</dependency>
951954
</dependencies>
955+
952956
<repositories>
953957
<repository>
954958
<id>jitpack.io</id>
@@ -1132,7 +1136,6 @@
11321136
-->
11331137

11341138
<pluginManagement>
1135-
11361139
<plugins>
11371140

11381141
<plugin>
@@ -1272,7 +1275,6 @@
12721275
</plugin>
12731276

12741277
</plugins>
1275-
12761278
</pluginManagement>
12771279

12781280
<plugins>
@@ -1296,6 +1298,7 @@
12961298
</args>
12971299
</configuration>
12981300
<executions>
1301+
12991302
<execution>
13001303
<id>compile</id>
13011304
<phase>compile</phase>
@@ -1309,6 +1312,7 @@
13091312
</sourceDirs>
13101313
</configuration>
13111314
</execution>
1315+
13121316
<execution>
13131317
<id>test-compile</id>
13141318
<phase>test-compile</phase>
@@ -1322,6 +1326,7 @@
13221326
</sourceDirs>
13231327
</configuration>
13241328
</execution>
1329+
13251330
<execution>
13261331
<id>jmh-compile</id>
13271332
<phase>test-compile</phase>
@@ -1335,6 +1340,7 @@
13351340
</sourceDirs>
13361341
</configuration>
13371342
</execution>
1343+
13381344
</executions>
13391345
</plugin>
13401346

@@ -1346,28 +1352,33 @@
13461352
<target>${source.level}</target>
13471353
</configuration>
13481354
<executions>
1355+
13491356
<execution>
13501357
<id>default-compile</id>
13511358
<phase>none</phase>
13521359
</execution>
1360+
13531361
<execution>
13541362
<id>default-testCompile</id>
13551363
<phase>none</phase>
13561364
</execution>
1365+
13571366
<execution>
13581367
<id>java-compile</id>
13591368
<phase>compile</phase>
13601369
<goals>
13611370
<goal>compile</goal>
13621371
</goals>
13631372
</execution>
1373+
13641374
<execution>
13651375
<id>java-test-compile</id>
13661376
<phase>test-compile</phase>
13671377
<goals>
13681378
<goal>testCompile</goal>
13691379
</goals>
13701380
</execution>
1381+
13711382
</executions>
13721383
</plugin>
13731384

@@ -1425,6 +1436,7 @@
14251436
<groupId>org.codehaus.mojo</groupId>
14261437
<artifactId>build-helper-maven-plugin</artifactId>
14271438
<executions>
1439+
14281440
<execution>
14291441
<id>add-jmh-source</id>
14301442
<phase>generate-test-sources</phase>
@@ -1437,6 +1449,7 @@
14371449
</sources>
14381450
</configuration>
14391451
</execution>
1452+
14401453
<execution>
14411454
<id>add-kotlin-source</id>
14421455
<phase>prepare-package</phase>
@@ -1449,6 +1462,7 @@
14491462
</sources>
14501463
</configuration>
14511464
</execution>
1465+
14521466
</executions>
14531467
</plugin>
14541468

0 commit comments

Comments
 (0)