From 24d3db168b54b9c3bd95c78a2f57ec54b52a2531 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Pupier?= Date: Wed, 24 Jul 2019 15:59:19 +0200 Subject: [PATCH] Remove debug task eclipse/che#14003 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - cannot make it working even when attaching manually the Java debugger afterwise - Debug is available through CodeLens on the Application Java class - no other devfiles are providing this kind of debug task Signed-off-by: Aurélien Pupier --- devfiles/apache-camel-springboot/devfile.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/devfiles/apache-camel-springboot/devfile.yaml b/devfiles/apache-camel-springboot/devfile.yaml index 442b479cd..af5037108 100644 --- a/devfiles/apache-camel-springboot/devfile.yaml +++ b/devfiles/apache-camel-springboot/devfile.yaml @@ -63,10 +63,3 @@ commands: component: maven command: mvn spring-boot:run -DskipTests workdir: ${CHE_PROJECTS_ROOT}/fuse-rest-http-booster - - - name: run and debug the services - actions: - - type: exec - component: maven - command: mvn spring-boot:run -DskipTests -Drun.jvmArguments="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005" - workdir: ${CHE_PROJECTS_ROOT}/fuse-rest-http-booster