We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7d7b0b commit ee4d770Copy full SHA for ee4d770
.mvn/settings.xml
@@ -0,0 +1,11 @@
1
+<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
2
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 https://maven.apache.org/xsd/settings-1.0.0.xsd">
4
+ <servers>
5
+ <server>
6
+ <id>github</id>
7
+ <username>${env.SPRING_COMMANDER_USERNAME}</username>
8
+ <password>${env.SPRING_COMMANDER_TOKEN}</password>
9
+ </server>
10
+ </servers>
11
+</settings>
0 commit comments