forked from tschaub/suite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
build.properties
54 lines (39 loc) · 1.53 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
#
# Properties used by server build.
#
# Versions
server.version=1.2.0
server.build_root=/var/www/server/core
server.build_cat=dev
server.build_name=latest
gt.major_version=21
gwc.major_version=1.15
gs.major_version=2.15
#Version suffix for this server build
server.minor_version=-SNAPSHOT
#Version suffix to replace
base.minor_version=-SNAPSHOT
pg.version=2.5.1
postgresql.jdbc.version=9.4.1208
jetty.version=9.4.12.v20180830
ringojs.version=0.8.1
marlin.version=0.7.3-Unsafe
spring.version=5.1.1.RELEASE
spring.security.version=5.1.1.RELEASE
# Build flags
mvn.flags=-nsu
mvn.repo=${user.home}/.m2/repository
sphinx.flags=
# List of top-level components
server.components=composer,dashboard,docs,geoserver,geowebcache,wpsbuilder,quickview
# Extensions and build profiles
# gt.profile and gs.profile is used to build modules that are required for the server webapp and downstream extensions, but shouldn't be packaged seperately
gt.profile=mongodb,ysld,mbstyle,mbtiles
gs.profile=ogr,importer,gwc-s3,ysld,mbstyle,mbtiles,wps
gs.profile_comm=geopkg,script,web-resource
# gs.exts_core, gs.exts_comm, gs-exts.exts, and external.exts list individual extensions that are packaged seperately from the server
# webapp. This list is appended to the build profile where appropriate, and used to construct the packaging
gs.exts_core=app-schema,arcsde,csw,db2,gdal,grib,inspire,jp2k,mongodb,netcdf,netcdf-out,oracle,sqlserver,vectortiles
gs.exts_comm=hz-cluster,jdbcconfig,jdbcstore,python
gs-exts.exts=cloudwatch,printng
external.exts=gsr,spatialstatistics