-
Notifications
You must be signed in to change notification settings - Fork 11
/
.factory.json
94 lines (94 loc) · 2.37 KB
/
.factory.json
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
{
"v": "4.0",
"name": "hono-example-bridge",
"workspace": {
"environments": {
"default": {
"machines": {
"dev-machine": {
"attributes": {
"memoryLimitBytes": "2147483648"
},
"servers": {
"tomcat8-debug": {
"attributes": {},
"port": "8000",
"protocol": "http"
},
"codeserver": {
"attributes": {},
"port": "9876",
"protocol": "http"
},
"tomcat8": {
"attributes": {},
"port": "8080",
"protocol": "http"
}
},
"volumes": {},
"installers": [
"org.eclipse.che.exec",
"org.eclipse.che.terminal",
"org.eclipse.che.ws-agent",
"org.eclipse.che.ls.camel",
"org.eclipse.che.git-credentials"
],
"env": {}
}
},
"recipe": {
"type": "dockerimage",
"content": "eclipse/centos_jdk8"
}
}
},
"defaultEnv": "default",
"projects": [
{
"links": [],
"name": "hono-example-bridge",
"attributes": {
"contribute_to_branch": [
"master"
],
"commands": [
"{\"commandLine\":\"mvn clean package spring-boot:run -B -f ${current.project.path}\", \"name\":\"run\", \"attributes\":{\"goal\":\"Run\", \"previewUrl\":\"\"}, \"type\":\"custom\"}"
]
},
"type": "maven",
"source": {
"location": "https://github.com/ctron/hono-example-bridge",
"type": "git",
"parameters": {}
},
"path": "/hono-example-bridge",
"description": "",
"problems": [],
"mixins": [
"pullrequest"
]
}
],
"name": "hono-example-bridge",
"commands": [
{
"commandLine": "mvn clean install -B -f ${current.project.path}",
"name": "build",
"attributes": {
"goal": "Build",
"previewUrl": ""
},
"type": "mvn"
}
],
"links": []
},
"id": "factoryhzli1famqtydpfmx",
"creator": {
"name": "che",
"email": "che@eclipse.org",
"created": 1526980296641,
"userId": "che"
}
}