**_NOTE:_** Quarkus now ships with a Dev UI, which is available in dev mode only at .
diff --git a/integration-tests/devtools/src/test/java/io/quarkus/devtools/codestarts/quarkus/PicocliCodestartTest.java b/integration-tests/devtools/src/test/java/io/quarkus/devtools/codestarts/quarkus/PicocliCodestartTest.java
index 607617de02e8d..dee806c2728a4 100644
--- a/integration-tests/devtools/src/test/java/io/quarkus/devtools/codestarts/quarkus/PicocliCodestartTest.java
+++ b/integration-tests/devtools/src/test/java/io/quarkus/devtools/codestarts/quarkus/PicocliCodestartTest.java
@@ -31,7 +31,7 @@ void testContent() throws Throwable {
codestartTest.checkGeneratedSource("org.acme.GreetingCommand");
codestartTest.assertThatGeneratedFile(JAVA, "README.md")
- .satisfies(checkContains("./mvnw compile quarkus:dev -Dquarkus.args='Quarky"));
+ .satisfies(checkContains("./mvnw quarkus:dev -Dquarkus.args='Quarky"));
codestartGradleTest.assertThatGeneratedFile(JAVA, "README.md")
.satisfies(checkContains("./gradlew quarkusDev --quarkus-args='Quarky'"));
diff --git a/integration-tests/elasticsearch-rest-client/src/main/resources/META-INF/resources/index.html b/integration-tests/elasticsearch-rest-client/src/main/resources/META-INF/resources/index.html
index a815a45c35ba0..369508c4f7c90 100644
--- a/integration-tests/elasticsearch-rest-client/src/main/resources/META-INF/resources/index.html
+++ b/integration-tests/elasticsearch-rest-client/src/main/resources/META-INF/resources/index.html
@@ -114,7 +114,7 @@ Why do you see this?
What can I do from here?
- If not already done, run the application in dev mode using: mvn compile quarkus:dev
.
+
If not already done, run the application in dev mode using: mvn quarkus:dev
.
- Add REST resources, Servlets, functions and other services in
src/main/java
.
diff --git a/integration-tests/gradle/src/main/resources/add-extension-multi-module-kts/application/src/main/resources/META-INF/resources/index.html b/integration-tests/gradle/src/main/resources/add-extension-multi-module-kts/application/src/main/resources/META-INF/resources/index.html
index eadceb1f2f9c8..3fe09766240f5 100644
--- a/integration-tests/gradle/src/main/resources/add-extension-multi-module-kts/application/src/main/resources/META-INF/resources/index.html
+++ b/integration-tests/gradle/src/main/resources/add-extension-multi-module-kts/application/src/main/resources/META-INF/resources/index.html
@@ -114,7 +114,7 @@ Why do you see this?
What can I do from here?
- If not already done, run the application in dev mode using: mvn compile quarkus:dev
.
+
If not already done, run the application in dev mode using: mvn quarkus:dev
.
- Add REST resources, Servlets, functions and other services in
src/main/java
.
diff --git a/integration-tests/gradle/src/main/resources/add-extension-multi-module/application/src/main/resources/META-INF/resources/index.html b/integration-tests/gradle/src/main/resources/add-extension-multi-module/application/src/main/resources/META-INF/resources/index.html
index eadceb1f2f9c8..3fe09766240f5 100644
--- a/integration-tests/gradle/src/main/resources/add-extension-multi-module/application/src/main/resources/META-INF/resources/index.html
+++ b/integration-tests/gradle/src/main/resources/add-extension-multi-module/application/src/main/resources/META-INF/resources/index.html
@@ -114,7 +114,7 @@ Why do you see this?
What can I do from here?
- If not already done, run the application in dev mode using: mvn compile quarkus:dev
.
+
If not already done, run the application in dev mode using: mvn quarkus:dev
.
- Add REST resources, Servlets, functions and other services in
src/main/java
.
diff --git a/integration-tests/gradle/src/main/resources/basic-composite-build-extension-project/application/src/main/resources/META-INF/resources/index.html b/integration-tests/gradle/src/main/resources/basic-composite-build-extension-project/application/src/main/resources/META-INF/resources/index.html
index eadceb1f2f9c8..3fe09766240f5 100644
--- a/integration-tests/gradle/src/main/resources/basic-composite-build-extension-project/application/src/main/resources/META-INF/resources/index.html
+++ b/integration-tests/gradle/src/main/resources/basic-composite-build-extension-project/application/src/main/resources/META-INF/resources/index.html
@@ -114,7 +114,7 @@ Why do you see this?
What can I do from here?
- If not already done, run the application in dev mode using: mvn compile quarkus:dev
.
+
If not already done, run the application in dev mode using: mvn quarkus:dev
.
- Add REST resources, Servlets, functions and other services in
src/main/java
.
diff --git a/integration-tests/gradle/src/main/resources/basic-java-library-module/application/src/main/resources/META-INF/resources/index.html b/integration-tests/gradle/src/main/resources/basic-java-library-module/application/src/main/resources/META-INF/resources/index.html
index 19a306886e3cb..91b1b2d495a0c 100644
--- a/integration-tests/gradle/src/main/resources/basic-java-library-module/application/src/main/resources/META-INF/resources/index.html
+++ b/integration-tests/gradle/src/main/resources/basic-java-library-module/application/src/main/resources/META-INF/resources/index.html
@@ -114,7 +114,7 @@ Why do you see this?
What can I do from here?
- If not already done, run the application in dev mode using: mvn compile quarkus:dev
.
+
If not already done, run the application in dev mode using: mvn quarkus:dev
.
- Add REST resources, Servlets, functions and other services in
src/main/java
.
diff --git a/integration-tests/gradle/src/main/resources/basic-java-platform-module/application/src/main/resources/META-INF/resources/index.html b/integration-tests/gradle/src/main/resources/basic-java-platform-module/application/src/main/resources/META-INF/resources/index.html
index 19a306886e3cb..91b1b2d495a0c 100644
--- a/integration-tests/gradle/src/main/resources/basic-java-platform-module/application/src/main/resources/META-INF/resources/index.html
+++ b/integration-tests/gradle/src/main/resources/basic-java-platform-module/application/src/main/resources/META-INF/resources/index.html
@@ -114,7 +114,7 @@ Why do you see this?
What can I do from here?
- If not already done, run the application in dev mode using: mvn compile quarkus:dev
.
+
If not already done, run the application in dev mode using: mvn quarkus:dev
.
- Add REST resources, Servlets, functions and other services in
src/main/java
.
diff --git a/integration-tests/gradle/src/main/resources/basic-multi-module-project/application/src/main/resources/META-INF/resources/index.html b/integration-tests/gradle/src/main/resources/basic-multi-module-project/application/src/main/resources/META-INF/resources/index.html
index eadceb1f2f9c8..3fe09766240f5 100644
--- a/integration-tests/gradle/src/main/resources/basic-multi-module-project/application/src/main/resources/META-INF/resources/index.html
+++ b/integration-tests/gradle/src/main/resources/basic-multi-module-project/application/src/main/resources/META-INF/resources/index.html
@@ -114,7 +114,7 @@ Why do you see this?
What can I do from here?
- If not already done, run the application in dev mode using: mvn compile quarkus:dev
.
+
If not already done, run the application in dev mode using: mvn quarkus:dev
.
- Add REST resources, Servlets, functions and other services in
src/main/java
.
diff --git a/integration-tests/gradle/src/main/resources/inject-quarkus-app-properties/src/main/resources/META-INF/resources/index.html b/integration-tests/gradle/src/main/resources/inject-quarkus-app-properties/src/main/resources/META-INF/resources/index.html
index 1579f19fa9dc4..88a502b6bd212 100644
--- a/integration-tests/gradle/src/main/resources/inject-quarkus-app-properties/src/main/resources/META-INF/resources/index.html
+++ b/integration-tests/gradle/src/main/resources/inject-quarkus-app-properties/src/main/resources/META-INF/resources/index.html
@@ -114,7 +114,7 @@ Why do you see this?
What can I do from here?
- If not already done, run the application in dev mode using: mvn compile quarkus:dev
.
+
If not already done, run the application in dev mode using: mvn quarkus:dev
.
- Add REST resources, Servlets, functions and other services in
src/main/java
.
diff --git a/integration-tests/gradle/src/main/resources/kotlin-grpc-project/src/main/resources/META-INF/resources/index.html b/integration-tests/gradle/src/main/resources/kotlin-grpc-project/src/main/resources/META-INF/resources/index.html
index be5b52408e8e3..0b0b5e6318d25 100644
--- a/integration-tests/gradle/src/main/resources/kotlin-grpc-project/src/main/resources/META-INF/resources/index.html
+++ b/integration-tests/gradle/src/main/resources/kotlin-grpc-project/src/main/resources/META-INF/resources/index.html
@@ -114,7 +114,7 @@ Why do you see this?
What can I do from here?
- If not already done, run the application in dev mode using: mvn compile quarkus:dev
.
+
If not already done, run the application in dev mode using: mvn quarkus:dev
.
- Add REST resources, Servlets, functions and other services in
src/main/java
.
diff --git a/integration-tests/gradle/src/main/resources/multi-module-kotlin-project/web/src/main/resources/META-INF/resources/index.html b/integration-tests/gradle/src/main/resources/multi-module-kotlin-project/web/src/main/resources/META-INF/resources/index.html
index 66428751f2873..6695b5fe116f4 100644
--- a/integration-tests/gradle/src/main/resources/multi-module-kotlin-project/web/src/main/resources/META-INF/resources/index.html
+++ b/integration-tests/gradle/src/main/resources/multi-module-kotlin-project/web/src/main/resources/META-INF/resources/index.html
@@ -114,7 +114,7 @@ Why do you see this?
What can I do from here?
- If not already done, run the application in dev mode using: mvn compile quarkus:dev
.
+
If not already done, run the application in dev mode using: mvn quarkus:dev
.
- Add REST resources, Servlets, functions and other services in
src/main/java
.
diff --git a/integration-tests/gradle/src/main/resources/multi-module-parent-dependency/app/src/main/resources/META-INF/resources/index.html b/integration-tests/gradle/src/main/resources/multi-module-parent-dependency/app/src/main/resources/META-INF/resources/index.html
index da5bb2cd6948d..7f903a5f1f6f4 100644
--- a/integration-tests/gradle/src/main/resources/multi-module-parent-dependency/app/src/main/resources/META-INF/resources/index.html
+++ b/integration-tests/gradle/src/main/resources/multi-module-parent-dependency/app/src/main/resources/META-INF/resources/index.html
@@ -114,7 +114,7 @@ Why do you see this?
What can I do from here?
- If not already done, run the application in dev mode using: mvn compile quarkus:dev
.
+
If not already done, run the application in dev mode using: mvn quarkus:dev
.
- Add REST resources, Servlets, functions and other services in
src/main/java
.
diff --git a/integration-tests/gradle/src/main/resources/multi-source-project/src/main/resources/META-INF/resources/index.html b/integration-tests/gradle/src/main/resources/multi-source-project/src/main/resources/META-INF/resources/index.html
index be5b52408e8e3..0b0b5e6318d25 100644
--- a/integration-tests/gradle/src/main/resources/multi-source-project/src/main/resources/META-INF/resources/index.html
+++ b/integration-tests/gradle/src/main/resources/multi-source-project/src/main/resources/META-INF/resources/index.html
@@ -114,7 +114,7 @@ Why do you see this?
What can I do from here?
- If not already done, run the application in dev mode using: mvn compile quarkus:dev
.
+
If not already done, run the application in dev mode using: mvn quarkus:dev
.
- Add REST resources, Servlets, functions and other services in
src/main/java
.
diff --git a/integration-tests/gradle/src/main/resources/test-resources-vs-main-resources/src/main/resources/META-INF/resources/index.html b/integration-tests/gradle/src/main/resources/test-resources-vs-main-resources/src/main/resources/META-INF/resources/index.html
index 1579f19fa9dc4..88a502b6bd212 100644
--- a/integration-tests/gradle/src/main/resources/test-resources-vs-main-resources/src/main/resources/META-INF/resources/index.html
+++ b/integration-tests/gradle/src/main/resources/test-resources-vs-main-resources/src/main/resources/META-INF/resources/index.html
@@ -114,7 +114,7 @@ Why do you see this?
What can I do from here?
- If not already done, run the application in dev mode using: mvn compile quarkus:dev
.
+
If not already done, run the application in dev mode using: mvn quarkus:dev
.
- Add REST resources, Servlets, functions and other services in
src/main/java
.
diff --git a/integration-tests/kotlin/src/test/resources/projects/classic-kotlin/src/main/resources/META-INF/resources/index.html b/integration-tests/kotlin/src/test/resources/projects/classic-kotlin/src/main/resources/META-INF/resources/index.html
index c09bb5c96b869..36789577840ad 100644
--- a/integration-tests/kotlin/src/test/resources/projects/classic-kotlin/src/main/resources/META-INF/resources/index.html
+++ b/integration-tests/kotlin/src/test/resources/projects/classic-kotlin/src/main/resources/META-INF/resources/index.html
@@ -114,7 +114,7 @@ Why do you see this?
What can I do from here?
- If not already done, run the application in dev mode using: mvn compile quarkus:dev
.
+
If not already done, run the application in dev mode using: mvn quarkus:dev
.
- Add REST resources, Servlets, functions and other services in
src/main/java
.
diff --git a/integration-tests/kotlin/src/test/resources/projects/kotlin-compiler-args/src/main/resources/META-INF/resources/index.html b/integration-tests/kotlin/src/test/resources/projects/kotlin-compiler-args/src/main/resources/META-INF/resources/index.html
index c09bb5c96b869..36789577840ad 100644
--- a/integration-tests/kotlin/src/test/resources/projects/kotlin-compiler-args/src/main/resources/META-INF/resources/index.html
+++ b/integration-tests/kotlin/src/test/resources/projects/kotlin-compiler-args/src/main/resources/META-INF/resources/index.html
@@ -114,7 +114,7 @@ Why do you see this?
What can I do from here?
- If not already done, run the application in dev mode using: mvn compile quarkus:dev
.
+
If not already done, run the application in dev mode using: mvn quarkus:dev
.
- Add REST resources, Servlets, functions and other services in
src/main/java
.
diff --git a/integration-tests/maven/src/test/resources-filtered/projects/classic-inst/src/main/resources/META-INF/resources/index.html b/integration-tests/maven/src/test/resources-filtered/projects/classic-inst/src/main/resources/META-INF/resources/index.html
index c09bb5c96b869..36789577840ad 100644
--- a/integration-tests/maven/src/test/resources-filtered/projects/classic-inst/src/main/resources/META-INF/resources/index.html
+++ b/integration-tests/maven/src/test/resources-filtered/projects/classic-inst/src/main/resources/META-INF/resources/index.html
@@ -114,7 +114,7 @@ Why do you see this?
What can I do from here?
- If not already done, run the application in dev mode using: mvn compile quarkus:dev
.
+
If not already done, run the application in dev mode using: mvn quarkus:dev
.
- Add REST resources, Servlets, functions and other services in
src/main/java
.
diff --git a/integration-tests/maven/src/test/resources-filtered/projects/classic-no-build/src/main/resources/META-INF/resources/index.html b/integration-tests/maven/src/test/resources-filtered/projects/classic-no-build/src/main/resources/META-INF/resources/index.html
index c09bb5c96b869..36789577840ad 100644
--- a/integration-tests/maven/src/test/resources-filtered/projects/classic-no-build/src/main/resources/META-INF/resources/index.html
+++ b/integration-tests/maven/src/test/resources-filtered/projects/classic-no-build/src/main/resources/META-INF/resources/index.html
@@ -114,7 +114,7 @@ Why do you see this?
What can I do from here?
- If not already done, run the application in dev mode using: mvn compile quarkus:dev
.
+
If not already done, run the application in dev mode using: mvn quarkus:dev
.
- Add REST resources, Servlets, functions and other services in
src/main/java
.
diff --git a/integration-tests/maven/src/test/resources-filtered/projects/classic-no-generate/src/main/resources/META-INF/resources/index.html b/integration-tests/maven/src/test/resources-filtered/projects/classic-no-generate/src/main/resources/META-INF/resources/index.html
index c09bb5c96b869..36789577840ad 100644
--- a/integration-tests/maven/src/test/resources-filtered/projects/classic-no-generate/src/main/resources/META-INF/resources/index.html
+++ b/integration-tests/maven/src/test/resources-filtered/projects/classic-no-generate/src/main/resources/META-INF/resources/index.html
@@ -114,7 +114,7 @@ Why do you see this?
What can I do from here?
- If not already done, run the application in dev mode using: mvn compile quarkus:dev
.
+
If not already done, run the application in dev mode using: mvn quarkus:dev
.
- Add REST resources, Servlets, functions and other services in
src/main/java
.
diff --git a/integration-tests/maven/src/test/resources-filtered/projects/classic-no-undertow/src/main/resources/META-INF/resources/index.html b/integration-tests/maven/src/test/resources-filtered/projects/classic-no-undertow/src/main/resources/META-INF/resources/index.html
index c09bb5c96b869..36789577840ad 100644
--- a/integration-tests/maven/src/test/resources-filtered/projects/classic-no-undertow/src/main/resources/META-INF/resources/index.html
+++ b/integration-tests/maven/src/test/resources-filtered/projects/classic-no-undertow/src/main/resources/META-INF/resources/index.html
@@ -114,7 +114,7 @@ Why do you see this?
What can I do from here?
- If not already done, run the application in dev mode using: mvn compile quarkus:dev
.
+
If not already done, run the application in dev mode using: mvn quarkus:dev
.
- Add REST resources, Servlets, functions and other services in
src/main/java
.
diff --git a/integration-tests/maven/src/test/resources-filtered/projects/classic-noconfig/src/main/resources/META-INF/resources/index.html b/integration-tests/maven/src/test/resources-filtered/projects/classic-noconfig/src/main/resources/META-INF/resources/index.html
index c09bb5c96b869..36789577840ad 100644
--- a/integration-tests/maven/src/test/resources-filtered/projects/classic-noconfig/src/main/resources/META-INF/resources/index.html
+++ b/integration-tests/maven/src/test/resources-filtered/projects/classic-noconfig/src/main/resources/META-INF/resources/index.html
@@ -114,7 +114,7 @@ Why do you see this?
What can I do from here?
- If not already done, run the application in dev mode using: mvn compile quarkus:dev
.
+
If not already done, run the application in dev mode using: mvn quarkus:dev
.
- Add REST resources, Servlets, functions and other services in
src/main/java
.
diff --git a/integration-tests/maven/src/test/resources-filtered/projects/classic-remote-dev/src/main/resources/META-INF/resources/index.html b/integration-tests/maven/src/test/resources-filtered/projects/classic-remote-dev/src/main/resources/META-INF/resources/index.html
index c09bb5c96b869..36789577840ad 100644
--- a/integration-tests/maven/src/test/resources-filtered/projects/classic-remote-dev/src/main/resources/META-INF/resources/index.html
+++ b/integration-tests/maven/src/test/resources-filtered/projects/classic-remote-dev/src/main/resources/META-INF/resources/index.html
@@ -114,7 +114,7 @@ Why do you see this?
What can I do from here?
- If not already done, run the application in dev mode using: mvn compile quarkus:dev
.
+
If not already done, run the application in dev mode using: mvn quarkus:dev
.
- Add REST resources, Servlets, functions and other services in
src/main/java
.
diff --git a/integration-tests/maven/src/test/resources-filtered/projects/classic-resource-filtering/src/main/resources/META-INF/resources/index.html b/integration-tests/maven/src/test/resources-filtered/projects/classic-resource-filtering/src/main/resources/META-INF/resources/index.html
index c09bb5c96b869..36789577840ad 100644
--- a/integration-tests/maven/src/test/resources-filtered/projects/classic-resource-filtering/src/main/resources/META-INF/resources/index.html
+++ b/integration-tests/maven/src/test/resources-filtered/projects/classic-resource-filtering/src/main/resources/META-INF/resources/index.html
@@ -114,7 +114,7 @@ Why do you see this?
What can I do from here?
- If not already done, run the application in dev mode using: mvn compile quarkus:dev
.
+
If not already done, run the application in dev mode using: mvn quarkus:dev
.
- Add REST resources, Servlets, functions and other services in
src/main/java
.
diff --git a/integration-tests/maven/src/test/resources-filtered/projects/classic/src/main/resources/META-INF/resources/index.html b/integration-tests/maven/src/test/resources-filtered/projects/classic/src/main/resources/META-INF/resources/index.html
index c09bb5c96b869..36789577840ad 100644
--- a/integration-tests/maven/src/test/resources-filtered/projects/classic/src/main/resources/META-INF/resources/index.html
+++ b/integration-tests/maven/src/test/resources-filtered/projects/classic/src/main/resources/META-INF/resources/index.html
@@ -114,7 +114,7 @@ Why do you see this?
What can I do from here?
- If not already done, run the application in dev mode using: mvn compile quarkus:dev
.
+
If not already done, run the application in dev mode using: mvn quarkus:dev
.
- Add REST resources, Servlets, functions and other services in
src/main/java
.
diff --git a/integration-tests/maven/src/test/resources-filtered/projects/dev-mode-file-deletion/src/main/resources/META-INF/resources/index.html b/integration-tests/maven/src/test/resources-filtered/projects/dev-mode-file-deletion/src/main/resources/META-INF/resources/index.html
index c09bb5c96b869..36789577840ad 100644
--- a/integration-tests/maven/src/test/resources-filtered/projects/dev-mode-file-deletion/src/main/resources/META-INF/resources/index.html
+++ b/integration-tests/maven/src/test/resources-filtered/projects/dev-mode-file-deletion/src/main/resources/META-INF/resources/index.html
@@ -114,7 +114,7 @@ Why do you see this?
What can I do from here?
- If not already done, run the application in dev mode using: mvn compile quarkus:dev
.
+
If not already done, run the application in dev mode using: mvn quarkus:dev
.
- Add REST resources, Servlets, functions and other services in
src/main/java
.
diff --git a/integration-tests/maven/src/test/resources-filtered/projects/dev-mode-multiple-resource-dirs-with-profile/src/main/resources-primary/META-INF/resources/index.html b/integration-tests/maven/src/test/resources-filtered/projects/dev-mode-multiple-resource-dirs-with-profile/src/main/resources-primary/META-INF/resources/index.html
index c09bb5c96b869..36789577840ad 100644
--- a/integration-tests/maven/src/test/resources-filtered/projects/dev-mode-multiple-resource-dirs-with-profile/src/main/resources-primary/META-INF/resources/index.html
+++ b/integration-tests/maven/src/test/resources-filtered/projects/dev-mode-multiple-resource-dirs-with-profile/src/main/resources-primary/META-INF/resources/index.html
@@ -114,7 +114,7 @@ Why do you see this?
What can I do from here?
- If not already done, run the application in dev mode using: mvn compile quarkus:dev
.
+
If not already done, run the application in dev mode using: mvn quarkus:dev
.
- Add REST resources, Servlets, functions and other services in
src/main/java
.
diff --git a/integration-tests/maven/src/test/resources-filtered/projects/dev-mode-multiple-resource-dirs/src/main/resources-primary/META-INF/resources/index.html b/integration-tests/maven/src/test/resources-filtered/projects/dev-mode-multiple-resource-dirs/src/main/resources-primary/META-INF/resources/index.html
index c09bb5c96b869..36789577840ad 100644
--- a/integration-tests/maven/src/test/resources-filtered/projects/dev-mode-multiple-resource-dirs/src/main/resources-primary/META-INF/resources/index.html
+++ b/integration-tests/maven/src/test/resources-filtered/projects/dev-mode-multiple-resource-dirs/src/main/resources-primary/META-INF/resources/index.html
@@ -114,7 +114,7 @@ Why do you see this?
What can I do from here?
- If not already done, run the application in dev mode using: mvn compile quarkus:dev
.
+
If not already done, run the application in dev mode using: mvn quarkus:dev
.
- Add REST resources, Servlets, functions and other services in
src/main/java
.
diff --git a/integration-tests/maven/src/test/resources-filtered/projects/ignore-entries-uber-jar/src/main/resources/META-INF/resources/index.html b/integration-tests/maven/src/test/resources-filtered/projects/ignore-entries-uber-jar/src/main/resources/META-INF/resources/index.html
index c09bb5c96b869..36789577840ad 100644
--- a/integration-tests/maven/src/test/resources-filtered/projects/ignore-entries-uber-jar/src/main/resources/META-INF/resources/index.html
+++ b/integration-tests/maven/src/test/resources-filtered/projects/ignore-entries-uber-jar/src/main/resources/META-INF/resources/index.html
@@ -114,7 +114,7 @@ Why do you see this?
What can I do from here?
- If not already done, run the application in dev mode using: mvn compile quarkus:dev
.
+
If not already done, run the application in dev mode using: mvn quarkus:dev
.
- Add REST resources, Servlets, functions and other services in
src/main/java
.
diff --git a/integration-tests/maven/src/test/resources-filtered/projects/multimodule-classpath/html/src/main/resources/META-INF/resources/index.html b/integration-tests/maven/src/test/resources-filtered/projects/multimodule-classpath/html/src/main/resources/META-INF/resources/index.html
index 6e45b9bbe3364..e6c5d3db86a5e 100644
--- a/integration-tests/maven/src/test/resources-filtered/projects/multimodule-classpath/html/src/main/resources/META-INF/resources/index.html
+++ b/integration-tests/maven/src/test/resources-filtered/projects/multimodule-classpath/html/src/main/resources/META-INF/resources/index.html
@@ -114,7 +114,7 @@ Why do you see this?
What can I do from here?
- If not already done, run the application in dev mode using: mvn compile quarkus:dev
.
+
If not already done, run the application in dev mode using: mvn quarkus:dev
.
- Add REST resources, Servlets, functions and other services in
src/main/java
.
diff --git a/integration-tests/maven/src/test/resources-filtered/projects/multimodule-parent-dep/runner/src/main/resources/META-INF/resources/index.html b/integration-tests/maven/src/test/resources-filtered/projects/multimodule-parent-dep/runner/src/main/resources/META-INF/resources/index.html
index 6e45b9bbe3364..e6c5d3db86a5e 100644
--- a/integration-tests/maven/src/test/resources-filtered/projects/multimodule-parent-dep/runner/src/main/resources/META-INF/resources/index.html
+++ b/integration-tests/maven/src/test/resources-filtered/projects/multimodule-parent-dep/runner/src/main/resources/META-INF/resources/index.html
@@ -114,7 +114,7 @@ Why do you see this?
What can I do from here?
- If not already done, run the application in dev mode using: mvn compile quarkus:dev
.
+
If not already done, run the application in dev mode using: mvn quarkus:dev
.
- Add REST resources, Servlets, functions and other services in
src/main/java
.
diff --git a/integration-tests/maven/src/test/resources-filtered/projects/multimodule-revision-prop/html/src/main/resources/META-INF/resources/index.html b/integration-tests/maven/src/test/resources-filtered/projects/multimodule-revision-prop/html/src/main/resources/META-INF/resources/index.html
index 6e45b9bbe3364..e6c5d3db86a5e 100644
--- a/integration-tests/maven/src/test/resources-filtered/projects/multimodule-revision-prop/html/src/main/resources/META-INF/resources/index.html
+++ b/integration-tests/maven/src/test/resources-filtered/projects/multimodule-revision-prop/html/src/main/resources/META-INF/resources/index.html
@@ -114,7 +114,7 @@ Why do you see this?
What can I do from here?
- If not already done, run the application in dev mode using: mvn compile quarkus:dev
.
+
If not already done, run the application in dev mode using: mvn quarkus:dev
.
- Add REST resources, Servlets, functions and other services in
src/main/java
.
diff --git a/integration-tests/maven/src/test/resources-filtered/projects/multimodule-root-no-src/html/src/main/resources/META-INF/resources/index.html b/integration-tests/maven/src/test/resources-filtered/projects/multimodule-root-no-src/html/src/main/resources/META-INF/resources/index.html
index 6e45b9bbe3364..e6c5d3db86a5e 100644
--- a/integration-tests/maven/src/test/resources-filtered/projects/multimodule-root-no-src/html/src/main/resources/META-INF/resources/index.html
+++ b/integration-tests/maven/src/test/resources-filtered/projects/multimodule-root-no-src/html/src/main/resources/META-INF/resources/index.html
@@ -114,7 +114,7 @@ Why do you see this?
What can I do from here?
- If not already done, run the application in dev mode using: mvn compile quarkus:dev
.
+
If not already done, run the application in dev mode using: mvn quarkus:dev
.
- Add REST resources, Servlets, functions and other services in
src/main/java
.
diff --git a/integration-tests/maven/src/test/resources-filtered/projects/multimodule/html/src/main/resources/META-INF/resources/index.html b/integration-tests/maven/src/test/resources-filtered/projects/multimodule/html/src/main/resources/META-INF/resources/index.html
index 6e45b9bbe3364..e6c5d3db86a5e 100644
--- a/integration-tests/maven/src/test/resources-filtered/projects/multimodule/html/src/main/resources/META-INF/resources/index.html
+++ b/integration-tests/maven/src/test/resources-filtered/projects/multimodule/html/src/main/resources/META-INF/resources/index.html
@@ -114,7 +114,7 @@ Why do you see this?
What can I do from here?
- If not already done, run the application in dev mode using: mvn compile quarkus:dev
.
+
If not already done, run the application in dev mode using: mvn quarkus:dev
.
- Add REST resources, Servlets, functions and other services in
src/main/java
.
diff --git a/integration-tests/maven/src/test/resources-filtered/projects/project-with-extension/runner/src/main/resources/META-INF/resources/index.html b/integration-tests/maven/src/test/resources-filtered/projects/project-with-extension/runner/src/main/resources/META-INF/resources/index.html
index 6e45b9bbe3364..e6c5d3db86a5e 100644
--- a/integration-tests/maven/src/test/resources-filtered/projects/project-with-extension/runner/src/main/resources/META-INF/resources/index.html
+++ b/integration-tests/maven/src/test/resources-filtered/projects/project-with-extension/runner/src/main/resources/META-INF/resources/index.html
@@ -114,7 +114,7 @@ Why do you see this?
What can I do from here?
- If not already done, run the application in dev mode using: mvn compile quarkus:dev
.
+
If not already done, run the application in dev mode using: mvn quarkus:dev
.
- Add REST resources, Servlets, functions and other services in
src/main/java
.
diff --git a/integration-tests/maven/src/test/resources-filtered/projects/property-expansion/src/main/resources/META-INF/resources/index.html b/integration-tests/maven/src/test/resources-filtered/projects/property-expansion/src/main/resources/META-INF/resources/index.html
index c09bb5c96b869..36789577840ad 100644
--- a/integration-tests/maven/src/test/resources-filtered/projects/property-expansion/src/main/resources/META-INF/resources/index.html
+++ b/integration-tests/maven/src/test/resources-filtered/projects/property-expansion/src/main/resources/META-INF/resources/index.html
@@ -114,7 +114,7 @@ Why do you see this?
What can I do from here?
- If not already done, run the application in dev mode using: mvn compile quarkus:dev
.
+
If not already done, run the application in dev mode using: mvn quarkus:dev
.
- Add REST resources, Servlets, functions and other services in
src/main/java
.
diff --git a/integration-tests/maven/src/test/resources-filtered/projects/property-overrides/runner/src/main/resources/META-INF/resources/index.html b/integration-tests/maven/src/test/resources-filtered/projects/property-overrides/runner/src/main/resources/META-INF/resources/index.html
index 6e45b9bbe3364..e6c5d3db86a5e 100644
--- a/integration-tests/maven/src/test/resources-filtered/projects/property-overrides/runner/src/main/resources/META-INF/resources/index.html
+++ b/integration-tests/maven/src/test/resources-filtered/projects/property-overrides/runner/src/main/resources/META-INF/resources/index.html
@@ -114,7 +114,7 @@ Why do you see this?
What can I do from here?
- If not already done, run the application in dev mode using: mvn compile quarkus:dev
.
+
If not already done, run the application in dev mode using: mvn quarkus:dev
.
- Add REST resources, Servlets, functions and other services in
src/main/java
.
diff --git a/integration-tests/maven/src/test/resources-filtered/projects/quarkus.package.output-directory/src/main/resources/META-INF/resources/index.html b/integration-tests/maven/src/test/resources-filtered/projects/quarkus.package.output-directory/src/main/resources/META-INF/resources/index.html
index c09bb5c96b869..36789577840ad 100644
--- a/integration-tests/maven/src/test/resources-filtered/projects/quarkus.package.output-directory/src/main/resources/META-INF/resources/index.html
+++ b/integration-tests/maven/src/test/resources-filtered/projects/quarkus.package.output-directory/src/main/resources/META-INF/resources/index.html
@@ -114,7 +114,7 @@ Why do you see this?
What can I do from here?
- If not already done, run the application in dev mode using: mvn compile quarkus:dev
.
+
If not already done, run the application in dev mode using: mvn quarkus:dev
.
- Add REST resources, Servlets, functions and other services in
src/main/java
.
diff --git a/integration-tests/maven/src/test/resources-filtered/projects/rest-client-custom-headers-extension/runner/src/main/resources/META-INF/resources/index.html b/integration-tests/maven/src/test/resources-filtered/projects/rest-client-custom-headers-extension/runner/src/main/resources/META-INF/resources/index.html
index 6e45b9bbe3364..e6c5d3db86a5e 100644
--- a/integration-tests/maven/src/test/resources-filtered/projects/rest-client-custom-headers-extension/runner/src/main/resources/META-INF/resources/index.html
+++ b/integration-tests/maven/src/test/resources-filtered/projects/rest-client-custom-headers-extension/runner/src/main/resources/META-INF/resources/index.html
@@ -114,7 +114,7 @@ Why do you see this?
What can I do from here?
- If not already done, run the application in dev mode using: mvn compile quarkus:dev
.
+
If not already done, run the application in dev mode using: mvn quarkus:dev
.
- Add REST resources, Servlets, functions and other services in
src/main/java
.
diff --git a/integration-tests/maven/src/test/resources-filtered/projects/rr-with-json-logging/src/main/resources/META-INF/resources/index.html b/integration-tests/maven/src/test/resources-filtered/projects/rr-with-json-logging/src/main/resources/META-INF/resources/index.html
index c09bb5c96b869..36789577840ad 100644
--- a/integration-tests/maven/src/test/resources-filtered/projects/rr-with-json-logging/src/main/resources/META-INF/resources/index.html
+++ b/integration-tests/maven/src/test/resources-filtered/projects/rr-with-json-logging/src/main/resources/META-INF/resources/index.html
@@ -114,7 +114,7 @@ Why do you see this?
What can I do from here?
- If not already done, run the application in dev mode using: mvn compile quarkus:dev
.
+
If not already done, run the application in dev mode using: mvn quarkus:dev
.
- Add REST resources, Servlets, functions and other services in
src/main/java
.
diff --git a/integration-tests/maven/src/test/resources-filtered/projects/test-module-dependency/app/src/main/resources/META-INF/resources/index.html b/integration-tests/maven/src/test/resources-filtered/projects/test-module-dependency/app/src/main/resources/META-INF/resources/index.html
index 526979c0f1b60..5359d58ba7237 100644
--- a/integration-tests/maven/src/test/resources-filtered/projects/test-module-dependency/app/src/main/resources/META-INF/resources/index.html
+++ b/integration-tests/maven/src/test/resources-filtered/projects/test-module-dependency/app/src/main/resources/META-INF/resources/index.html
@@ -114,7 +114,7 @@ Why do you see this?
What can I do from here?
- If not already done, run the application in dev mode using: mvn compile quarkus:dev
.
+
If not already done, run the application in dev mode using: mvn quarkus:dev
.
- Add REST resources, Servlets, functions and other services in
src/main/java
.
diff --git a/integration-tests/maven/src/test/resources-filtered/projects/uberjar-check/src/main/resources/META-INF/resources/index.html b/integration-tests/maven/src/test/resources-filtered/projects/uberjar-check/src/main/resources/META-INF/resources/index.html
index c09bb5c96b869..36789577840ad 100644
--- a/integration-tests/maven/src/test/resources-filtered/projects/uberjar-check/src/main/resources/META-INF/resources/index.html
+++ b/integration-tests/maven/src/test/resources-filtered/projects/uberjar-check/src/main/resources/META-INF/resources/index.html
@@ -114,7 +114,7 @@ Why do you see this?
What can I do from here?
- If not already done, run the application in dev mode using: mvn compile quarkus:dev
.
+
If not already done, run the application in dev mode using: mvn quarkus:dev
.
- Add REST resources, Servlets, functions and other services in
src/main/java
.
diff --git a/integration-tests/scala/src/test/resources/projects/classic-scala/src/main/resources/META-INF/resources/index.html b/integration-tests/scala/src/test/resources/projects/classic-scala/src/main/resources/META-INF/resources/index.html
index c09bb5c96b869..36789577840ad 100644
--- a/integration-tests/scala/src/test/resources/projects/classic-scala/src/main/resources/META-INF/resources/index.html
+++ b/integration-tests/scala/src/test/resources/projects/classic-scala/src/main/resources/META-INF/resources/index.html
@@ -114,7 +114,7 @@ Why do you see this?
What can I do from here?
- If not already done, run the application in dev mode using: mvn compile quarkus:dev
.
+
If not already done, run the application in dev mode using: mvn quarkus:dev
.
- Add REST resources, Servlets, functions and other services in
src/main/java
.