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 7d29975 commit 990b2fcCopy full SHA for 990b2fc
.github.settings.xml
@@ -0,0 +1,14 @@
1
+<settings>
2
+ <servers>
3
+ <server>
4
+ <id>nexus-snapshots</id>
5
+ <username>${env.MAVEN_REPO_USERNAME}</username>
6
+ <password>${env.MAVEN_REPO_PASSWORD}</password>
7
+ </server>
8
9
+ <id>nexus-releases</id>
10
11
12
13
+ </servers>
14
+</settings>
0 commit comments