https://gitlab.ow2.org/sat4j/sat4j.git
Raw File
Tip revision: bf44d05ede849d44c3ca6fc39b1d340f52500b96 authored by Daniel Le Berre on 14 December 2020, 17:12:27 UTC
release 2.3.6
Tip revision: bf44d05
settings.xml
<?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>
back to top