Skip to content

Commit 4c45c01

Browse files
committed
COH-32497: Update plugin configuration in POMs for sonatype central publishing (14.1.2.0 cl 116928 --> 15.1.1.0)
[git-p4: depot-paths = "//dev/coherence-ce/release/coherence-ce-v15.1.1.0/": change = 118764]
1 parent 92431cf commit 4c45c01

File tree

2 files changed

+17
-25
lines changed

2 files changed

+17
-25
lines changed

prj/coherence-bom/pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -388,18 +388,6 @@
388388
</execution>
389389
</executions>
390390
</plugin>
391-
392-
<plugin>
393-
<groupId>org.sonatype.central</groupId>
394-
<artifactId>central-publishing-maven-plugin</artifactId>
395-
<version>${maven.central.publishing.plugin.version}</version>
396-
<extensions>true</extensions>
397-
<configuration>
398-
<publishingServerId>central</publishingServerId>
399-
<autoPublish>true</autoPublish>
400-
<waitUntil>published</waitUntil>
401-
</configuration>
402-
</plugin>
403391
</plugins>
404392
</build>
405393
</profile>

prj/coherence-dependencies/pom.xml

Lines changed: 17 additions & 13 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>central</id>
43-
<name>Coherence Snapshot Repository</name>
44-
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
45-
</snapshotRepository>
46-
<repository>
47-
<id>central</id>
48-
<name>Coherence Release Repository</name>
49-
<url>https://central.sonatype.com/</url>
50-
</repository>
51-
</distributionManagement>
52-
5340
<properties>
5441
<!-- this module should not be published -->
5542
<maven.deploy.skip>true</maven.deploy.skip>
@@ -1377,6 +1364,23 @@
13771364
</executions>
13781365
</plugin>
13791366

1367+
<!-- maven-gpg-plugin -->
1368+
<plugin>
1369+
<groupId>org.apache.maven.plugins</groupId>
1370+
<artifactId>maven-gpg-plugin</artifactId>
1371+
<version>${maven.gpg.plugin.version}</version>
1372+
<configuration>
1373+
<skip>true</skip>
1374+
<!-- Not supported in gpg 2.0.22 but may be useful in osx for
1375+
non-interactive mode
1376+
<gpgArguments>
1377+
<arg>\-\-pinentry-mode</arg>
1378+
<arg>loopback</arg>
1379+
</gpgArguments>
1380+
-->
1381+
</configuration>
1382+
</plugin>
1383+
13801384
<!-- maven JIB plugin for building OCI images -->
13811385
<plugin>
13821386
<groupId>com.google.cloud.tools</groupId>

0 commit comments

Comments
 (0)