forked from liferay/liferay-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
build.properties
592 lines (491 loc) · 21.5 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
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
##
## 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.
##
##
## Application Server
##
#
# Specify the application server type.
#
#app.server.type=glassfish
#app.server.type=jboss
#app.server.type=jetty
#app.server.type=jonas
#app.server.type=resin
app.server.type=tomcat
#app.server.type=weblogic
#app.server.type=websphere
#app.server.type=wildfly
#
# Specify the application server parent directory.
#
app.server.parent.dir=${sdk.dir}/../bundles
#
# Specify the paths to an unzipped Glassfish bundle.
#
app.server.glassfish.dir=${app.server.parent.dir}/glassfish-3.1.2.2
app.server.glassfish.deploy.dir=${app.server.glassfish.dir}/autodeploy
app.server.glassfish.lib.global.dir=${app.server.glassfish.dir}/domains/domain1/lib
app.server.glassfish.portal.dir=${app.server.glassfish.dir}/domains/domain1/applications/liferay-portal
#
# Specify the paths to an unzipped JBoss bundle.
#
app.server.jboss.dir=${app.server.parent.dir}/jboss-eap-7.0.0
app.server.jboss.deploy.dir=${app.server.jboss.dir}/standalone/deployments
app.server.jboss.lib.global.dir=${app.server.jboss.dir}/modules/com/liferay/portal/main
app.server.jboss.portal.dir=${app.server.jboss.dir}/standalone/deployments/ROOT.war
#
# Specify the paths to an unzipped Jetty bundle.
#
app.server.jetty.dir=${app.server.parent.dir}/jetty-8.1.10
app.server.jetty.deploy.dir=${app.server.jetty.dir}/webapps
app.server.jetty.lib.global.dir=${app.server.jetty.dir}/lib/ext/liferay
app.server.jetty.portal.dir=${app.server.jetty.dir}/webapps/root
#
# Specify the paths to an unzipped JOnAS bundle.
#
app.server.jonas.dir=${app.server.parent.dir}/jonas-5.2.3
app.server.jonas.deploy.dir=${app.server.jonas.dir}/deploy
app.server.jonas.lib.global.dir=${app.server.jonas.dir}/lib/ext
app.server.jonas.portal.dir=${app.server.jonas.dir}/deploy/liferay-portal
#
# Specify the paths to an unzipped Resin bundle.
#
app.server.resin.dir=${app.server.parent.dir}/resin-4.0.44
app.server.resin.deploy.dir=${app.server.resin.dir}/webapps
app.server.resin.lib.global.dir=${app.server.resin.dir}/ext-lib
app.server.resin.portal.dir=${app.server.resin.dir}/webapps/ROOT
#
# Specify the paths to an unzipped tc Server bundle.
#
app.server.tcserver.dir=${app.server.parent.dir}/tc-server-3.2.11
app.server.tcserver.deploy.dir=${app.server.tcserver.dir}/liferay/webapps
app.server.tcserver.lib.global.dir=${app.server.tcserver.dir}/liferay/lib
app.server.tcserver.portal.dir=${app.server.tcserver.dir}/liferay/webapps/ROOT
#
# Specify the paths to an unzipped Tomcat bundle.
#
app.server.tomcat.dir=${app.server.parent.dir}/tomcat-8.0.53
app.server.tomcat.deploy.dir=${app.server.tomcat.dir}/webapps
app.server.tomcat.lib.global.dir=${app.server.tomcat.dir}/lib/ext
app.server.tomcat.manager.user=tomcat
app.server.tomcat.manager.password=tomcat
app.server.tomcat.portal.dir=${app.server.tomcat.dir}/webapps/ROOT
#
# Specify the paths to a WebLogic domain with Liferay installed.
#
app.server.weblogic.dir=${app.server.parent.dir}/weblogic-12.2.1
app.server.weblogic.deploy.dir=${app.server.weblogic.dir}/domains/liferay/autodeploy
app.server.weblogic.lib.global.dir=${app.server.weblogic.dir}/domains/liferay/lib
app.server.weblogic.portal.dir=${app.server.weblogic.dir}/domains/liferay/autodeploy/ROOT
#
# Specify the paths to a WebSphere profile with Liferay installed.
#
app.server.websphere.dir=${app.server.parent.dir}/websphere-8.5.5.0
app.server.websphere.deploy.dir=${app.server.websphere.dir}/profiles/liferay/wsadmin-deploy
app.server.websphere.lib.global.dir=${app.server.websphere.dir}/lib/ext
app.server.websphere.portal.dir=${app.server.websphere.dir}/profiles/liferay/installedApps/liferay-cell/liferay-portal.ear/liferay-portal.war
#
# Specify the paths to an unzipped WildFly bundle.
#
app.server.wildfly.dir=${app.server.parent.dir}/wildfly-10.0.0
app.server.wildfly.deploy.dir=${app.server.wildfly.dir}/standalone/deployments
app.server.wildfly.lib.global.dir=${app.server.wildfly.dir}/modules/com/liferay/portal/main
app.server.wildfly.portal.dir=${app.server.wildfly.dir}/standalone/deployments/ROOT.war
##
## Auto Deploy
##
#
# Plugins will be deployed to this directory. Make sure that Liferay is
# also set to scan this directory.
#
auto.deploy.dir=${app.server.parent.dir}/deploy
#
# Set this to true if deployed WARs are unpacked. Set this to false your
# application server has concurrency issues with deploying large WARs.
#
auto.deploy.unpack.war=true
#
# Set this to true if you want the deployer to rename portlet.xml to
# portlet-custom.xml. This is only needed when deploying the portal on
# WebSphere 6.1.x with a version before 6.1.0.7 because WebSphere's portlet
# container will try to process a portlet at the same time that Liferay is
# trying to process a portlet.
#
auto.deploy.custom.portlet.xml=false
##
## 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=localrepo
-fixupmessages: "While setting properties ...";is:=ignore
-jsp: *.jsp,*.jspf
-metatype: *
-plugin=\
aQute.bnd.deployer.repository.LocalIndexedRepo;\
local=${sdk.dir}/.bnd/localrepo;\
name=localrepo;\
phase=any;\
type=R5,\
aQute.bnd.deployer.repository.FixedIndexedRepo;\
cache=${sdk.dir}/.bnd/remoterepo;\
locations='http://obr.liferay.com/r5/liferay-portal/index.xml.gz';\
name=remoterepo;\
phase=any;\
type=R5,\
com.liferay.ant.bnd.jsp.JspAnalyzerPlugin,\
com.liferay.ant.bnd.npm.NpmAnalyzerPlugin,\
com.liferay.ant.bnd.resource.bundle.ResourceBundleLoaderAnalyzerPlugin,\
com.liferay.ant.bnd.sass.SassAnalyzerPlugin,\
com.liferay.ant.bnd.spring.SpringDependencyAnalyzerPlugin
-pluginpath=${sdk.dir}/osgi/lib/plugin/bnd-repository.jar
-releaserepo=localrepo
-sass: *
##
## BND JSP Support
##
#
# When creating bundles which contain JSPs, simply add ${bnd.jsp.support.imports} as
# part of the package imports in the bnd file.
#
bnd.jsp.support.imports=\
${bnd.jsp.support.imports.javax.el},\
${bnd.jsp.support.imports.javax.servlet},\
${bnd.jsp.support.imports.javax.servlet.jsp},\
${bnd.jsp.support.imports.javax.servlet.jsp.jstl},\
${bnd.jsp.support.imports.org.apache.jasper},\
${bnd.jsp.support.imports.org.apache.taglibs.standard},\
${bnd.jsp.support.imports.xml},\
javax.tools
bnd.jsp.support.imports.javax.el=\
com.sun.el;version='${bnd.jsp.support.version.javax.el}',\
com.sun.el.lang;version='${bnd.jsp.support.version.javax.el}',\
com.sun.el.parser;version='${bnd.jsp.support.version.javax.el}',\
com.sun.el.stream;version='${bnd.jsp.support.version.javax.el}',\
com.sun.el.util;version='${bnd.jsp.support.version.javax.el}',\
javax.el;version='${bnd.jsp.support.version.javax.el}'
bnd.jsp.support.imports.javax.servlet=\
javax.servlet;version='${bnd.jsp.support.version.javax.servlet}',\
javax.servlet.annotation;version='${bnd.jsp.support.version.javax.servlet}',\
javax.servlet.descriptor;version='${bnd.jsp.support.version.javax.servlet}',\
javax.servlet.http;version='${bnd.jsp.support.version.javax.servlet}',\
javax.servlet.resources
bnd.jsp.support.imports.javax.servlet.jsp=\
javax.servlet.jsp;version='${bnd.jsp.support.version.javax.servlet.jsp}',\
javax.servlet.jsp.el;version='${bnd.jsp.support.version.javax.servlet.jsp}',\
javax.servlet.jsp.tagext;version='${bnd.jsp.support.version.javax.servlet.jsp}'
bnd.jsp.support.imports.javax.servlet.jsp.jstl=\
javax.servlet.jsp.jstl.core;version='${bnd.jsp.support.version.javax.servlet.jsp.jstl}',\
javax.servlet.jsp.jstl.fmt;version='${bnd.jsp.support.version.javax.servlet.jsp.jstl}',\
javax.servlet.jsp.jstl.sql;version='${bnd.jsp.support.version.javax.servlet.jsp.jstl}',\
javax.servlet.jsp.jstl.tlv;version='${bnd.jsp.support.version.javax.servlet.jsp.jstl}'
bnd.jsp.support.imports.org.apache.jasper=\
org.apache.jasper;version='${bnd.jsp.support.version.org.apache.jasper}',\
org.apache.jasper.compiler;version='${bnd.jsp.support.version.org.apache.jasper}',\
org.apache.jasper.compiler.tagplugin;version='${bnd.jsp.support.version.org.apache.jasper}',\
org.apache.jasper.resources;version='${bnd.jsp.support.version.org.apache.jasper}',\
org.apache.jasper.runtime;version='${bnd.jsp.support.version.org.apache.jasper}',\
org.apache.jasper.security;version='${bnd.jsp.support.version.org.apache.jasper}',\
org.apache.jasper.servlet;version='${bnd.jsp.support.version.org.apache.jasper}',\
org.apache.jasper.tagplugins.jstl;version='${bnd.jsp.support.version.org.apache.jasper}',\
org.apache.jasper.xmlparser;version='${bnd.jsp.support.version.org.apache.jasper}',\
org.glassfish.jsp.api;version='${bnd.jsp.support.version.org.apache.jasper}'
bnd.jsp.support.imports.org.apache.taglibs.standard=\
org.apache.taglibs.standard;version='${bnd.jsp.support.version.org.apache.taglibs.standard}',\
org.apache.taglibs.standard.extra.spath;version='${bnd.jsp.support.version.org.apache.taglibs.standard}',\
org.apache.taglibs.standard.functions;version='${bnd.jsp.support.version.org.apache.taglibs.standard}',\
org.apache.taglibs.standard.lang.jstl;version='${bnd.jsp.support.version.org.apache.taglibs.standard}',\
org.apache.taglibs.standard.lang.jstl.parser;version='${bnd.jsp.support.version.org.apache.taglibs.standard}',\
org.apache.taglibs.standard.lang.jstl.test;version='${bnd.jsp.support.version.org.apache.taglibs.standard}',\
org.apache.taglibs.standard.lang.jstl.test.beans;version='${bnd.jsp.support.version.org.apache.taglibs.standard}',\
org.apache.taglibs.standard.lang.support;version='${bnd.jsp.support.version.org.apache.taglibs.standard}',\
org.apache.taglibs.standard.resources;version='${bnd.jsp.support.version.org.apache.taglibs.standard}',\
org.apache.taglibs.standard.tag.common.core;version='${bnd.jsp.support.version.org.apache.taglibs.standard}',\
org.apache.taglibs.standard.tag.common.fmt;version='${bnd.jsp.support.version.org.apache.taglibs.standard}',\
org.apache.taglibs.standard.tag.common.sql;version='${bnd.jsp.support.version.org.apache.taglibs.standard}',\
org.apache.taglibs.standard.tag.common.xml;version='${bnd.jsp.support.version.org.apache.taglibs.standard}',\
org.apache.taglibs.standard.tag.el.core;version='${bnd.jsp.support.version.org.apache.taglibs.standard}',\
org.apache.taglibs.standard.tag.el.fmt;version='${bnd.jsp.support.version.org.apache.taglibs.standard}',\
org.apache.taglibs.standard.tag.el.sql;version='${bnd.jsp.support.version.org.apache.taglibs.standard}',\
org.apache.taglibs.standard.tag.el.xml;version='${bnd.jsp.support.version.org.apache.taglibs.standard}',\
org.apache.taglibs.standard.tag.rt.core;version='${bnd.jsp.support.version.org.apache.taglibs.standard}',\
org.apache.taglibs.standard.tag.rt.fmt;version='${bnd.jsp.support.version.org.apache.taglibs.standard}',\
org.apache.taglibs.standard.tag.rt.sql;version='${bnd.jsp.support.version.org.apache.taglibs.standard}',\
org.apache.taglibs.standard.tag.rt.xml;version='${bnd.jsp.support.version.org.apache.taglibs.standard}',\
org.apache.taglibs.standard.tei;version='${bnd.jsp.support.version.org.apache.taglibs.standard}',\
org.apache.taglibs.standard.tlv;version='${bnd.jsp.support.version.org.apache.taglibs.standard}'
bnd.jsp.support.imports.xml=\
javax.xml.parsers,\
javax.xml.transform,\
javax.xml.transform.dom,\
javax.xml.transform.stream,\
javax.xml.validation,\
org.w3c.dom,\
org.w3c.dom.ls,\
org.xml.sax,\
org.xml.sax.ext,\
org.xml.sax.helpers
bnd.jsp.support.version.javax.el=[3.0.0,4.0)
bnd.jsp.support.version.javax.servlet=[2.6.0,4.0.0)
bnd.jsp.support.version.javax.servlet.jsp=[2.3.2,3.0)
bnd.jsp.support.version.javax.servlet.jsp.jstl=[1.2.1,2.0)
bnd.jsp.support.version.org.apache.jasper=[2.3.2,3.0)
bnd.jsp.support.version.org.apache.taglibs.standard=[1.2.3,2.0)
##
## Clean
##
clean.delete.ivy.md5=false
clean.delete.lib=false
##
## Compiler
##
ant.build.javac.source=1.8
ant.build.javac.target=1.8
#javac.compiler=com.google.errorprone.ErrorProneAntCompilerAdapter
javac.compiler=modern
javac.debug=on
javac.deprecation=off
javac.encoding=ISO-8859-1
javac.nowarn=on
##
## Database
##
#
# Set the database name used by the SQL scripts.
#
database.name=lportal
#
# Set the database server types to build SQL scripts for.
#
database.types=db2,hypersonic,mysql,oracle,postgresql,sqlserver,sybase
#database.types=mysql
##
## Extension Environment
##
#ext.work.dir=
##
## Git
##
git.working.branch.name=master
##
## Ivy
##
ivy.cache.ttl.default=eternal
ivy.custom.settings.file=${sdk.dir}/ivy-settings.xml
ivy.home=${sdk.dir}/.ivy
#ivy.jar.url=http://repo1.maven.org/maven2/org/apache/ivy/ivy/${ivy.version}/ivy-${ivy.version}.jar
ivy.jar.url=https://repository-cdn.liferay.com/nexus/content/repositories/liferay-public-releases/com/liferay/org.apache.ivy/${ivy.version}/org.apache.ivy-${ivy.version}.jar
ivy.log.level=quiet
ivy.pom.developer.name=Brian Wing Shun Chan
ivy.pom.developer.organization=Liferay, Inc.
ivy.pom.developer.organizationUrl=http://www.liferay.com
ivy.pom.license.name=LGPL 2.1
ivy.pom.license.url=http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt
ivy.pom.scm.connection=scm:git:[email protected]:liferay/liferay-plugins.git
ivy.pom.scm.developerConnection=scm:git:[email protected]:liferay/liferay-plugins.git
ivy.pom.scm.url=http://github.com/liferay/liferay-plugins
ivy.repository.liferay.private.password=
ivy.repository.liferay.private.url=https://repository.liferay.com/nexus/service/local/repo_groups/private/content/
ivy.repository.liferay.private.username=
ivy.resolve.transitive.dependencies.test=true
ivy.resolve.transitive.dependencies=true
#ivy.version=2.4.0
ivy.version=2.4.0.LIFERAY-PATCHED-1
##
## JMX
##
jmx.remote.port=8099
##
## JRebel
##
#
# Set the directory that will be used to generate a plugin's JRebel
# configuraton file. Not specifying a directory means that the generated
# JRebel configuration file will be placed in a plugin's compiled classes
# output directory. This is also the directory that JRebel will use to look
# for updated classes.
#
#jrebel.plugin.classes.dir=
##
## JPDA
##
jpda.settings=-agentlib:jdwp=transport=dt_socket,address=8001,server=y,suspend=y
##
## JUnit
##
junit.code.coverage=false
junit.code.coverage.report.format=html
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=dependencies/com.liferay.whip/lib/com.liferay.whip.jar
junit.whip.excludes=.*Test,.*Test\\$.*,.*\\$Proxy.*,com/liferay/whip/.*
junit.whip.includes=com/liferay/.*
##
## Libraries
##
required.portal.jars=commons-logging.jar,log4j.jar,util-bridges.jar,util-java.jar,util-taglib.jar
##
## Liferay Home
##
liferay.home=${app.server.parent.dir}
##
## Microsoft Translator
##
#
# Set the subscription key for Microsoft Translation integration.
# Subscription to the Translator Text Translation API on Microsoft Cognitive
# Services is required. Basic subscriptions, up to 2 million characters a
# month, are free. See
# http://docs.microsofttranslator.com/text-translate.html for more
# information.
#
microsoft.translator.subscription.key=
##
## Mirrors
##
mirrors.cache.dir=${user.home}/.liferay/mirrors
mirrors.hostname=mirrors.lax.liferay.com
##
## Module Framework
##
#
# Set the directory which will form the base path of the module framework.
#
module.framework.base.dir=${liferay.home}/osgi
##
## NodeJS
##
nodejs.modules.version[babel]=5.6.14
nodejs.modules.version[lfr-amd-loader]=1.3.5
nodejs.modules.version[lfr-module-config-generator]=1.1.5
#nodejs.url=
nodejs.url[linux32]=http://nodejs.org/dist/v${nodejs.version}/node-v${nodejs.version}-linux-x86.tar.gz
nodejs.url[linux64]=http://nodejs.org/dist/v${nodejs.version}/node-v${nodejs.version}-linux-x64.tar.gz
nodejs.url[osx32]=http://nodejs.org/dist/v${nodejs.version}/node-v${nodejs.version}-darwin-x86.tar.gz
nodejs.url[osx64]=http://nodejs.org/dist/v${nodejs.version}/node-v${nodejs.version}-darwin-x64.tar.gz
nodejs.url[windows32]=http://nodejs.org/dist/v${nodejs.version}/node-v${nodejs.version}-win-x86.zip
nodejs.url[windows64]=http://nodejs.org/dist/v${nodejs.version}/node-v${nodejs.version}-win-x64.zip
nodejs.version=6.6.0
##
## 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
##
## PGP
##
pgp.generator=
pgp.keyname=auto
pgp.passphrase=
##
## Plugins
##
#
# Set the excludes and includes attributes. These attributes are read when
# you run "ant" from the hooks, layouttpl, portlets, shared, themes, or webs
# directory. By default, the ant task will go through every subdirectory.
# Setting these attributes can limit it to just the plugins you're working
# on.
#
plugins.excludes=
plugins.includes=*
#
# Set the excludes and includes attributes for converting a bundle that has
# the portal and a set of deployed plugins into an EAR file. The web
# applications that match these attributes will be included into the
# generated liferay-portal.ear via the command "ant ear".
#
# For example, if you are using Tomcat, then the directory specified in
# the property "app.server.tomcat.deploy.dir" will point to
# ${app.server.tomcat.dir}/webapps by default. Running "ant ear" will create
# an EAR based on all the WARs in that directory with names that match the
# excludes and includes from these two properties.
#
plugins.ear.excludes=
plugins.ear.includes=tunnel-web
#
# Specify the path of the portal servlet context.
#
# Set this property if you deploy the portal to another path besides root.
#
plugins.ear.portal.context.path=/
#
# Set this to true to generate a source ZIP file when creating a plugin WAR
# file.
#
plugins.src.zip.enabled=false
#
# Set this to true to optimize the size of plugin WAR files by not included
# portal dependencies that will can injected at deploy time.
#
plugins.war.clean.portal.dependencies=true
#
# Set the excludes attributes to specify files that will be excluded from a
# plugin WAR.
#
#plugins.war.excludes=**/WEB-INF/service/**,**/WEB-INF/src/**
##
## PMD
##
pmd.cpd.minimun.token.count=100
pmd.java.excludes=apps/**,tools/**
pmd.java.includes=**/src/**/*.java
pmd.java.ruleset=${sdk.dir}/dependencies/net.sourceforge.pmd/rulesets/java/standard-rules.xml
pmd.output.console=true
pmd.output.type=xml
pmd.threads=2
##
## Sass Compiler
##
sass.compiler.class.name=jni
#sass.compiler.class.name=ruby
##
## Snapshot
##
snapshot.check.enabled=true
##
## Sonatype
##
sonatype.release.hostname=repository.liferay.com
sonatype.release.password=
sonatype.release.realm=Sonatype Nexus Repository Manager
sonatype.release.url=https://repository.liferay.com/nexus/content/repositories/liferay-public-releases
sonatype.release.username=
sonatype.snapshot.hostname=repository.liferay.com
sonatype.snapshot.password=
sonatype.snapshot.realm=Sonatype Nexus Repository Manager
sonatype.snapshot.url=https://repository.liferay.com/nexus/content/repositories/liferay-public-snapshots
sonatype.snapshot.username=
##
## Source Formatter
##
source.formatter.enabled=true
source.formatter.max.line.length=80
source.formatter.processor.thread.count=5
##
## Transpile
##
transpile.file.pattern=*.es.js
##
## Version
##
#
# Set the version of Liferay Portal that these plugins are designed for.
#
lp.version=7.0.0
lp.version.file.suffix=