forked from evgeniy-polyakov/xsddoc
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathproject.properties
169 lines (142 loc) · 7.4 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
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
# -------------------------------------------------------------------
# This file is part of the xframe software package
# hosted at http://xframe.sourceforge.net
#
# Copyright (c) 2003 Kurt Riede.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# -------------------------------------------------------------------
# -------------------------------------------------------------------
# P R O J E C T P R O P E R T I E S
# -------------------------------------------------------------------
maven.build.dir = ${basedir}/target
maven.gen.docs = ${maven.build.dir}/generated-xdocs
maven.jar.manifest = manifest.mf
# -------------------------------------------------------------------
# C O M P I L E
# -------------------------------------------------------------------
maven.compile.target=1.3
# -------------------------------------------------------------------
# X S D D O C
# -------------------------------------------------------------------
maven.xsddoc.src=samples
maven.xsddoc.xsd.dest=xsd-src
maven.xsddoc.include=**/*.xsd
maven.xsddoc.xsd.include=**/*.xsd
maven.xsddoc.bottom=\
<font size="-1">\
Submit a \
<a target="_blank" href="http://sourceforge.net/tracker/?atid=454391&group_id=48863&func=browse">bug</a> or a \
<a target="_blank" href="http://sourceforge.net/tracker/?atid=454394&group_id=48863&func=browse">feature</a>.<br/>\
Created by \
<a target="_blank" href="http://xframe.sourceforge.net/xsddoc.html">xsddoc</a>, a sub project of \
<a href="http://xframe.sourceforge.net" target="_blank">xframe</a><br/>\
hosted at<br/>\
<a style="text-align: center;" id="sflogo" href="http://sourceforge.net" title="sourceforge.net">\
<img alt="sourceforge.net Logo" border="0" width="88" height="31" src="http://sourceforge.net/sflogo.php?group_id=48863&type=1" />\
</a>\
</font>
# -------------------------------------------------------------------
# T E S T I N G
# -------------------------------------------------------------------
# This is to test a feature where a value is defined in a properties file
# and is available for use inside the POM.
pomProperty = value
# -------------------------------------------------------------------
# C H E C K S T Y L E P R O P E R T I E S
# -------------------------------------------------------------------
maven.checkstyle.properties = ${basedir}/checkstyle.xml
maven.checkstyle.header.file = ${basedir}/legal/LICENSE.txt
# -------------------------------------------------------------------
# P M D / C P D P R O P E R T I E S
# -------------------------------------------------------------------
maven.pmd.cpd.enable = true
# -------------------------------------------------------------------
# S I M I A N P R O P E R T I E S
# -------------------------------------------------------------------
maven.simian.linecount = 4
# -------------------------------------------------------------------
# J A V A D O C P R O P E R T I E S
# -------------------------------------------------------------------
# maven.javadoc.links = http://jakarta.apache.org/commons/jelly/apidocs/
# -------------------------------------------------------------------
# X D O C P R O P E R T I E S
# -------------------------------------------------------------------
# Display the date on the Maven web site
maven.xdoc.date = left
maven.xdoc.date.format = dd.MM.yyyy HH:mm z
maven.xdoc.jsl = xdocs/site.jsl
# maven.xdoc.legend = true
# maven.xdoc.developmentProcessUrl =
google.ad.client = pub-3210557671772622
# Display the maven version the web site is documenting
#maven.xdoc.version = ${pom.currentVersion}
#------------------------------------------------------------------
# H T M L 2 X D O C P R O P E R T I E S
#------------------------------------------------------------------
maven.html2xdoc.enable=true
#------------------------------------------------------------------
# P D F P R O P E R T I E S
#------------------------------------------------------------------
# maven.pdf.projectLogo=http://maven.apache.org/images/xsddoc-logo.gif
maven.pdf.companyLogo=http://maven.apache.org/images/project-logo.png
maven.pdf.navigationFile=navigation-pdf.xml
# -------------------------------------------------------------------
# L I N K C H E C K P R O P E R I E S
# -------------------------------------------------------------------
maven.linkcheck.exclude=xsddoc.pdf,http://pagead2.googlesyndication.com/pagead/show_ads.js
#------------------------------------------------------------------
# L I C E N S E
#------------------------------------------------------------------
maven.license.licenseFile=LICENSE.txt
#------------------------------------------------------------------
# B O O T S T R A P
#------------------------------------------------------------------
# ------------------------------------------------------------------------------
# bootstrap is offline or online - online by default . Pass this property
# as -o from the command prompt if you are offline
# Online mode:
# maven.bootstrap.online =
# Offline mode:
# maven.bootstrap.online = -o
# ------------------------------------------------------------------------------
maven.bootstrap.online=
# ------------------------------------------------------------------------------
# The bootstrap classes consist of an Ant task front that:
#
# a) parses the POM using a simple subclass of DefaultHandler
# b) downloads Maven's dependencies
# ------------------------------------------------------------------------------
maven.bootstrap.classes = ${maven.bootstrap.dir}/bootstrap-classes
# ------------------------------------------------------------------------------
# The phase1 classes are all the Maven classes compiled using Ant instead
# of Maven itself.
# ------------------------------------------------------------------------------
maven.bootstrap.phase1.classes = ${maven.bootstrap.dir}/phase1-classes
maven.bootstrap.install.dir = ${maven.bootstrap.dir}/install-phase1
maven.bootstrap.bin.dir = ${maven.bootstrap.dir}/bin
maven.lite.plugins=artifact,clean,console,deploy,dist,genapp,jar,java,license,multiproject,plugin,pom,release,repository,scm,site,test,war,xdoc,developer-activity,file-activity,javadoc,jdepend,jellydoc,junit-report,jxr,linkcheck,pmd,tasklist
# jdk1.3 compat
maven.junit.fork=yes
maven.junit.sysproperties=maven.home
# Distribution location
maven.repo.central = www.apache.org
maven.repo.central.directory = /www/www.apache.org/dist/java-repository/
# -------------------------------------------------------------------
# P L U G I N P R O P E R I E S
# -------------------------------------------------------------------
# Xhtml plugin.
# -------------------------------------------------------------------
xhtml.exclude = apidocs/**/*.*,clover/**/*.*,xref/**/*.*,xref-test/**/*.*