forked from liferay/liferay-portal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
build.properties
308 lines (251 loc) · 10.2 KB
/
build.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
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
##
## DO NOT EDIT THIS FILE.
##
## To update the properties of this file, create a separate properties file
## named "build.${user.name}.properties" with the properties to overwrite.
##
##
## Baseline JAR
##
baseline.jar.bnddir.name=.bnd
#baseline.jar.report.level=diff
baseline.jar.report.level=off
#baseline.jar.report.level=persist
#baseline.jar.report.level=standard
baseline.jar.report.only.dirty.packages=true
baseline.jar.reports.dir.name=baseline-reports
-baseline=
-baselinerepo=remoterepo
-fixupmessages: "While setting properties ...";is:=ignore
-metatype: *
-plugin=\
aQute.bnd.deployer.repository.LocalIndexedRepo;\
local=${project.dir}/.bnd/localrepo;\
name=localrepo;\
phase=any;\
type=R5,\
aQute.bnd.deployer.repository.FixedIndexedRepo;\
cache=${project.dir}/.bnd/bndtoolsrepo;\
locations='https://github.com/bndtools/bundle-hub/raw/master/index.xml.gz';\
name=bndtoolsrepo;\
phase=any;\
type=R5,\
aQute.bnd.deployer.repository.FixedIndexedRepo;\
cache=${project.dir}/.bnd/remoterepo;\
locations='http://obr.liferay.com/r5/liferay-portal/index.xml.gz';\
name=remoterepo;\
phase=any;\
type=R5,\
com.liferay.ant.bnd.bower.BowerAnalyzerPlugin,\
com.liferay.ant.bnd.jsp.JspAnalyzerPlugin,\
com.liferay.ant.bnd.sass.SassAnalyzerPlugin,\
com.liferay.ant.bnd.spring.SpringDependencyAnalyzerPlugin
-pluginpath=${project.dir}/tools/sdk/osgi/lib/plugin/bnd-repository.jar
-releaserepo=localrepo
##
## BND Test
##
-resolve.effective=active
-runee=JavaSE-1.6
-runfw=org.apache.felix.framework
-runvm=-ea
##
## Build
##
build.modules.excludes=\
portal-cache/portal-cache-memory/,\
portal/portal-scripting-beanshell/,\
portal/portal-scripting-javascript/,\
portal/portal-scripting-python/,\
portal/portal-scripting-ruby/,\
portal/portal-search-solr/,\
portal/portal-taglib-aui-form-extension-sample/,\
sdk/,\
test/,\
themes/product-app-theme/,\
third-party/,\
util/alloy-taglib/,\
util/css-builder/,\
util/deployment-helper/,\
util/freemarker-osgi-bridge/,\
util/io-delta/,\
util/ip-geocoder-sample-web/,\
util/jasper-jspc/,\
util/javadoc-formatter/,\
util/lang-builder/,\
util/markdown-converter/,\
util/portal-tools-service-builder/,\
util/portal-tools-upgrade-table-builder/,\
util/portal-tools-wsdd-builder/,\
util/ruby-gems/,\
util/sass-compiler-api/,\
util/sass-compiler-ruby/,\
util/source-formatter/,\
util/sync-engine/,\
util/tld-formatter/,\
util/xml-formatter/
build.modules.includes=\
*/**/build.gradle,\
themes/*/package.json
build.performance.logger.enabled=false
##
## Compiler
##
ant.build.javac.source=1.7
ant.build.javac.target=1.7
#javac.compiler=com.google.errorprone.ErrorProneAntCompilerAdapter
javac.compiler=modern
javac.debug=on
javac.deprecation=off
javac.encoding=ISO-8859-1
javac.nowarn=on
#jdk.7.home=
jsp.precompile=off
jsp.precompile.dir=docroot
jsp.precompile.parallel=on
##
## Classpath
##
classpath.full=${env.JAVA_HOME}/lib/tools.jar;${project.dir}/classes;${project.dir}/modules/core/registry-api/classes;${project.dir}/portal-impl/classes;${project.dir}/portal-impl/test-classes/integration;${project.dir}/portal-impl/test-classes/unit;${project.dir}/portal-service/classes;${project.dir}/portal-service/test-classes/unit;${project.dir}/portal-test/classes;${project.dir}/portal-test-internal/classes;${project.dir}/portal-web/docroot/WEB-INF/classes;${project.dir}/portal-web/test-classes/functional;${project.dir}/portal-web/test-classes/functional-generated;${project.dir}/util-bridges/classes;${project.dir}/util-java/classes;${project.dir}/util-java/test-classes/unit;${project.dir}/util-slf4j/classes;${project.dir}/util-taglib/classes
classpath.portal-impl-integration=${env.JAVA_HOME}/lib/tools.jar;${project.dir}/classes;${project.dir}/modules/core/registry-api/classes;${project.dir}/portal-impl/portal-impl.jar;${project.dir}/portal-impl/test-classes/integration;${project.dir}/portal-service/portal-service.jar;${project.dir}/portal-test/classes;${project.dir}/portal-test-internal/classes;${project.dir}/util-bridges/classes;${project.dir}/util-java/classes;${project.dir}/util-slf4j/classes;${project.dir}/util-taglib/classes
classpath.portal-impl-unit=${env.JAVA_HOME}/lib/tools.jar;${project.dir}/classes;${project.dir}/modules/core/registry-api/classes;${project.dir}/portal-impl/classes;${project.dir}/portal-impl/test-classes/unit;${project.dir}/portal-service/classes;${project.dir}/portal-test/classes;${project.dir}/portal-test-internal/classes;${project.dir}/util-bridges/classes;${project.dir}/util-java/classes;${project.dir}/util-slf4j/classes;${project.dir}/util-taglib/classes
classpath.portal-service-unit=${env.JAVA_HOME}/lib/tools.jar;${project.dir}/classes;${project.dir}/modules/core/registry-api/classes;${project.dir}/portal-service/classes;${project.dir}/portal-service/test-classes/unit;${project.dir}/portal-test/classes
classpath.util-java-unit=${env.JAVA_HOME}/lib/tools.jar;${project.dir}/classes;${project.dir}/modules/core/registry-api/classes;${project.dir}/portal-service/classes;${project.dir}/portal-test/classes;${project.dir}/util-java/classes;${project.dir}/util-java/test-classes/unit
##
## Database Builder
##
db.build.java.mx=1024m
db.build.java.maxpermsize=256m
##
## Endorsed Libraries
##
endorsed.libraries=development/jutf7.jar,portal/ccpp.jar
##
## JDBC Drivers
##
jdbc.db2.driver=db2jcc4.jar,db2jcc_license_cu.jar
jdbc.hypersonic.driver=hsql.jar
jdbc.mysql.driver=mysql.jar
jdbc.oracle.driver=ojdbc6.jar
jdbc.p6spy.driver=p6spy.jar,spy.properties
jdbc.postgresql.driver=postgresql.jar
jdbc.sybase.driver=jconn4.jar
jdbc.drivers=${jdbc.db2.driver},${jdbc.hypersonic.driver},${jdbc.mysql.driver},${jdbc.oracle.driver},${jdbc.p6spy.driver},${jdbc.postgresql.driver},${jdbc.sybase.driver}
#jdbc.drivers.optional.dir=
##
## JPDA
##
jpda.settings=-agentlib:jdwp=transport=dt_socket,address=8000,server=y,suspend=y
##
## JUnit
##
junit.cobertura.report.format=html
junit.code.coverage=false
junit.halt.on.failure=false
junit.java.integration.gc=-Xms512m -Xmx512m -XX:MaxNewSize=32m -XX:MaxPermSize=200m -XX:MaxTenuringThreshold=0 -XX:NewSize=32m -XX:ParallelGCThreads=2 -XX:PermSize=200m -XX:SurvivorRatio=65536 -XX:TargetSurvivorRatio=0 -XX:-UseAdaptiveSizePolicy -XX:+UseParallelOldGC
junit.java.unit.gc=-Xms256m -Xmx256m -XX:MaxNewSize=32m -XX:MaxPermSize=64m -XX:MaxTenuringThreshold=0 -XX:NewSize=32m -XX:ParallelGCThreads=2 -XX:PermSize=64m -XX:SurvivorRatio=65536 -XX:TargetSurvivorRatio=0 -XX:-UseAdaptiveSizePolicy -XX:+UseParallelOldGC -XX:-UseSplitVerifier
junit.java.unit.gc.logging=off
junit.jvm=java
junit.test.excludes=(?!)
junit.whip.jar=tools/sdk/tmp/portal-tools/whip/com.liferay.whip.jar
junit.whip.excludes=.*Test,.*Test\\$.*,.*\\$\\$EnhancerByMockitoWithCGLIB\\$\\$.*,.*\\$\\$FastClassByMockitoWithCGLIB\\$\\$.*,.*\\$Proxy.*,com/liferay/whip/.*
junit.whip.includes=com/liferay/.*
##
## Microsoft Translator
##
#
# Set the client ID and client secret values for Microsoft Translation
# integration. Subscription to the Microsoft Translator API on Azure
# Marketplace is required. Basic subscriptions, up to 2 million characters a
# month, are free. See http://msdn.microsoft.com/en-us/library/hh454950 for
# more information.
#
microsoft.translator.client.id=
microsoft.translator.client.secret=
##
## Mirrors
##
mirrors.cache.dir=${user.home}/.liferay/mirrors
##
## NodeJS
##
nodejs.npm.email=
nodejs.npm.password=
nodejs.npm.user=
##
## Operating Systems
##
os.apple=Mac OS X
os.unix=Linux,FreeBSD,Solaris,SunOS
os.windows=Windows 95,Windows 98,Windows NT,Windows 2000,Windows 2003,Windows XP,Windows Vista,Windows 7
##
## Parallel Thread Count
##
parallel.thread.count=8
##
## PMD
##
pmd.java.excludes=modules/third-party/**,portal-client/**,tools/sdk/**
##
## Proxy
##
#setproxy.proxy.host=
#setproxy.proxy.port=
##
## Sass Compiler
##
sass.compiler.class.name=jni
#sass.compiler.class.name=ruby
sass.generate.source.map=false
sass.precision=5
##
## Snapshot
##
snapshot.check.enabled=true
##
## Sonar
##
sonar.binaries=classes
sonar.cobertura.report.folder=test-coverage
sonar.cobertura.itReportPath=${sonar.cobertura.report.folder}/integration
sonar.cobertura.reportPath=${sonar.cobertura.report.folder}/unit
sonar.dynamicAnalysis=reuseReports
sonar.exclusions=java/*,javax/*
sonar.host.url=http://localhost:9000
sonar.java.coveragePlugin=cobertura
sonar.java.source=1.6
sonar.jdbc.driverClassName=com.mysql.jdbc.Driver
sonar.jdbc.url=jdbc:mysql://localhost:3306/sonar?useUnicode=true&characterEncoding=utf8
sonar.jdbc.password=liferay
sonar.jdbc.username=liferay
sonar.junit.reportsPath=test-results
sonar.language=java
sonar.modules=portal-impl,portal-service,util-bridges,util-java,util-taglib
sonar.projectKey=org.codehaus.sonar:liferay-portal
sonar.projectName=Liferay Portal
sonar.projectVersion=7.0.x
sonar.sourceEncoding=UTF-8
sonar.sources=src
sonar.tests=test-results/integration,test-results/unit
#
# See http://docs.codehaus.org/display/SONAR/Analyzing+with+SonarQube+Runner#AnalyzingwithSonarQubeRunner-Multi-moduleProject
# for more information.
#
portal-impl.sonar.projectName=Liferay Portal Impl
portal-service.sonar.projectName=Liferay Portal Service
util-bridges.sonar.projectName=Liferay Util Bridges
util-java.sonar.projectName=Liferay Util Java
util-taglib.sonar.projectName=Liferay Util Taglib
##
## Source Formatter
##
source.formatter.check.tabs=false
source.formatter.check.unprocessed.exceptions=false
##
## Testable Tomcat
##
testable.tomcat.debug.logging=off
##
## Upgrade Table Builder
##
upgrade.table.dir=