Skip to content

Commit e01c2cc

Browse files
author
robin
committed
Add settings.xml
1 parent 1de7ca3 commit e01c2cc

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

settings.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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+
<servers>
6+
<server>
7+
<id>pmeaseRepo</id>
8+
<username>build</username>
9+
<password>${maven.deploy.password}</password>
10+
</server>
11+
</servers>
12+
</settings>

0 commit comments

Comments
 (0)