aboutsummaryrefslogtreecommitdiff
path: root/settings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'settings.xml')
-rw-r--r--settings.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/settings.xml b/settings.xml
new file mode 100644
index 0000000..6d09214
--- /dev/null
+++ b/settings.xml
@@ -0,0 +1,15 @@
+<settings>
+ <proxies>
+ </proxies>
+ <servers>
+ <server>
+ <id>sonatype-nexus-staging</id>
+ <username>${env.CI_DEPLOY_USERNAME}</username>
+ <password>${env.CI_DEPLOY_PASSWORD}</password>
+ </server>
+ </servers>
+ <mirrors>
+ </mirrors>
+ <profiles>
+ </profiles>
+</settings> \ No newline at end of file