We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f519f32 + 23e0805 commit 947f20fCopy full SHA for 947f20f
1 file changed
build/.travis.settings.xml
@@ -0,0 +1,11 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
4
+ <servers>
5
+ <server>
6
+ <id>ossrh</id>
7
+ <username>${env.OSSRH_USERNAME}</username>
8
+ <password>${env.OSSRH_PASSWORD}</password>
9
+ </server>
10
+ </servers>
11
+</settings>
0 commit comments