James Falkner
2019-08-20 805b3df3ad12b26c7b09b2170cc989fb54cc25a5
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
{
      "commands": [
        {
          "commandLine": "mvn verify -f ${current.project.path}",
          "name": "Run Quarkus Tests",
          "type": "mvn",
          "attributes": {
            "goal": "Test",
            "previewUrl": ""
          }
        },
        {
          "commandLine": "mvn clean compile quarkus:dev -f ${current.project.path}",
          "name": "Start Live Coding",
          "type": "custom",
          "attributes": {
            "goal": "Run",
            "previewUrl": "${server.8080/tcp}"
          }
        },
        {
          "commandLine": "MAVEN_OPTS=\"-Xmx1024M -Xss128M -XX:MetaspaceSize=512M -XX:MaxMetaspaceSize=1024M -XX:+CMSClassUnloadingEnabled\" mvn -f ${current.project.path} clean package -Pnative -DskipTests",
          "name": "Build Native Quarkus App",
          "type": "custom",
          "attributes": {
            "goal": "Package",
            "previewUrl": ""
          }
        },
        {
          "commandLine": "MAVEN_OPTS=\"-Xmx1024M -Xss128M -XX:MetaspaceSize=512M -XX:MaxMetaspaceSize=1024M -XX:+CMSClassUnloadingEnabled\" mvn -f ${current.project.path} clean package -DskipTests",
          "name": "Create Executable JAR",
          "type": "custom",
          "attributes": {
            "goal": "Package",
            "previewUrl": ""
          }
        },
        {
          "commandLine": "mvn clean compile quarkus:dev -Ddebug -f ${current.project.path}",
          "name": "Debug Quarkus App",
          "type": "custom",
          "attributes": {
            "goal": "Debug",
            "previewUrl": "${server.8080/tcp}"
          }
        }
      ],
      "defaultEnv": "default",
      "environments": {
        "default": {
          "recipe": {
            "type": "dockerimage",
            "content": "image-registry.openshift-image-registry.svc:5000/openshift/quarkus-stack:1.0"
          },
          "machines": {
            "dev-machine": {
              "servers": {
                "5005/tcp": {
                  "protocol": "http",
                  "port": "5005",
                  "attributes": {}
                },
                "8080/tcp": {
                  "protocol": "http",
                  "port": "8080",
                  "attributes": {}
                },
                "8000/tcp": {
                  "protocol": "http",
                  "port": "8000",
                  "attributes": {}
                }
              },
              "volumes": {},
              "installers": [
                "org.eclipse.che.exec",
                "org.eclipse.che.terminal",
                "org.eclipse.che.ws-agent",
                "org.eclipse.che.ls.java"
              ],
              "env": {},
              "attributes": {
                "memoryLimitBytes": "5368709120"
              }
            }
          }
        }
      },
      "name": "WORKSPACENAME",
      "attributes": {},
    "temporary": false,
    "links": []
  }