Skip to content

Commit 8cfe932

Browse files
committed
Polishing.
See #937
1 parent 8cb71e3 commit 8cfe932

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
@@ -662,12 +662,6 @@
662662
</configuration>
663663
</plugin>
664664

665-
<plugin>
666-
<groupId>org.apache.maven.plugins</groupId>
667-
<artifactId>maven-release-plugin</artifactId>
668-
<version>3.1.1</version>
669-
</plugin>
670-
671665
<plugin>
672666
<groupId>org.apache.maven.plugins</groupId>
673667
<artifactId>maven-deploy-plugin</artifactId>
@@ -719,7 +713,7 @@
719713
<plugin>
720714
<groupId>org.sonatype.central</groupId>
721715
<artifactId>central-publishing-maven-plugin</artifactId>
722-
<version>0.7.0</version>
716+
<version>0.9.0</version>
723717
<extensions>true</extensions>
724718
</plugin>
725719

@@ -758,20 +752,11 @@
758752
<url>https://repo.spring.io/libs-snapshot-local</url>
759753
</repository>
760754
</distributionManagement>
761-
762755
</profile>
763756

764757
<profile>
765758

766-
<id>milestone</id>
767-
768-
<distributionManagement>
769-
<repository>
770-
<id>spring-libs-milestone</id>
771-
<name>Spring Milestone Repository</name>
772-
<url>https://repo.spring.io/libs-milestone-local</url>
773-
</repository>
774-
</distributionManagement>
759+
<id>release</id>
775760

776761
<build>
777762
<plugins>
@@ -789,23 +774,6 @@
789774
</executions>
790775
</plugin>
791776

792-
</plugins>
793-
</build>
794-
</profile>
795-
796-
<profile>
797-
<id>release</id>
798-
<build>
799-
<plugins>
800-
801-
<plugin>
802-
<groupId>org.apache.maven.plugins</groupId>
803-
<artifactId>maven-release-plugin</artifactId>
804-
<configuration>
805-
<pushChanges>false</pushChanges>
806-
</configuration>
807-
</plugin>
808-
809777
<plugin>
810778
<groupId>org.apache.maven.plugins</groupId>
811779
<artifactId>maven-surefire-plugin</artifactId>
@@ -856,9 +824,7 @@
856824
</profile>
857825

858826
<profile>
859-
860827
<!-- Profile to be run on the CI server, JARs JavaDocs -->
861-
862828
<id>ci</id>
863829

864830
<build>
@@ -876,20 +842,12 @@
876842
</execution>
877843
</executions>
878844
</plugin>
879-
880845
</plugins>
881846
</build>
882-
883847
</profile>
884848

885849
<profile>
886850

887-
<!--
888-
Profile to be activated when deploying to OSS Sonatype.
889-
890-
Generates Javadoc and PGP signatures.
891-
-->
892-
893851
<id>central</id>
894852

895853
<properties>
@@ -898,20 +856,6 @@
898856

899857
<build>
900858
<plugins>
901-
902-
<plugin>
903-
<groupId>org.apache.maven.plugins</groupId>
904-
<artifactId>maven-javadoc-plugin</artifactId>
905-
<executions>
906-
<execution>
907-
<goals>
908-
<goal>jar</goal>
909-
</goals>
910-
<phase>package</phase>
911-
</execution>
912-
</executions>
913-
</plugin>
914-
915859
<plugin>
916860
<groupId>org.apache.maven.plugins</groupId>
917861
<artifactId>maven-gpg-plugin</artifactId>
@@ -930,15 +874,13 @@
930874
<groupId>org.sonatype.central</groupId>
931875
<artifactId>central-publishing-maven-plugin</artifactId>
932876
<configuration>
877+
<autoPublish>true</autoPublish>
933878
<deploymentName>Spring Vault ${project.version}</deploymentName>
934879
<publishingServerId>central</publishingServerId>
935-
<autoPublish>true</autoPublish>
936880
</configuration>
937881
</plugin>
938-
939882
</plugins>
940883
</build>
941-
942884
</profile>
943885

944886
<profile>
@@ -958,7 +900,6 @@
958900

959901
<build>
960902
<plugins>
961-
962903
<plugin>
963904
<groupId>org.apache.maven.plugins</groupId>
964905
<artifactId>maven-javadoc-plugin</artifactId>
@@ -972,7 +913,6 @@
972913
</execution>
973914
</executions>
974915
</plugin>
975-
976916
</plugins>
977917
</build>
978918
</profile>
@@ -982,7 +922,6 @@
982922
<id>artifactory</id>
983923

984924
<build>
985-
986925
<pluginManagement>
987926
<plugins>
988927

@@ -1036,6 +975,7 @@
1036975
</plugins>
1037976
</build>
1038977
</profile>
978+
1039979
<profile>
1040980

1041981
<id>antora</id>

0 commit comments

Comments
 (0)