Skip to content

Commit

Permalink
Update Eclipse Che stack: (#7114)
Browse files Browse the repository at this point in the history
- declare server for GWT CodeServer;
- add command for launching Super DevMode.
  • Loading branch information
azatsarynnyy authored Oct 31, 2017
1 parent 19f5fd1 commit 8044dbc
Showing 1 changed file with 15 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,12 @@
"org.eclipse.che.ssh",
"org.eclipse.che.ls.js-ts"
],
"servers": {},
"servers": {
"GWT-CodeServer": {
"protocol": "http",
"port": "9876"
}
},
"attributes": {
"memoryLimitBytes": "7516192768"
}
Expand All @@ -57,6 +62,15 @@
"commandLine": "mvn clean install -DskipIntegrationTests=true -Pnative -f ${current.project.path}",
"name": "Build project",
"type": "custom"
},
{
"commandLine": "cd /projects/che && mvn gwt:codeserver -pl :che-ide-gwt-app -am -Pfast",
"name": "GWT SDM",
"type": "gwt_sdm_che",
"attributes": {
"previewUrl": "",
"goal": "Run"
}
}
]
},
Expand Down

0 comments on commit 8044dbc

Please sign in to comment.