-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.properties
99 lines (93 loc) · 3.28 KB
/
build.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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
# current version (deprecated!)
tsl2.nano.h5.version=2.5.5
application.source=https://sourceforge.net/projects/tsl2nano/files/latest/download
##############
# java/compiler settings
##############
maven.compiler.source=17
maven.compiler.target=17
#maven.compiler.debug=true
version.compiler.plugin=3.13.0
useIncrementalCompilation=true
project.build.sourceEncoding=UTF-8
file.encoding=UTF-8
user.country=DE
user.region=DE
user.language=de
tsl2.argline.options="-Duser.language=${user.language} -Duser.region=${user.region}"
# we have a problem on tools.jar if java.home points to JRE
java.home=~/graalvm-ce-java11-22.2.0
##############
# unit testing
##############
fail-at-end=true
#skipTests=true
#maven.test.skip=true
# parallel testing may result in more temp. problems
#threadCount=8
#parallel=classesAndMethods
forkCount=2C
reuseForks=false
#forkMode=never
surefire.argLine=-Xmx12G \
--add-modules ALL-SYSTEM \
--illegal-access=warn \
--add-opens java.base/java.lang=ALL-UNNAMED \
--add-opens java.base/java.util=ALL-UNNAMED \
--add-opens java.base/java.text=ALL-UNNAMED \
--add-opens java.base/java.time.format=ALL-UNNAMED \
--add-opens java.base/java.lang.reflect=ALL-UNNAMED \
--add-opens java.base/sun.reflect.annotation=ALL-UNNAMED \
--add-opens java.base/sun.security.x509=ALL-UNNAMED \
--add-opens java.base/javax.security.auth=ALL-UNNAMED \
--add-opens java.base/java.io=ALL-UNNAMED \
--add-opens java.base/sun.nio.ch=ALL-UNNAMED \
--add-opens java.base/java.net=ALL-UNNAMED \
--add-opens java.base/sun.security.ssl=ALL-UNNAMED \
--add-opens java.xml/javax.xml.stream.events=ALL-UNNAMED \
--add-opens java.xml/org.w3c.dom=ALL-UNNAMED \
--add-opens java.xml/javax.xml.namespace=ALL-UNNAMED \
--add-opens jdk.management/com.sun.management.internal=ALL-UNNAMED \
--add-opens java.management/sun.management=ALL-UNNAMED \
--add-exports java.management/sun.management=ALL-UNNAMED \
--add-exports java.xml/com.sun.org.apache.xerces.internal.dom=ALL-UNNAMED
forkedProcessExitTimeoutInSeconds=60
surefire.parallel.forcedTimeout=0
surefire.parallel.timeout=0
surefire.exitTimeout=600
surefire.timeout=600
#parallelOptimized=false
#surefire.shutdown=testset
#surefire.testFailureIgnore=true
#maven.test.failure.ignore=true
surefire.rerunFailingTestsCount=4
failsafe.rerunFailingTestsCount=4
failsafe.exitTimeout=300
failsafe.timeout=300
teamcity.jacoco.reportbuilder.timeoutsec=60
# running antrun with nano.h5 on integration tests (see NanoH5Unit.nanoAlreadyRunning)
app.server.running=true
##############
# jar/war file creation
##############
# war file couldn*t be deployed to ossr
maven.war.skip=true
##############
#signing
##############
# on deploy with gpg signing, the jarsigner fails...
jarsigner.skip=true
# gpg is needed for maven central deploy! gpg.passphrase should be defined in settings.xml
# create a key in your git bash with "gpg --gen-key"
#gpg.skip=true
#gpg.passphrase=XXXXXX
#####################
# dependency versions
#####################
simple-xml.version=2.7.1
junit4.version=4.13.2
jmockit.version=1.49
h2.version=2.1.214
hibernate-jpa-2.1-ap.version=1.0.2.Final
jakarta.persistence-api.version=3.2.0
jboss-jee-apis-version=2.0.0.Final