Skip to content

Commit

Permalink
openshift.io eclipse-che#2022: Missing goals for wildfly build / run …
Browse files Browse the repository at this point in the history
…commands

Signed-off-by: Ilya Buziuk <[email protected]>
  • Loading branch information
ibuziuk committed Jan 25, 2018
1 parent c2841ef commit 11128c8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions ide/che-core-ide-stacks/src/main/resources/stacks.json
Original file line number Diff line number Diff line change
Expand Up @@ -2405,14 +2405,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'"
}
Expand Down

0 comments on commit 11128c8

Please sign in to comment.