-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsettings.xml.example
More file actions
28 lines (24 loc) · 1.05 KB
/
Copy pathsettings.xml.example
File metadata and controls
28 lines (24 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="UTF-8"?>
<!--
Optional Maven user settings for maintainers (GPG signing, Sonatype Central Portal).
Copy relevant sections into your Maven user settings file (~/.m2/settings.xml), or copy
to settings.xml at the repository root and set MVN_SETTINGS for build scripts.
Do not commit a populated settings.xml.
Server id "central" must match distributionManagement in pom.xml.
Generate a user token at https://central.sonatype.com/
See MAINTAINERS.md (Release) and SECURITY.md.
Copyright 2021-2026 ADHA. SPDX-License-Identifier: Apache-2.0.
-->
<settings xmlns="http://maven.apache.org/SETTINGS/1.2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.2.0 https://maven.apache.org/xsd/settings-1.2.0.xsd">
<!--
<servers>
<server>
<id>central</id>
<username>YOUR_SONATYPE_TOKEN_USERNAME</username>
<password>YOUR_SONATYPE_TOKEN_PASSWORD</password>
</server>
</servers>
-->
</settings>