forked from tschaub/suite
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathbuild.properties
50 lines (34 loc) · 1.23 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
#
# Properties used by server build.
#
# Versions
server.version=1.0-RC1
server.build_root=/var/www/server/core
server.build_cat=dev
server.build_name=latest
gt.major_version=18
gwc.major_version=1.12
gs.major_version=2.12
#Version suffix for this server build
server.minor_version=-SNAPSHOT
#Version suffix to replace
base.minor_version=-SNAPSHOT
pg.version=2.1.7
postgresql.jdbc.version=9.4.1208
jetty.version=7.6.13.v20130916
ringojs.version=0.8.1
marlin.version=0.7.3-Unsafe
# Build flags
mvn.flags=-nsu
mvn.repo=${user.home}/.m2/repository
ivy.cache=${user.home}/.ivy2/cache
sphinx.flags=
# Extensions and build profiles
# gt.profile and gs.profile is used to build modules that are required for the server webapp and downstream extensions
gt.profile=mongodb,ysld,mbstyle,mbtiles
gs.profile=ogr,importer,gwc-s3,ysld,mbstyle,mbtiles,wps
# gs.exts_core, gs.exts_comm, and gs-exts.exts list individual extensions that are packaged seperately from the server
# webapp. This list is appended to the build profile where appropriate.
gs.exts_core=app-schema,arcsde,csw,db2,gdal,grib,inspire,jp2k,netcdf,netcdf-out,oracle,sqlserver,vectortiles
gs.exts_comm=geopkg,hz-cluster,jdbcconfig,jdbcstore,python
gs-exts.exts=cloudwatch,mongodb,printng