aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorWonderCsabo <kozakcsabi@gmail.com>2015-09-12 19:28:45 +0200
committerRoman Ivanov <ivanov-jr@mail.ru>2015-10-10 18:42:55 -0700
commit885d998eeb01d71db0c4080b36ad0cb0949e4839 (patch)
tree7b29aa4e35532f1586b5a9032af6b9f0b1e096af /config
parent14c24f323533feab992719772e91a7bd26cf6d68 (diff)
downloadcheckstyle-885d998eeb01d71db0c4080b36ad0cb0949e4839.tar.gz
Deploy snapshots versions in CI
Diffstat (limited to 'config')
-rw-r--r--config/deploy-settings.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/config/deploy-settings.xml b/config/deploy-settings.xml
new file mode 100644
index 000000000..9a73bbfd7
--- /dev/null
+++ b/config/deploy-settings.xml
@@ -0,0 +1,9 @@
+<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>sonatype-nexus-snapshots</id>
+ <username>${env.CI_DEPLOY_USERNAME}</username>
+ <password>${env.CI_DEPLOY_PASSWORD}</password>
+ </server>
+ </servers>
+</settings> \ No newline at end of file