-
Notifications
You must be signed in to change notification settings - Fork 11
/
gradle.properties
executable file
·74 lines (59 loc) · 2.3 KB
/
gradle.properties
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# Important notes:
# 1. properties having dots "." in their name cannot be accessed
# from build.gradle using plain Groovy accessor as they are
# (i.e. the.prop.name). They must be accessed via getProperty("the.prop.name")
# 2.
version=3.0.10
group=fr.univ-nantes.termsuite
groupNoDash=fr.univnantes.termsuite
name=termsuite-core
########################
# Credentials and other personal info
#
# (must be overwritten in gradle-local.properties)
#
ossrh.username=myOssrhUsername
ossrh.password=myOssrhPassword
developer.id=myDeveloperId
developer.name=myDeveloperName
developer.email=myDeveloperEmail
signing.keyId=mySigningKeyId
signing.password=mySigningKeyPassword
signing.secretKeyRingFile=mySigningSecretKeyRingFile
#
description=A Java UIMA-based toolbox for multilingual and efficient terminology extraction an multilingual term alignment
organization=LINA CNRS UMR 6241 - Université de Nantes
name=TermSuite
url=https://github.com/termsuite/termsuite-core
license=Apache-2.0
licenseUrl=http://www.apache.org/licenses/LICENSE-2.0.txt
# SCM
[email protected]:termsuite/termsuite-core.git
# Deploy repository
oss.repository.release=https://oss.sonatype.org/service/local/staging/deploy/maven2/
oss.repository.snapshot=https://oss.sonatype.org/content/repositories/snapshots/
################################
# OSGi bundle deployment
################################
# Eclipse tooling for bundle generation
# (must be overwritten in gradle-local.properties)
user.eclipse.home=/path/to/eclipse/home
# Bundle metadata
osgi.plugin.symbolicName=fr.univnantes.termsuite.core
termsuite.osgi.feature.id=fr.univnantes.termsuite.core.feature
termsuite.osgi.feature.name=TermSuite Core Feature
osgi.bundleName=TermSuite Core
termsuite.osgi.featureName=TermSuite Core
termsuite.thirdparty.osgi.feature.id=fr.univnantes.termsuite.thirdparty.feature
termsuite.thirdparty.osgi.feature.name=TermSuite 3rd-party Dependencies
#osgi.addQualifier=true
# Bintray Credentials
# (must be overwritten in gradle-local.properties)
bintrayUser=yourusername
bintrayApiKey=yourapikey
# Bintray P2 repo
termsuite.p2repo.name=termsuite-ui
termsuite.p2repo.pkgname=update-site
termsuite.p2repo.description=OSGi bundle wrapper for termsuite-core
termsuite.p2repo.tags=NLP,Terminology Extraction,Term Alignment
termsuite.bintray.org=termsuite