-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathui5.yaml
59 lines (59 loc) · 1.42 KB
/
ui5.yaml
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
specVersion: "2.3"
metadata:
name: quick-data-reporter
type: application
framework:
name: SAPUI5
version: 1.84.1
libraries:
- name: sap.ui.core
- name: sap.ui.comp
- name: sap.m
- name: sap.ui.layout
- name: sap.uxap
- name: sap.tnt
- name: sap.f
- name: sap.ushell
- name: sap.suite.ui.generic.template
- name: sap.ui.generic.app
- name: themelib_sap_belize
- name: themelib_sap_fiori_3
resources:
configuration:
propertiesFileSourceEncoding: UTF-8
builder:
resources:
excludes:
- "/test/**"
- "/localService/**"
- "**/.eslintrc"
customTasks:
- name: ui5-task-nwabap-deployer
afterTask: generateCachebusterInfo
configuration:
resources:
pattern: "**/*.*"
ui5:
language: EN
package: $QDRT_UI5
bspContainer: ZDEVEPOS_QDRT
bspContainerText: Quick Data Reporter
calculateApplicationIndex: true
server:
customMiddleware:
# proxy to backend service
- name: ui5-middleware-route-proxy
afterMiddleware: compression
configuration:
/sap/zqdrtrest:
target: PROXY_TARGET
auth:
user: PROXY_AUTH_USER
pass: PROXY_AUTH_PASS
- name: ui5-middleware-livereload
afterMiddleware: compression
configuration:
debug: true
ext: "xml,json,properties"
port: 35729
path: "webapp"