Skip to content

Commit 64b6b31

Browse files
committed
Updated maven central deploy plugin
1 parent 6edccfe commit 64b6b31

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

pom.xml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<mvn.maven.surefire.plugin>3.5.4</mvn.maven.surefire.plugin>
4848
<mvn.sonar.maven.plugin>5.2.0.4988</mvn.sonar.maven.plugin>
4949
<mvn.versions.maven.plugin>2.19.0</mvn.versions.maven.plugin>
50-
<mvn.centralpublishing.plugin.version>0.8.0</mvn.centralpublishing.plugin.version>
50+
<mvn.centralpublishing.plugin.version>0.9.0</mvn.centralpublishing.plugin.version>
5151

5252
<!-- Code analysis -->
5353
<check.skip-javadoc>false</check.skip-javadoc>
@@ -64,8 +64,6 @@
6464
<parentDir>${maven.multiModuleProjectDirectory}</parentDir>
6565
<project.build.outputTimestamp>2025-03-14T09:18:08Z</project.build.outputTimestamp>
6666
<dateFormatTimeZone>UTC</dateFormatTimeZone>
67-
68-
<skipDeployment>false</skipDeployment>
6967
</properties>
7068

7169
<modules>
@@ -86,9 +84,6 @@
8684
<plugin>
8785
<groupId>org.apache.maven.plugins</groupId>
8886
<artifactId>maven-deploy-plugin</artifactId>
89-
<configuration>
90-
<skip>${skipDeployment}</skip>
91-
</configuration>
9287
</plugin>
9388

9489
<plugin>
@@ -133,9 +128,6 @@
133128
<plugin>
134129
<groupId>org.sonatype.central</groupId>
135130
<artifactId>central-publishing-maven-plugin</artifactId>
136-
<configuration>
137-
<skipPublishing>${skipDeployment}</skipPublishing>
138-
</configuration>
139131
</plugin>
140132

141133
</plugins>
@@ -285,7 +277,6 @@
285277
<version>${mvn.centralpublishing.plugin.version}</version>
286278
<extensions>true</extensions>
287279
<configuration>
288-
<skipPublishing>false</skipPublishing>
289280
<publishingServerId>central</publishingServerId>
290281
<autoPublish>true</autoPublish>
291282
<waitUntil>validated</waitUntil>

0 commit comments

Comments
 (0)