-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathdevelopment.build.properties.example
64 lines (51 loc) · 1.9 KB
/
development.build.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
54
55
56
57
58
59
60
61
62
63
## Customize these properties to develop with local dependencies
##
# Here values is the same as ant basedir because basedir is not set in this context
##
#work.dir=/mnt/c/data/git-repos/validator-configuration-xrechnung
##
# The XRechnung Version this configuration implements
##
#xrechnung.version=2.2.0
##
# Set this property in order to activate targets for local development
# Be aware the presence of this property determines some of the behavior independent of the value
##
#develop.local.validator=true
#validator.version=1.5.1-SNAPSHOT
##
# Should point to main directory of validator project, in case of local path
##
#validator.download.url.prefix=file://${work.dir}/../validator/
##
# Set this property in order to activate targets for local development
# Be aware the presence of this property determines some of the behavior independent of the value
##
#develop.local.xr.testsuite=true
###
# Get latest XRechnung Testsuite distribution from your local git project
# Example is relative to this project directory in local file system
##
#xr.testsuite.download.url.prefix=file://${work.dir}/../xrechnung-testsuite/dist
#xr.testsuite.version=2021-11-15
##
# Set this property in order to activate targets for local development
# Be aware the presence of this property determines some of the behavior independent of the value
##
#develop.local.xr.schematron=true
##
# Set version of xrechnung schematron
##
#xr.schematron.version.major.minor=1.6
#xr.schematron.version.patch=1
###
# Get schematron distribution from your local git project
# Example is relative to this project directory in local file system
##
#xr.schematron.download.url.prefix=file://${work.dir}/../xrechnung-schematron/dist
###
# Get latest xml-mutate distribution from your local git project
# Example is relative to this project directory in local file system
##
#xmute.version.full=0.5
#xmute.download.url.prefix=file://${work.dir}/../xml-mutate