https://gitlab.ow2.org/sat4j/sat4j.git
Raw File
Tip revision: 0f34a5c0c53beb64e41116afde55fd0d042e7dde authored by Romain Wallon on 02 July 2020, 20:26:09 UTC
Another fix for Java 8
Tip revision: 0f34a5c
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