File: project.properties

package info (click to toggle)
libjaxen-java 1.1.1-3
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 2,776 kB
  • ctags: 3,068
  • sloc: java: 20,887; xml: 7,357; makefile: 9
file content (85 lines) | stat: -rw-r--r-- 2,440 bytes parent folder | download
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
# ------------------------------------------------------------
#     project properties
# ------------------------------------------------------------

# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
#     core
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 

maven.compile.debug = on
maven.compile.optimize = on
maven.compile.deprecation = on
maven.compile.target = 1.2
maven.compile.source = 1.3


# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
#     xdocs
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 

maven.ui.banner.background = white
maven.ui.section.background = #BBBBBB
maven.ui.subsection.background = #DDDDDD
maven.ui.section.foreground = #990000
maven.ui.subsection.foreground = #990000

# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
#     checkstyle
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 

#maven.checkstyle.properties = ${basedir}/project.properties

checkstyle.lcurly.type = nl
checkstyle.lcurly.method = nl
checkstyle.lcurly.other = nl
checkstyle.rcurly = alone

checkstyle.paren.pad = ignore
checkstyle.maxlinelen = 132

checkstyle.ignore.whitespace = yes
checkstyle.allow.tabs=false

checkstyle.header.file = LICENSE.txt
checkstyle.header.ignoreline = 1,2,3,4,5,6
checkstyle.const.pattern = ^[a-zA-Z][a-zA-Z0-9_]*$

# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
#     pmd
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 

# maven.jar.override=on
# maven.jar.pmd=3.8

# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
#     javadoc
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 

maven.javadoc.stylesheet = ./xdocs/stylesheets/javadoc-style.css
# maven.javadoc.overview = ${basedir}/src/java/main/org/blissed/overview.html
maven.javadoc.links = \
	http://java.sun.com/j2se/1.4.2/docs/api/
maven.javadoc.excludepackagenames = org.jaxen.saxpath.base,org.jaxen.saxpath.helpers

maven.javadoc.customtags=tag1
tag1.name=todo
tag1.description=To Do:
tag1.enabled=false
tag1.scope=all


maven.jarResources.basedir = src/java/main/

maven.xdoc.date = left

maven.docs.outputencoding = UTF-8

maven.junit.fork=true

#maven.latex.src.dir = ${basedir}/src/latex/
#maven.latex.docs = intro-slides.tex

maven.repo.remote=http://repo1.maven.org/maven,http://dist.codehaus.org/
maven.repo.central=dist.codehaus.org
maven.repo.central.directory=/dist
maven.remote.group=jaxen