Skip to content

Commit

Permalink
Merge pull request eclipse-che#5937 from davidfestal/fix-vertx-spring…
Browse files Browse the repository at this point in the history
…boot-stack-error

Fix an erroneous change of vertx and spring boot stacks
  • Loading branch information
davidfestal authored Aug 8, 2017
2 parents a258f2f + c7a0fdc commit f563b13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 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 @@ -2364,7 +2364,7 @@
"goal": "Build"
}
}, {
"commandLine": "cd ${current.project.path} && scl enable rh-maven33 'java -jar target/*-fat.jar'",
"commandLine": "scl enable rh-maven33 'mvn compile vertx:run -f ${current.project.path}'",
"name": "run",
"type": "custom",
"attributes": {
Expand Down Expand Up @@ -2441,7 +2441,7 @@
"type": "mvn"
},
{
"commandLine": "java -jar ${current.project.path}/target/*.jar",
"commandLine": "scl enable rh-maven33 'mvn compile spring-boot:run -f ${current.project.path}'",
"name": "run",
"type": "custom",
"attributes": {
Expand Down

0 comments on commit f563b13

Please sign in to comment.