Skip to content

Commit 922a45b

Browse files
committed
Reformat pom.
More consistent formatting. See #2686
1 parent d70e30c commit 922a45b

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
@@ -156,11 +156,9 @@
156156
</properties>
157157

158158
<profiles>
159-
160159
<profile>
161160

162161
<!-- Profile to be run on the CI server, JARs JavaDocs -->
163-
164162
<id>ci</id>
165163

166164
<build>
@@ -216,20 +214,19 @@
216214

217215
</plugins>
218216
</build>
219-
220217
</profile>
221218

222-
223-
<!--
224-
Profile to be run before a release is executed, currently does the following:
225-
226-
- Prevents third-party snapshot dependencies in projects
227-
-->
228-
229219
<profile>
220+
<!--
221+
Profile to be run before a release is executed, currently does the following:
222+
223+
- Prevents third-party snapshot dependencies in projects
224+
-->
230225
<id>pre-release</id>
226+
231227
<build>
232228
<plugins>
229+
233230
<plugin>
234231
<groupId>org.apache.maven.plugins</groupId>
235232
<artifactId>maven-enforcer-plugin</artifactId>
@@ -263,14 +260,18 @@
263260
</dependency>
264261
</dependencies>
265262
</plugin>
263+
266264
</plugins>
267265
</build>
268266
</profile>
269267

270268
<profile>
269+
271270
<id>antora-process-resources</id>
271+
272272
<build>
273273
<plugins>
274+
274275
<plugin>
275276
<groupId>io.spring.maven.antora</groupId>
276277
<artifactId>antora-component-version-maven-plugin</artifactId>
@@ -328,6 +329,7 @@
328329
</profile>
329330

330331
<profile>
332+
331333
<id>antora</id>
332334

333335
<properties>
@@ -337,9 +339,10 @@
337339
<maven.install.skip>true</maven.install.skip>
338340
<skipTests>true</skipTests>
339341
</properties>
340-
<build>
341342

343+
<build>
342344
<plugins>
345+
343346
<!-- force-skip -->
344347
<plugin>
345348
<groupId>org.jetbrains.kotlin</groupId>
@@ -357,10 +360,12 @@
357360
<skip>true</skip>
358361
</configuration>
359362
</plugin>
363+
360364
</plugins>
361365

362366
<pluginManagement>
363367
<plugins>
368+
364369
<plugin>
365370
<groupId>io.spring.maven.antora</groupId>
366371
<artifactId>antora-maven-plugin</artifactId>
@@ -377,6 +382,7 @@
377382
</execution>
378383
</executions>
379384
</plugin>
385+
380386
<plugin>
381387
<groupId>org.antora</groupId>
382388
<artifactId>antora-maven-plugin</artifactId>
@@ -393,6 +399,7 @@
393399
</execution>
394400
</executions>
395401
</plugin>
402+
396403
</plugins>
397404
</pluginManagement>
398405
</build>
@@ -403,7 +410,6 @@
403410
<!--
404411
Profile to be activated when building the docs artifacts.
405412
-->
406-
407413
<id>distribute</id>
408414

409415
<properties>
@@ -426,7 +432,6 @@
426432
</dependencies>
427433

428434
<build>
429-
430435
<plugins>
431436

432437
<!-- force-skip -->
@@ -450,7 +455,6 @@
450455
<!--
451456
Unpacks the content of spring-data-build-resources into the shared resources folder.
452457
-->
453-
454458
<plugin>
455459
<groupId>org.apache.maven.plugins</groupId>
456460
<artifactId>maven-dependency-plugin</artifactId>
@@ -475,7 +479,6 @@
475479
<!--
476480
Configures JavaDoc generation.
477481
-->
478-
479482
<plugin>
480483
<groupId>org.apache.maven.plugins</groupId>
481484
<artifactId>maven-javadoc-plugin</artifactId>
@@ -581,7 +584,6 @@
581584
<!--
582585
Asciidoctor
583586
-->
584-
585587
<plugin>
586588
<groupId>org.asciidoctor</groupId>
587589
<artifactId>asciidoctor-maven-plugin</artifactId>
@@ -661,7 +663,6 @@
661663
</plugin>
662664

663665
<!-- Deploy to Artifactory -->
664-
665666
<plugin>
666667
<groupId>org.jfrog.buildinfo</groupId>
667668
<artifactId>artifactory-maven-plugin</artifactId>
@@ -700,18 +701,17 @@
700701
</execution>
701702
</executions>
702703
</plugin>
704+
703705
</plugins>
704706
</pluginManagement>
705707
</build>
706-
707708
</profile>
708709

709710
<profile>
710711

711712
<!--
712713
Profile to be activated when building the schema artifacts.
713714
-->
714-
715715
<id>distribute-schema</id>
716716

717717
<properties>
@@ -734,7 +734,6 @@
734734
</dependencies>
735735

736736
<build>
737-
738737
<plugins>
739738

