forked from smartrics/RestFixture
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.properties
35 lines (27 loc) · 950 Bytes
/
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
# your fitnesse home directory - used if you want to deploy to a remote
# fitnesse server
fitnesse.home=C:/Opt/fitnesse-bin
# your fitnesse host details
fitnesse.host=localhost
fitnesse.port=7070
# if this property is defined, the build will run the set of CAT tests
# in this case, the fitnesse server at http://${fitnesse.host}:${fitnesse.port}
# must be up and running
execute.cat=true
# if this property is defined, the build will run the metrics build and collect metrics in build/reports
calculate.metrics=true
# debug instructions on compiled files
build.debug=true
# compiler compliancy
build.target=1.6
tmpdir=./build
coverage.enable=true
# define any of the following to skip the specific metric
#skip.metric.cpd=true
#skip.metric.pmd=true
#skip.metric.jdepend=true
#skip.metric.crap4j=true
#skip.metric.coverage=true
#skip.metric.findbugs=true
#skip.metric.checkstyle=true
#skip.metric.ckjm=true