forked from xerial/sqlite-jdbc
-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy pathsettings.xml
More file actions
23 lines (22 loc) · 671 Bytes
/
Copy pathsettings.xml
File metadata and controls
23 lines (22 loc) · 671 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<settings>
<servers>
<server>
<id>central</id>
<username>${env.SONATYPE_USERNAME}</username>
<password>${env.SONATYPE_PASSWORD}</password>
</server>
</servers>
<profiles>
<profile>
<id>ossrh</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<gpg.keyname>Guillaume Villena</gpg.keyname>
<gpg.executable>gpg</gpg.executable>
<gpg.passphrase>${env.GPG_PASSPHRASE}</gpg.passphrase>
</properties>
</profile>
</profiles>
</settings>