fix drone deploy
Some checks failed
continuous-integration/drone/push Build was killed

This commit is contained in:
2025-03-08 23:45:48 +01:00
parent f1c846af37
commit 4f4fd21be1

20
settings.xml Normal file
View File

@@ -0,0 +1,20 @@
<?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>