-
Notifications
You must be signed in to change notification settings - Fork 47
/
project.properties
executable file
·39 lines (25 loc) · 1.01 KB
/
project.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
# ------------------------------------------------------------
# project properties
# ------------------------------------------------------------
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# xdocs
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
#maven.ui.banner.background = white
maven.xdoc.date=left
maven.xdoc.version=${pom.currentVersion}
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# checkstyle
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
maven.checkstyle.properties = ${basedir}/checkstyle.xml
#maven.checkstyle.properties = ${basedir}/project.properties
#checkstyle.tab.width = 3
#checkstyle.ignore.braces=yes
#checkstyle.rcurly=ignore
#checkstyle.maxlinelen = 132
#checkstyle.allow.tabs = yes
#checkstyle.ignore.whitespace = yes
#checkstyle.javadoc.scope=public
maven.junit.fork = true
# maven.test.failure.ignore = true
maven.changelog.incremental = true
maven.changelog.compression = true