diff --git a/.github/native-tests.json b/.github/native-tests.json
index 68736ec9e9ef6..fbd8e62dbe16a 100644
--- a/.github/native-tests.json
+++ b/.github/native-tests.json
@@ -117,7 +117,7 @@
{
"category": "Misc4",
"timeout": 130,
- "test-modules": "picocli-native, gradle, micrometer-mp-metrics, micrometer-prometheus, logging-json, jaxp, jaxb, opentelemetry, opentelemetry-jdbc-instrumentation, opentelemetry-redis-instrumentation, webjars-locator",
+ "test-modules": "picocli-native, gradle, micrometer-mp-metrics, micrometer-prometheus, logging-json, jaxp, jaxb, opentelemetry, opentelemetry-jdbc-instrumentation, opentelemetry-redis-instrumentation, web-dependency-locator",
"os-name": "ubuntu-latest"
},
{
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index 57f966d6d7b6a..355b11472b6ae 100644
--- a/integration-tests/pom.xml
+++ b/integration-tests/pom.xml
@@ -340,7 +340,7 @@
simple with space
picocli
picocli-native
- webjars-locator
+ web-dependency-locator
devmode
ide-launcher
elasticsearch-rest-client
diff --git a/integration-tests/webjars-locator/pom.xml b/integration-tests/web-dependency-locator/pom.xml
similarity index 93%
rename from integration-tests/webjars-locator/pom.xml
rename to integration-tests/web-dependency-locator/pom.xml
index f739130a51c0d..0dff717428ee2 100644
--- a/integration-tests/webjars-locator/pom.xml
+++ b/integration-tests/web-dependency-locator/pom.xml
@@ -10,9 +10,9 @@
999-SNAPSHOT
- quarkus-integration-test-webjars-locator
+ quarkus-integration-test-web-dependency-locator
- Quarkus - Integration Tests - WebJar Locator
+ Quarkus - Integration Tests - Web Dependency Locator
@@ -27,7 +27,7 @@
io.quarkus
- quarkus-webjars-locator
+ quarkus-web-dependency-locator
org.webjars
@@ -67,7 +67,7 @@
io.quarkus
- quarkus-webjars-locator-deployment
+ quarkus-web-dependency-locator-deployment
${project.version}
pom
test
diff --git a/integration-tests/webjars-locator/src/main/resources/application.properties b/integration-tests/web-dependency-locator/src/main/resources/application.properties
similarity index 100%
rename from integration-tests/webjars-locator/src/main/resources/application.properties
rename to integration-tests/web-dependency-locator/src/main/resources/application.properties
diff --git a/integration-tests/webjars-locator/src/test/java/io/quarkus/it/webjar/locator/WebJarResourceIT.java b/integration-tests/web-dependency-locator/src/test/java/io/quarkus/it/webjar/locator/WebJarResourceIT.java
similarity index 100%
rename from integration-tests/webjars-locator/src/test/java/io/quarkus/it/webjar/locator/WebJarResourceIT.java
rename to integration-tests/web-dependency-locator/src/test/java/io/quarkus/it/webjar/locator/WebJarResourceIT.java
diff --git a/integration-tests/webjars-locator/src/test/java/io/quarkus/it/webjar/locator/WebJarResourceTest.java b/integration-tests/web-dependency-locator/src/test/java/io/quarkus/it/webjar/locator/WebJarResourceTest.java
similarity index 100%
rename from integration-tests/webjars-locator/src/test/java/io/quarkus/it/webjar/locator/WebJarResourceTest.java
rename to integration-tests/web-dependency-locator/src/test/java/io/quarkus/it/webjar/locator/WebJarResourceTest.java
diff --git a/integration-tests/webjars-locator/src/test/resources/application.properties b/integration-tests/web-dependency-locator/src/test/resources/application.properties
similarity index 100%
rename from integration-tests/webjars-locator/src/test/resources/application.properties
rename to integration-tests/web-dependency-locator/src/test/resources/application.properties