Skip to content

Commit 8fa7524

Browse files
committed
COH-32497: Update plugin configuration in POMs for sonatype central publishing
(auto-submit 116921 after successfully running remote remote.full) Job ID: job.9.20250618200438.1146 [git-p4: depot-paths = "//dev/coherence-ce/release/coherence-ce-v14.1.2.0/": change = 116928]
1 parent 7d88536 commit 8fa7524

File tree

3 files changed

+2
-54
lines changed

3 files changed

+2
-54
lines changed

prj/coherence-bom/pom.xml

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@
3535
<snapshotRepository>
3636
<id>ossrh</id>
3737
<name>Coherence Snapshot Repository</name>
38-
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
38+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
3939
</snapshotRepository>
4040
<repository>
4141
<id>ossrh</id>
4242
<name>Coherence Release Repository</name>
43-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
43+
<url>https://central.sonatype.com/</url>
4444
</repository>
4545
</distributionManagement>
4646

@@ -334,20 +334,6 @@
334334
</execution>
335335
</executions>
336336
</plugin>
337-
338-
<plugin>
339-
<groupId>org.sonatype.plugins</groupId>
340-
<artifactId>nexus-staging-maven-plugin</artifactId>
341-
<version>${nexus.staging.maven.plugin.version}</version>
342-
<extensions>true</extensions>
343-
<configuration>
344-
<serverId>ossrh</serverId>
345-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
346-
<autoReleaseAfterClose>false</autoReleaseAfterClose>
347-
<skipNexusStagingDeployMojo>${maven.deploy.skip}</skipNexusStagingDeployMojo>
348-
<skipLocalStaging>true</skipLocalStaging>
349-
</configuration>
350-
</plugin>
351337
</plugins>
352338
</build>
353339
</profile>

prj/coherence-dependencies/pom.xml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,6 @@
3737
<url>https://github.com/oracle/coherence</url>
3838
</scm>
3939

40-
<distributionManagement>
41-
<snapshotRepository>
42-
<id>ossrh</id>
43-
<name>Coherence Snapshot Repository</name>
44-
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
45-
</snapshotRepository>
46-
<repository>
47-
<id>ossrh</id>
48-
<name>Coherence Release Repository</name>
49-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
50-
</repository>
51-
</distributionManagement>
52-
5340
<properties>
5441
<!-- this module should not be published -->
5542
<maven.deploy.skip>true</maven.deploy.skip>
@@ -1409,18 +1396,6 @@
14091396
</configuration>
14101397
</plugin>
14111398

1412-
<!-- nexus-staging-maven-plugin -->
1413-
<plugin>
1414-
<groupId>org.sonatype.plugins</groupId>
1415-
<artifactId>nexus-staging-maven-plugin</artifactId>
1416-
<version>${nexus.staging.maven.plugin.version}</version>
1417-
<extensions>true</extensions>
1418-
<configuration>
1419-
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
1420-
<skipLocalStaging>true</skipLocalStaging>
1421-
</configuration>
1422-
</plugin>
1423-
14241399
<!-- maven JIB plugin for building OCI images -->
14251400
<plugin>
14261401
<groupId>com.google.cloud.tools</groupId>

prj/pom.xml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -40,19 +40,6 @@
4040
<url>https://github.com/oracle/coherence</url>
4141
</scm>
4242

43-
<distributionManagement>
44-
<snapshotRepository>
45-
<id>ossrh</id>
46-
<name>Coherence Snapshot Repository</name>
47-
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
48-
</snapshotRepository>
49-
<repository>
50-
<id>ossrh</id>
51-
<name>Coherence Release Repository</name>
52-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
53-
</repository>
54-
</distributionManagement>
55-
5643
<modules>
5744
<!--
5845
!!! MODULES MUST NEVER BE DEFINED HERE !!!

0 commit comments

Comments
 (0)