Skip to content

Commit

Permalink
Merge pull request #38282 from geoand/more-locales-it
Browse files Browse the repository at this point in the history
Apply more fixes the Locales IT
  • Loading branch information
geoand authored Jan 18, 2024
2 parents 30985c9 + 341a713 commit ed921c8
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion integration-tests/locales/all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-integration-test-locales</artifactId>
<artifactId>quarkus-integration-test-locales-parent</artifactId>
<version>999-SNAPSHOT</version>
</parent>
<artifactId>quarkus-integration-test-locales-all</artifactId>
Expand Down
1 change: 1 addition & 0 deletions integration-tests/locales/app/disable-unbind-executions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This file disables the unbind-executions profile in the quarkus-integration-tests-parent.
2 changes: 1 addition & 1 deletion integration-tests/locales/app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-integration-test-locales</artifactId>
<artifactId>quarkus-integration-test-locales-parent</artifactId>
<version>999-SNAPSHOT</version>
</parent>
<artifactId>quarkus-integration-test-locales-app</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

import io.smallrye.common.constraint.NotNull;

@Path("")
public class LocalesResource {

private static final Logger LOG = Logger.getLogger(LocalesResource.class);
Expand Down
Empty file.
1 change: 1 addition & 0 deletions integration-tests/locales/disable-unbind-executions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This file disables the unbind-executions profile in the quarkus-integration-tests-parent.
4 changes: 2 additions & 2 deletions integration-tests/locales/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<artifactId>quarkus-integration-tests-parent</artifactId>
<version>999-SNAPSHOT</version>
</parent>
<artifactId>quarkus-integration-test-locales</artifactId>
<name>Quarkus - Integration Tests - Locales</name>
<artifactId>quarkus-integration-test-locales-parent</artifactId>
<name>Quarkus - Integration Tests - Locales - Parent</name>
<packaging>pom</packaging>
<modules>
<module>app</module>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/locales/some/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-integration-test-locales</artifactId>
<artifactId>quarkus-integration-test-locales-parent</artifactId>
<version>999-SNAPSHOT</version>
</parent>
<artifactId>quarkus-integration-test-locales-some</artifactId>
Expand Down

0 comments on commit ed921c8

Please sign in to comment.