diff --git a/stacks/java-quarkus/1.3.0/devfile.yaml b/stacks/java-quarkus/1.3.0/devfile.yaml index caa7a5f3..7dc55674 100644 --- a/stacks/java-quarkus/1.3.0/devfile.yaml +++ b/stacks/java-quarkus/1.3.0/devfile.yaml @@ -50,7 +50,7 @@ commands: - id: dev-run exec: component: tools - commandLine: 'mvn -Dmaven.repo.local=/home/user/.m2/repository quarkus:dev -Dquarkus.http.host=0.0.0.0' + commandLine: 'mvn -Dmaven.repo.local=/home/user/.m2/repository quarkus:dev -Dquarkus.http.host=0.0.0.0 -Dquarkus.analytics.disabled=true' hotReloadCapable: true group: kind: run @@ -59,7 +59,7 @@ commands: - id: dev-debug exec: component: tools - commandLine: 'mvn -Dmaven.repo.local=/home/user/.m2/repository quarkus:dev -Dquarkus.http.host=0.0.0.0 -Ddebug=${DEBUG_PORT}' + commandLine: 'mvn -Dmaven.repo.local=/home/user/.m2/repository quarkus:dev -Dquarkus.http.host=0.0.0.0 -Dquarkus.analytics.disabled=true -Ddebug=${DEBUG_PORT}' hotReloadCapable: true group: kind: debug diff --git a/stacks/java-quarkus/1.3.1/devfile.yaml b/stacks/java-quarkus/1.3.1/devfile.yaml index 9c6c0054..dc9357aa 100644 --- a/stacks/java-quarkus/1.3.1/devfile.yaml +++ b/stacks/java-quarkus/1.3.1/devfile.yaml @@ -49,7 +49,7 @@ commands: - id: dev-run exec: component: tools - commandLine: './mvnw -Dmaven.repo.local=/home/user/.m2/repository quarkus:dev -Dquarkus.http.host=0.0.0.0' + commandLine: './mvnw -Dmaven.repo.local=/home/user/.m2/repository quarkus:dev -Dquarkus.http.host=0.0.0.0 -Dquarkus.analytics.disabled=true' hotReloadCapable: true group: kind: run @@ -58,7 +58,7 @@ commands: - id: dev-debug exec: component: tools - commandLine: './mvnw -Dmaven.repo.local=/home/user/.m2/repository quarkus:dev -Dquarkus.http.host=0.0.0.0 -Ddebug=${DEBUG_PORT}' + commandLine: './mvnw -Dmaven.repo.local=/home/user/.m2/repository quarkus:dev -Dquarkus.http.host=0.0.0.0 -Dquarkus.analytics.disabled=true -Ddebug=${DEBUG_PORT}' hotReloadCapable: true group: kind: debug diff --git a/stacks/java-quarkus/1.4.0/devfile.yaml b/stacks/java-quarkus/1.4.0/devfile.yaml index f5a12890..8df61c49 100644 --- a/stacks/java-quarkus/1.4.0/devfile.yaml +++ b/stacks/java-quarkus/1.4.0/devfile.yaml @@ -51,7 +51,7 @@ commands: - id: dev-run exec: component: tools - commandLine: 'mvn -Dmaven.repo.local=/home/user/.m2/repository quarkus:dev -Dquarkus.http.host=0.0.0.0' + commandLine: 'mvn -Dmaven.repo.local=/home/user/.m2/repository quarkus:dev -Dquarkus.http.host=0.0.0.0 -Dquarkus.analytics.disabled=true' hotReloadCapable: true group: kind: run @@ -60,7 +60,7 @@ commands: - id: dev-debug exec: component: tools - commandLine: 'mvn -Dmaven.repo.local=/home/user/.m2/repository quarkus:dev -Dquarkus.http.host=0.0.0.0 -Ddebug=${DEBUG_PORT}' + commandLine: 'mvn -Dmaven.repo.local=/home/user/.m2/repository quarkus:dev -Dquarkus.http.host=0.0.0.0 -Dquarkus.analytics.disabled=true -Ddebug=${DEBUG_PORT}' hotReloadCapable: true group: kind: debug diff --git a/stacks/java-quarkus/1.4.1/devfile.yaml b/stacks/java-quarkus/1.4.1/devfile.yaml index 56013365..042e4eda 100644 --- a/stacks/java-quarkus/1.4.1/devfile.yaml +++ b/stacks/java-quarkus/1.4.1/devfile.yaml @@ -50,7 +50,7 @@ commands: - id: dev-run exec: component: tools - commandLine: './mvnw -Dmaven.repo.local=/home/user/.m2/repository quarkus:dev -Dquarkus.http.host=0.0.0.0' + commandLine: './mvnw -Dmaven.repo.local=/home/user/.m2/repository quarkus:dev -Dquarkus.http.host=0.0.0.0 -Dquarkus.analytics.disabled=true' hotReloadCapable: true group: kind: run @@ -59,7 +59,7 @@ commands: - id: dev-debug exec: component: tools - commandLine: './mvnw -Dmaven.repo.local=/home/user/.m2/repository quarkus:dev -Dquarkus.http.host=0.0.0.0 -Ddebug=${DEBUG_PORT}' + commandLine: './mvnw -Dmaven.repo.local=/home/user/.m2/repository quarkus:dev -Dquarkus.http.host=0.0.0.0 -Dquarkus.analytics.disabled=true -Ddebug=${DEBUG_PORT}' hotReloadCapable: true group: kind: debug diff --git a/stacks/java-quarkus/1.5.0/devfile.yaml b/stacks/java-quarkus/1.5.0/devfile.yaml index 01d3fbcb..4fd2c60c 100644 --- a/stacks/java-quarkus/1.5.0/devfile.yaml +++ b/stacks/java-quarkus/1.5.0/devfile.yaml @@ -50,7 +50,7 @@ commands: - id: dev-run exec: component: tools - commandLine: './mvnw -Dmaven.repo.local=/home/user/.m2/repository quarkus:dev -Dquarkus.http.host=0.0.0.0' + commandLine: './mvnw -Dmaven.repo.local=/home/user/.m2/repository quarkus:dev -Dquarkus.http.host=0.0.0.0 -Dquarkus.analytics.disabled=true' hotReloadCapable: true group: kind: run @@ -59,7 +59,7 @@ commands: - id: dev-debug exec: component: tools - commandLine: './mvnw -Dmaven.repo.local=/home/user/.m2/repository quarkus:dev -Dquarkus.http.host=0.0.0.0 -Ddebug=${DEBUG_PORT}' + commandLine: './mvnw -Dmaven.repo.local=/home/user/.m2/repository quarkus:dev -Dquarkus.http.host=0.0.0.0 -Dquarkus.analytics.disabled=true -Ddebug=${DEBUG_PORT}' hotReloadCapable: true group: kind: debug