forked from Orange-OpenSource/fiware-ngsi-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.xml
31 lines (27 loc) · 934 Bytes
/
settings.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
<!--
Copyright (C) 2015 Orange
This software is distributed under the terms and conditions of the 'GNU GENERAL PUBLIC LICENSE
Version 2' license which can be found in the file 'LICENSE.txt' in this package distribution or
at 'http://www.gnu.org/licenses/gpl-2.0-standalone.html'.
-->
<settings>
<servers>
<server>
<id>ossrh</id>
<username>${env.SONATYPE_USER}</username>
<password>${env.SONATYPE_PASSWORD}</password>
</server>
</servers>
<profiles>
<profile>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<gpg.executable>gpg</gpg.executable>
<gpg.passphrase>${env.GPG_PASSPHRASE}</gpg.passphrase>
<gpg.keyname>${env.GPG_KEYNAME}</gpg.keyname>
</properties>
</profile>
</profiles>
</settings>