740739
<!-- force-skip -->
@@ -758,7 +757,6 @@
758757
<!--
759758
Unpacks the content of spring-data-build-resources into the shared resources folder.
760759
-->
761-
762760
<plugin>
763761
<groupId>org.apache.maven.plugins</groupId>
764762
<artifactId>maven-dependency-plugin</artifactId>
@@ -785,7 +783,6 @@
785783
Depended on by the site.xml assembly descriptor.
786784
Conditional execution if schemas are present.
787785
-->
788-
789786
<plugin>
790787
<groupId>org.apache.maven.plugins</groupId>
791788
<artifactId>maven-antrun-plugin</artifactId>
@@ -864,7 +861,6 @@
864861
<plugins>
865862

866863
<!-- Deploy to Artifactory -->
867-
868864
<plugin>
869865
<groupId>org.jfrog.buildinfo</groupId>
870866
<artifactId>artifactory-maven-plugin</artifactId>
@@ -903,17 +899,20 @@
903899
</execution>
904900
</executions>
905901
</plugin>
902+
906903
</plugins>
907904
</pluginManagement>
908905
</build>
909906

910907
</profile>
911908

912909
<profile>
910+
913911
<id>spring6-next</id>
914912
<properties>
915913
<spring>6.2.11-SNAPSHOT</spring>
916914
</properties>
915+
917916
<repositories>
918917
<repository>
919918
<id>spring-snapshot</id>
@@ -926,7 +925,9 @@
926925
</profile>
927926

928927
<profile>
928+
929929
<id>jackson-next</id>
930+
930931
<properties>
931932
<jackson>2.15.2</jackson>
932933
</properties>
@@ -942,7 +943,9 @@
942943
</profile>
943944

944945
<profile>
946+
945947
<id>jmh</id>
948+
946949
<dependencies>
947950
<dependency>
948951
<groupId>com.github.mp911de.microbenchmark-runner</groupId>
@@ -951,6 +954,7 @@
951954
<scope>test</scope>
952955
</dependency>
953956
</dependencies>
957+
954958
<repositories>
955959
<repository>
956960
<id>jitpack.io</id>
@@ -1133,7 +1137,6 @@
11331137
-->
11341138

11351139
<pluginManagement>
1136-
11371140
<plugins>
11381141

11391142
<plugin>
@@ -1273,7 +1276,6 @@
12731276
</plugin>
12741277

12751278
</plugins>
1276-
12771279
</pluginManagement>
12781280

12791281
<plugins>
@@ -1297,6 +1299,7 @@
12971299
</args>
12981300
</configuration>
12991301
<executions>
1302+
13001303
<execution>
13011304
<id>compile</id>
13021305
<phase>compile</phase>
@@ -1310,6 +1313,7 @@
13101313
</sourceDirs>
13111314
</configuration>
13121315
</execution>
1316+
13131317
<execution>
13141318
<id>test-compile</id>
13151319
<phase>test-compile</phase>
@@ -1323,6 +1327,7 @@
13231327
</sourceDirs>
13241328
</configuration>
13251329
</execution>
1330+
13261331
<execution>
13271332
<id>jmh-compile</id>
13281333
<phase>test-compile</phase>
@@ -1336,6 +1341,7 @@
13361341
</sourceDirs>
13371342
</configuration>
13381343
</execution>
1344+
13391345
</executions>
13401346
</plugin>
13411347

@@ -1347,28 +1353,33 @@
13471353
<target>${source.level}</target>
13481354
</configuration>
13491355
<executions>
1356+
13501357
<execution>
13511358
<id>default-compile</id>
13521359
<phase>none</phase>
13531360
</execution>
1361+
13541362
<execution>
13551363
<id>default-testCompile</id>
13561364
<phase>none</phase>
13571365
</execution>
1366+
13581367
<execution>
13591368
<id>java-compile</id>
13601369
<phase>compile</phase>
13611370
<goals>
13621371
<goal>compile</goal>
13631372
</goals>
13641373
</execution>
1374+
13651375
<execution>
13661376
<id>java-test-compile</id>
13671377
<phase>test-compile</phase>
13681378
<goals>
13691379
<goal>testCompile</goal>
13701380
</goals>
13711381
</execution>
1382+
13721383
</executions>
13731384
</plugin>
13741385

@@ -1426,6 +1437,7 @@
14261437
<groupId>org.codehaus.mojo</groupId>
14271438
<artifactId>build-helper-maven-plugin</artifactId>
14281439
<executions>
1440+
14291441
<execution>
14301442
<id>add-jmh-source</id>
14311443
<phase>generate-test-sources</phase>
@@ -1438,6 +1450,7 @@
14381450
</sources>
14391451
</configuration>
14401452
</execution>
1453+
14411454
<execution>
14421455
<id>add-kotlin-source</id>
14431456
<phase>prepare-package</phase>
@@ -1450,6 +1463,7 @@
14501463
</sources>
14511464
</configuration>
14521465
</execution>
1466+
14531467
</executions>
14541468
</plugin>
14551469

0 commit comments

Comments
 (0)