summaryrefslogtreecommitdiffstats
path: root/build.properties
blob: 352653298b47b72be36ecbdc2110ab88eff26745 (plain)
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
project.name      = Zeta Components Graph component
project.version   = 1.6.0
project.stability = stable

commons.env = development

# The commons based directory will be used to calculate several build related
# paths and directories. Therefore we will keep it separated and independent for
# each component in the component's basedir.
commons.basedir = ${basedir}

# Base directories with PHP source and test files
commons.srcdir      = ${basedir}/src
commons.srcdir.php  = ${basedir}/src
commons.testdir.php =

codesniffer.standard                 = Ezc
codesniffer.standard.package.name    = PHP_CodeSniffer_Standards_EZC
codesniffer.standard.package.channel = pear.xplib.de

# Disabled because of https://github.com/phpmd/phpmd/issues/47
phpmd.enabled = false

# Ignore codesniffer and PHPCPD failures for now
codesniffer.fail.on.violation = false
phpcpd.fail.on.violation = false
OpenPOWER on IntegriCloud