forked from omegat-org/omegat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
local.properties.example
53 lines (47 loc) · 1.48 KB
/
local.properties.example
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
## Windows code signing
winCodesignFile=
winCodesignPassword=
winCodesignTimestampUrl=
## Mac code signing
macCodesignIdentity=
## Mac notarization
macNotarizationUsername=
## Java Web Start code signing
# Base URL for all Web Start files
jwsCodebase=
# Setup key information for signing jar
# - keystore: keystore file
# - storetype: the type of keystore; specify 'pkcs12' if not default ('jks')
# - alias: alias of private key in keystore file
# - storepass: password for access to keystore
# - keypass: password for private key (comment out when equal to storepass)
#
# You can create a key for testing by command:
# keytool -genkey -alias <alias> -keystore <keystore>
# e.g.,
# keytool -genkey -alias webstart -keystore OmegaT.keystore
#jwsKeystore=
#jwsStoretype=
#jwsAlias=
#jwsStorepass=
#jwsKeypass=
# URL for timestamp. See: https://ant.apache.org/manual/Tasks/signjar.html
#jwsTsaurl=
## Sonatype OSSRH publishing (synced to Maven Central)
ossrhUser=
ossrhKey=
## Signing for Maven Central
#
# Option 1: Supply key ID and password directly in this file
# Option 2: Leave signing.* properties blank to use the system gpg2 command; see
# https://docs.gradle.org/current/userguide/signing_plugin.html#sec:sec:gnupg_signatory_configuration
#
# Last 8 characters of full key ID
signing.keyId=
signing.password=
# Exported as e.g. `gpg --export-secret-keys > secring.gpg`
signing.secretKeyRingFile=
## SourceForge web
sourceforgeWebUser=
# Not required when using SSH auth
sourceforgeWebPassword=