Skip to content

Commit da427e9

Browse files
committed
update maven settings.xml for central publishing deployment
(auto-submit 116905 after successfully running remote remote.full) Job ID: job.9.20250618155847.5484 [git-p4: depot-paths = "//dev/coherence-ce/release/coherence-ce-v14.1.1.0/": change = 116909]
1 parent dd80740 commit da427e9

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/maven/settings.xml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
1-
<settings>
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
Copyright (c) 2000, 2025, Oracle and/or its affiliates.
4+
5+
Licensed under the Universal Permissive License v 1.0 as shown at
6+
https://oss.oracle.com/licenses/upl.
7+
-->
28

9+
<settings>
310
<servers>
11+
<server>
12+
<id>central</id>
13+
<username>${env.MAVEN_USER}</username>
14+
<password>${env.MAVEN_PASSWORD}</password>
15+
</server>
416
<server>
517
<id>ossrh</id>
618
<username>${env.MAVEN_USER}</username>

0 commit comments

Comments
 (0)