File: maven-settings.xml

package info (click to toggle)
libjoda-time-java 2.14.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 8,356 kB
  • sloc: java: 88,384; xml: 8,101; makefile: 5
file content (16 lines) | stat: -rw-r--r-- 567 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
                          https://maven.apache.org/xsd/settings-1.0.0.xsd">
  <servers>
    <server>
      <id>central-publish</id>
      <username>${env.MAVEN_CENTRAL_USERNAME}</username>
      <password>${env.MAVEN_CENTRAL_PASSWORD}</password>
    </server>
    <server>
      <id>github</id>
      <privateKey>${env.GITHUB_TOKEN}</privateKey>
    </server>
  </servers>
</settings>