https://gitlab.ow2.org/sat4j/sat4j.git
Raw File
Tip revision: 6bac6d285eb29624d397122fbc73a34d9a72526c authored by Romain WALLON on 21 August 2020, 21:55:20 UTC
Fixes the lost conflict due to irrelevant literal removal.
Tip revision: 6bac6d2
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