Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
The `build` command of the RH `spring-boot` stack is a `custom` command
with preview, instead of being simply a `mvn` command. This prevents
on-the-fly compilation of test classes to happen.

Signed-off-by: David Festal <dfestal@redhat.com>
  • Loading branch information
davidfestal authored and benoitf committed Jun 14, 2017
1 parent c5e7a34 commit 3805d04
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions ide/che-core-ide-stacks/src/main/resources/stacks.json
Original file line number Diff line number Diff line change
Expand Up @@ -2437,11 +2437,7 @@
{
"commandLine": "scl enable rh-maven33 'mvn clean install -f ${current.project.path}'",
"name": "build",
"type": "custom",
"attributes": {
"previewUrl": "",
"goal": "Build"
}
"type": "mvn"
},
{
"commandLine": "java -jar ${current.project.path}/target/*.jar",
Expand Down

0 comments on commit 3805d04

Please sign in to comment.