diff --git a/ide/che-core-ide-stacks/src/main/resources/stacks.json b/ide/che-core-ide-stacks/src/main/resources/stacks.json index 9a32a4738e..d78fcc2f5a 100644 --- a/ide/che-core-ide-stacks/src/main/resources/stacks.json +++ b/ide/che-core-ide-stacks/src/main/resources/stacks.json @@ -2289,14 +2289,18 @@ { "name": "build", "type": "mvn", - "attributes": {}, + "attributes": { + "previewUrl": "", + "goal": "Build" + }, "commandLine": "scl enable rh-maven33 'mvn clean install -f ${current.project.path}'" }, { "name": "run", "type": "custom", "attributes": { - "previewUrl": "${server.wildfly}" + "previewUrl": "${server.wildfly}", + "goal": "Run" }, "commandLine": "cd ${current.project.path} && scl enable rh-maven33 'java -jar target/*-swarm.jar'" }