Skip to content

Commit b3b18fe

Browse files
committed
Polishing.
1 parent 85deae7 commit b3b18fe

File tree

1 file changed

+18
-17
lines changed

1 file changed

+18
-17
lines changed

pom.xml

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@
270270
<release>8</release>
271271
</configuration>
272272
</plugin>
273+
273274
<plugin>
274275
<groupId>org.apache.maven.plugins</groupId>
275276
<artifactId>maven-jar-plugin</artifactId>
@@ -287,11 +288,13 @@
287288
</archive>
288289
</configuration>
289290
</plugin>
291+
290292
<plugin>
291293
<groupId>org.apache.maven.plugins</groupId>
292294
<artifactId>maven-deploy-plugin</artifactId>
293295
<version>3.1.1</version>
294296
</plugin>
297+
295298
<plugin>
296299
<groupId>org.apache.maven.plugins</groupId>
297300
<artifactId>maven-enforcer-plugin</artifactId>
@@ -313,6 +316,7 @@
313316
</execution>
314317
</executions>
315318
</plugin>
319+
316320
<plugin>
317321
<groupId>org.apache.maven.plugins</groupId>
318322
<artifactId>maven-javadoc-plugin</artifactId>
@@ -338,6 +342,7 @@
338342
</execution>
339343
</executions>
340344
</plugin>
345+
341346
<plugin>
342347
<groupId>org.apache.maven.plugins</groupId>
343348
<artifactId>maven-source-plugin</artifactId>
@@ -351,6 +356,7 @@
351356
</execution>
352357
</executions>
353358
</plugin>
359+
354360
<plugin>
355361
<groupId>org.apache.maven.plugins</groupId>
356362
<artifactId>maven-surefire-plugin</artifactId>
@@ -368,6 +374,7 @@
368374
</systemPropertyVariables>
369375
</configuration>
370376
</plugin>
377+
371378
<plugin>
372379
<groupId>org.apache.maven.plugins</groupId>
373380
<artifactId>maven-failsafe-plugin</artifactId>
@@ -391,6 +398,7 @@
391398
</systemPropertyVariables>
392399
</configuration>
393400
</plugin>
401+
394402
<plugin>
395403
<groupId>org.codehaus.mojo</groupId>
396404
<artifactId>flatten-maven-plugin</artifactId>
@@ -422,18 +430,20 @@
422430
</execution>
423431
</executions>
424432
</plugin>
433+
425434
<plugin>
426435
<groupId>org.sonatype.central</groupId>
427436
<artifactId>central-publishing-maven-plugin</artifactId>
428437
<version>0.8.0</version>
429438
<extensions>true</extensions>
430439
<configuration>
431-
<publishingServerId>central</publishingServerId>
432440
<autoPublish>true</autoPublish>
433441
<deploymentName>R2DBC Postgresql ${project.version}</deploymentName>
442+
<publishingServerId>central</publishingServerId>
434443
</configuration>
435444
</plugin>
436445
</plugins>
446+
437447
<resources>
438448
<resource>
439449
<directory>${project.basedir}</directory>
@@ -454,6 +464,7 @@
454464

455465
<profile>
456466
<id>jmh</id>
467+
457468
<dependencies>
458469
<dependency>
459470
<groupId>com.github.mp911de.microbenchmark-runner</groupId>
@@ -474,6 +485,7 @@
474485
<scope>test</scope>
475486
</dependency>
476487
</dependencies>
488+
477489
<build>
478490
<plugins>
479491
<plugin>
@@ -495,6 +507,7 @@
495507
</execution>
496508
</executions>
497509
</plugin>
510+
498511
<plugin>
499512
<groupId>org.apache.maven.plugins</groupId>
500513
<artifactId>maven-surefire-plugin</artifactId>
@@ -510,6 +523,7 @@
510523
<skip>true</skip>
511524
</configuration>
512525
</plugin>
526+
513527
<plugin>
514528
<groupId>org.codehaus.mojo</groupId>
515529
<artifactId>exec-maven-plugin</artifactId>
@@ -536,6 +550,7 @@
536550
</plugin>
537551
</plugins>
538552
</build>
553+
539554
<repositories>
540555
<repository>
541556
<id>jitpack.io</id>
@@ -546,6 +561,7 @@
546561

547562
<profile>
548563
<id>snapshot</id>
564+
549565
<build>
550566
<plugins>
551567
<plugin>
@@ -558,12 +574,11 @@
558574

559575
<profile>
560576
<id>central</id>
577+
561578
<build>
562579
<pluginManagement>
563580
<plugins>
564-
565581
<!-- Sign JARs -->
566-
567582
<plugin>
568583
<groupId>org.apache.maven.plugins</groupId>
569584
<artifactId>maven-gpg-plugin</artifactId>
@@ -584,13 +599,10 @@
584599
</execution>
585600
</executions>
586601
</plugin>
587-
588602
</plugins>
589-
590603
</pluginManagement>
591604

592605
<plugins>
593-
594606
<plugin>
595607
<groupId>org.apache.maven.plugins</groupId>
596608
<artifactId>maven-gpg-plugin</artifactId>
@@ -600,20 +612,9 @@
600612
<groupId>org.sonatype.central</groupId>
601613
<artifactId>central-publishing-maven-plugin</artifactId>
602614
</plugin>
603-
604615
</plugins>
605-
606616
</build>
607-
608-
<distributionManagement>
609-
<repository>
610-
<id>sonatype</id>
611-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
612-
</repository>
613-
</distributionManagement>
614-
615617
</profile>
616-
617618
</profiles>
618619

619620
</project>

0 commit comments

Comments
 (0)