update
This commit is contained in:
@ -0,0 +1,64 @@
|
||||
## 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.3.1
|
||||
|
||||
##
|
||||
# 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=2023-05-12
|
||||
|
||||
##
|
||||
# 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.8
|
||||
#xr.schematron.version.patch=2
|
||||
|
||||
###
|
||||
# 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
|
||||
|
Reference in New Issue
Block a user