File tree Expand file tree Collapse file tree 2 files changed +17
-25
lines changed
Expand file tree Collapse file tree 2 files changed +17
-25
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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>
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 >
You can’t perform that action at this time.
0 commit comments