forked from x-stream/xstream
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings-template.xml
32 lines (30 loc) · 925 Bytes
/
settings-template.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) 2006, 2007, 2010, 2015, 2016 XStream committers.
All rights reserved.
The software in this package is published under the terms of the BSD
style license a copy of which has been included with this distribution in
the LICENSE.txt file.
Created on 30. July 2006 by Mauro Talevi
-->
<settings>
<servers>
<server>
<id>ossrh-snapshots</id>
<username>your-sonatype.org-id</username>
<password>your-sonatype.org-pwd</password>
</server>
<server>
<id>ossrh-staging</id>
<username>your-sonatype.org-id</username>
<password>your-sonatype.org-pwd</password>
</server>
<server>
<id>${gpg.keyname}</id>
<password>your-gpg-key-pwd</password>
</server>
</servers>
<properties>
<gpg.keyname>your-gpg-keyname</gpg.keyname>
</properties>
</settings>