Files
autosqeal/settings.xml
Beatrice Dellacà 4f4fd21be1
Some checks failed
continuous-integration/drone/push Build was killed
fix drone deploy
2025-03-08 23:45:48 +01:00

21 lines
697 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<settings xmlns="http://maven.apache.org/SETTINGS/1.1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.1.0 http://maven.apache.org/xsd/settings-1.1.0.xsd">
<servers>
<server>
<id>nexus-snapshots</id>
<username>${maven.deploy.username}</username>
<password>${maven.deploy.password}</password>
</server>
<server>
<id>nexus-releases</id>
<username>${maven.deploy.username}</username>
<password>${maven.deploy.password}</password>
</server>
</servers>
</settings>