File: settings.xml

package info (click to toggle)
sat4j 2.3.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 98,748 kB
  • sloc: java: 67,639; xml: 1,997; makefile: 36; sh: 35; ruby: 33
file content (10 lines) | stat: -rw-r--r-- 424 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0"?>
<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>ow2.snapshot</id>
      <username>${env.NEXUS_LOGIN}</username>
      <password>${env.NEXUS_PWD}</password>
    </server>
  </servers>
</settings>