mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-01-11 00:12:04 -06:00
added deploy.xml
This commit is contained in:
parent
5926ec1ffa
commit
ca93d7cc60
14
deploy.xml
Normal file
14
deploy.xml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<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 http://maven.apache.org/xsd/settings-1.0.0.xsd">
|
||||||
|
|
||||||
|
<servers>
|
||||||
|
<server>
|
||||||
|
<id>${env.secrets.ossrh_server}</id>
|
||||||
|
<username>${env.secrets.ossrh.nexus_username}</username>
|
||||||
|
<password>${env.secrets.ossrh_server}</password>
|
||||||
|
</server>
|
||||||
|
</servers>
|
||||||
|
|
||||||
|
</settings>
|
Loading…
Reference in New Issue
Block a user