Skip to content

Commit 3e86695

Browse files
committed
Polishing.
See #937
1 parent 5551498 commit 3e86695

File tree

1 file changed

+4
-64
lines changed

1 file changed

+4
-64
lines changed

pom.xml

Lines changed: 4 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -624,12 +624,6 @@
624624
</configuration>
625625
</plugin>
626626

627-
<plugin>
628-
<groupId>org.apache.maven.plugins</groupId>
629-
<artifactId>maven-release-plugin</artifactId>
630-
<version>3.1.1</version>
631-
</plugin>
632-
633627
<plugin>
634628
<groupId>org.apache.maven.plugins</groupId>
635629
<artifactId>maven-deploy-plugin</artifactId>
@@ -681,7 +675,7 @@
681675
<plugin>
682676
<groupId>org.sonatype.central</groupId>
683677
<artifactId>central-publishing-maven-plugin</artifactId>
684-
<version>0.7.0</version>
678+
<version>0.9.0</version>
685679
<extensions>true</extensions>
686680
</plugin>
687681

@@ -720,20 +714,11 @@
720714
<url>https://repo.spring.io/libs-snapshot-local</url>
721715
</repository>
722716
</distributionManagement>
723-
724717
</profile>
725718

726719
<profile>
727720

728-
<id>milestone</id>
729-
730-
<distributionManagement>
731-
<repository>
732-
<id>spring-libs-milestone</id>
733-
<name>Spring Milestone Repository</name>
734-
<url>https://repo.spring.io/libs-milestone-local</url>
735-
</repository>
736-
</distributionManagement>
721+
<id>release</id>
737722

738723
<build>
739724
<plugins>
@@ -751,23 +736,6 @@
751736
</executions>
752737
</plugin>
753738

754-
</plugins>
755-
</build>
756-
</profile>
757-
758-
<profile>
759-
<id>release</id>
760-
<build>
761-
<plugins>
762-
763-
<plugin>
764-
<groupId>org.apache.maven.plugins</groupId>
765-
<artifactId>maven-release-plugin</artifactId>
766-
<configuration>
767-
<pushChanges>false</pushChanges>
768-
</configuration>
769-
</plugin>
770-
771739
<plugin>
772740
<groupId>org.apache.maven.plugins</groupId>
773741
<artifactId>maven-surefire-plugin</artifactId>
@@ -817,9 +785,7 @@
817785
</profile>
818786

819787
<profile>
820-
821788
<!-- Profile to be run on the CI server, JARs JavaDocs -->
822-
823789
<id>ci</id>
824790

825791
<build>
@@ -837,20 +803,12 @@
837803
</execution>
838804
</executions>
839805
</plugin>
840-
841806
</plugins>
842807
</build>
843-
844808
</profile>
845809

846810
<profile>
847811

848-
<!--
849-
Profile to be activated when deploying to OSS Sonatype.
850-
851-
Generates Javadoc and PGP signatures.
852-
-->
853-
854812
<id>central</id>
855813

856814
<properties>
@@ -859,20 +817,6 @@
859817

860818
<build>
861819
<plugins>
862-
863-
<plugin>
864-
<groupId>org.apache.maven.plugins</groupId>
865-
<artifactId>maven-javadoc-plugin</artifactId>
866-
<executions>
867-
<execution>
868-
<goals>
869-
<goal>jar</goal>
870-
</goals>
871-
<phase>package</phase>
872-
</execution>
873-
</executions>
874-
</plugin>
875-
876820
<plugin>
877821
<groupId>org.apache.maven.plugins</groupId>
878822
<artifactId>maven-gpg-plugin</artifactId>
@@ -891,15 +835,13 @@
891835
<groupId>org.sonatype.central</groupId>
892836
<artifactId>central-publishing-maven-plugin</artifactId>
893837
<configuration>
838+
<autoPublish>true</autoPublish>
894839
<deploymentName>Spring Vault ${project.version}</deploymentName>
895840
<publishingServerId>central</publishingServerId>
896-
<autoPublish>true</autoPublish>
897841
</configuration>
898842
</plugin>
899-
900843
</plugins>
901844
</build>
902-
903845
</profile>
904846

905847
<profile>
@@ -919,7 +861,6 @@
919861

920862
<build>
921863
<plugins>
922-
923864
<plugin>
924865
<groupId>org.apache.maven.plugins</groupId>
925866
<artifactId>maven-javadoc-plugin</artifactId>
@@ -933,7 +874,6 @@
933874
</execution>
934875
</executions>
935876
</plugin>
936-
937877
</plugins>
938878
</build>
939879
</profile>
@@ -943,7 +883,6 @@
943883
<id>artifactory</id>
944884

945885
<build>
946-
947886
<pluginManagement>
948887
<plugins>
949888

@@ -997,6 +936,7 @@
997936
</plugins>
998937
</build>
999938
</profile>
939+
1000940
<profile>
1001941

1002942
<id>antora</id>

0 commit comments

Comments
 (0)