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 453e243 commit 69e99f1Copy full SHA for 69e99f1
build/settings.xml
@@ -0,0 +1,18 @@
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
4
+ https://maven.apache.org/xsd/settings-1.0.0.xsd"
5
+>
6
+ <servers>
7
+ <server>
8
+ <id>javawebstack-snapshots</id>
9
+ <username>${env.DEPLOYMENT_USERNAME}</username>
10
+ <password>${env.DEPLOYMENT_PASSWORD}</password>
11
+ </server>
12
13
+ <id>javawebstack-releases</id>
14
15
16
17
+ </servers>
18
+</settings>
0 commit comments