diff --git a/integration-tests/locales/all/pom.xml b/integration-tests/locales/all/pom.xml index 3515190980e59..6b183336a4a88 100644 --- a/integration-tests/locales/all/pom.xml +++ b/integration-tests/locales/all/pom.xml @@ -5,7 +5,7 @@ 4.0.0 io.quarkus - quarkus-integration-test-locales + quarkus-integration-test-locales-parent 999-SNAPSHOT quarkus-integration-test-locales-all diff --git a/integration-tests/locales/app/disable-unbind-executions b/integration-tests/locales/app/disable-unbind-executions new file mode 100644 index 0000000000000..60f805fc1dfda --- /dev/null +++ b/integration-tests/locales/app/disable-unbind-executions @@ -0,0 +1 @@ +This file disables the unbind-executions profile in the quarkus-integration-tests-parent. diff --git a/integration-tests/locales/app/pom.xml b/integration-tests/locales/app/pom.xml index 3651cb3d06f1b..4e418c5559570 100644 --- a/integration-tests/locales/app/pom.xml +++ b/integration-tests/locales/app/pom.xml @@ -5,7 +5,7 @@ 4.0.0 io.quarkus - quarkus-integration-test-locales + quarkus-integration-test-locales-parent 999-SNAPSHOT quarkus-integration-test-locales-app diff --git a/integration-tests/locales/app/src/main/java/io/quarkus/locales/it/LocalesResource.java b/integration-tests/locales/app/src/main/java/io/quarkus/locales/it/LocalesResource.java index 630236903e87d..20cb868cf4922 100644 --- a/integration-tests/locales/app/src/main/java/io/quarkus/locales/it/LocalesResource.java +++ b/integration-tests/locales/app/src/main/java/io/quarkus/locales/it/LocalesResource.java @@ -20,7 +20,6 @@ import io.smallrye.common.constraint.NotNull; -@Path("") public class LocalesResource { private static final Logger LOG = Logger.getLogger(LocalesResource.class); diff --git a/integration-tests/locales/app/src/main/resources/META-INF/beans.xml b/integration-tests/locales/app/src/main/resources/META-INF/beans.xml new file mode 100644 index 0000000000000..e69de29bb2d1d diff --git a/integration-tests/locales/disable-unbind-executions b/integration-tests/locales/disable-unbind-executions new file mode 100644 index 0000000000000..60f805fc1dfda --- /dev/null +++ b/integration-tests/locales/disable-unbind-executions @@ -0,0 +1 @@ +This file disables the unbind-executions profile in the quarkus-integration-tests-parent. diff --git a/integration-tests/locales/pom.xml b/integration-tests/locales/pom.xml index 378ad2423218d..0478b1166eef5 100644 --- a/integration-tests/locales/pom.xml +++ b/integration-tests/locales/pom.xml @@ -8,8 +8,8 @@ quarkus-integration-tests-parent 999-SNAPSHOT - quarkus-integration-test-locales - Quarkus - Integration Tests - Locales + quarkus-integration-test-locales-parent + Quarkus - Integration Tests - Locales - Parent pom app diff --git a/integration-tests/locales/some/pom.xml b/integration-tests/locales/some/pom.xml index 18f6c4e0195e0..c56d0043e843d 100644 --- a/integration-tests/locales/some/pom.xml +++ b/integration-tests/locales/some/pom.xml @@ -5,7 +5,7 @@ 4.0.0 io.quarkus - quarkus-integration-test-locales + quarkus-integration-test-locales-parent 999-SNAPSHOT quarkus-integration-test-locales-some