Skip to content

Commit

Permalink
HSEARCH-4674 Remove some redundant properties
Browse files Browse the repository at this point in the history
  • Loading branch information
marko-bekhta committed Nov 8, 2023
1 parent 119254b commit 8b0787b
Show file tree
Hide file tree
Showing 16 changed files with 0 additions and 45 deletions.
3 changes: 0 additions & 3 deletions documentation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
<description>Hibernate Search reference documentation</description>

<properties>
<test.elasticsearch.run.skip>${test.elasticsearch.run.skip.forRelevantModules}</test.elasticsearch.run.skip>
<test.database.run.skip>false</test.database.run.skip>

<asciidoctor.base-output-dir>${project.build.directory}/asciidoctor/</asciidoctor.base-output-dir>
<asciidoctor.theme-dir>${project.build.directory}/hibernate-asciidoctor-theme</asciidoctor.theme-dir>
<asciidoctor.aggregated-resources-dir>${project.build.directory}/aggregated-resources</asciidoctor.aggregated-resources-dir>
Expand Down
2 changes: 0 additions & 2 deletions integrationtest/backend/elasticsearch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@

<properties>
<surefire.module>elasticsearch</surefire.module>

<test.elasticsearch.run.skip>${test.elasticsearch.run.skip.forRelevantModules}</test.elasticsearch.run.skip>
</properties>

<dependencies>
Expand Down
3 changes: 0 additions & 3 deletions integrationtest/java/modules/orm-elasticsearch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
<description>Hibernate Search integration tests for Java 11+ modules</description>

<properties>
<test.elasticsearch.run.skip>${test.elasticsearch.run.skip.forRelevantModules}</test.elasticsearch.run.skip>
<test.database.run.skip>false</test.database.run.skip>

<maven.compiler.release>11</maven.compiler.release>
<!-- Override the default from the parent POM: here we really do want to use the modulepath -->
<failsafe.useModulePath>true</failsafe.useModulePath>
Expand Down
2 changes: 0 additions & 2 deletions integrationtest/java/modules/orm-lucene/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
<description>Hibernate Search integration tests for Java 11+ modules</description>

<properties>
<test.database.run.skip>false</test.database.run.skip>

<maven.compiler.release>11</maven.compiler.release>
<!-- Override the default from the parent POM: here we really do want to use the modulepath -->
<failsafe.useModulePath>true</failsafe.useModulePath>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
<description>Hibernate Search integration tests for Java 11+ modules</description>

<properties>
<test.elasticsearch.run.skip>${test.elasticsearch.run.skip.forRelevantModules}</test.elasticsearch.run.skip>
<test.database.run.skip>false</test.database.run.skip>

<maven.compiler.release>11</maven.compiler.release>
<!-- Override the default from the parent POM: here we really do want to use the modulepath -->
<failsafe.useModulePath>true</failsafe.useModulePath>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
<description>Hibernate Search integration tests for Java 11+ modules</description>

<properties>
<test.elasticsearch.run.skip>${test.elasticsearch.run.skip.forRelevantModules}</test.elasticsearch.run.skip>
<test.database.run.skip>false</test.database.run.skip>

<maven.compiler.release>11</maven.compiler.release>
<!-- Override the default from the parent POM: here we really do want to use the modulepath -->
<failsafe.useModulePath>true</failsafe.useModulePath>
Expand Down
2 changes: 0 additions & 2 deletions integrationtest/java/modules/pojo-standalone-lucene/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
<description>Hibernate Search integration tests for Java 11+ modules</description>

<properties>
<test.database.run.skip>false</test.database.run.skip>

<maven.compiler.release>11</maven.compiler.release>
<!-- Override the default from the parent POM: here we really do want to use the modulepath -->
<failsafe.useModulePath>true</failsafe.useModulePath>
Expand Down
4 changes: 0 additions & 4 deletions integrationtest/mapper/orm-envers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
<name>Hibernate Search ITs - ORM - Envers</name>
<description>Hibernate Search integration tests for the Hibernate ORM integration with Envers</description>

<properties>
<test.database.run.skip>false</test.database.run.skip>
</properties>

<dependencies>
<dependency>
<groupId>org.hibernate.search</groupId>
Expand Down
3 changes: 0 additions & 3 deletions integrationtest/mapper/orm-jakarta-batch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
<description>Hibernate Search integration tests for the Jakarta Batch integration</description>

<properties>
<test.elasticsearch.run.skip>${test.elasticsearch.run.skip.forRelevantModules}</test.elasticsearch.run.skip>
<test.database.run.skip>false</test.database.run.skip>

<surefire.jvm.args.module>
${test.elasticsearch.connection.jvm.args}
${test.weld.jvm.args}
Expand Down
2 changes: 0 additions & 2 deletions integrationtest/mapper/orm-outbox-polling/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@

<properties>
<surefire.module>coord-outbox</surefire.module>

<test.database.run.skip>false</test.database.run.skip>
</properties>

<dependencies>
Expand Down
3 changes: 0 additions & 3 deletions integrationtest/mapper/orm-realbackend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
<description>Hibernate Search integration tests for the Hibernate ORM mapper with a real (non-mock) backend</description>

<properties>
<test.elasticsearch.run.skip>${test.elasticsearch.run.skip.forRelevantModules}</test.elasticsearch.run.skip>
<test.database.run.skip>false</test.database.run.skip>

<!-- See profiles below -->
<test.multiplebackends.skip>false</test.multiplebackends.skip>
</properties>
Expand Down
4 changes: 0 additions & 4 deletions integrationtest/mapper/orm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
<name>Hibernate Search ITs - ORM</name>
<description>Hibernate Search integration tests for the Hibernate ORM integration</description>

<properties>
<test.database.run.skip>false</test.database.run.skip>
</properties>

<dependencies>
<dependency>
<groupId>org.hibernate.search</groupId>
Expand Down
4 changes: 0 additions & 4 deletions integrationtest/mapper/pojo-standalone-realbackend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
<name>Hibernate Search ITs - POJO Standalone - Real backend</name>
<description>Hibernate Search integration tests for the POJO Standalone mapper with a real (non-mock) backend</description>

<properties>
<test.elasticsearch.run.skip>${test.elasticsearch.run.skip.forRelevantModules}</test.elasticsearch.run.skip>
</properties>

<dependencies>
<dependency>
<groupId>org.hibernate.search</groupId>
Expand Down
2 changes: 0 additions & 2 deletions integrationtest/performance/backend/elasticsearch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
<properties>
<!-- We don't want to use a Jacoco agent here, and we don't want to rely on these tests for coverage either -->
<jacoco.skip>true</jacoco.skip>

<test.elasticsearch.run.skip>${test.elasticsearch.run.skip.forRelevantModules}</test.elasticsearch.run.skip>
</properties>

<dependencies>
Expand Down
3 changes: 0 additions & 3 deletions integrationtest/showcase/library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
<description>Hibernate Search showcase based on the ORM and Elasticsearch integrations, using libraries and books as business objects</description>

<properties>
<test.elasticsearch.run.skip>${test.elasticsearch.run.skip.forRelevantModules}</test.elasticsearch.run.skip>
<test.database.run.skip>false</test.database.run.skip>

<test.lucene.skip>${failsafe.spring.skip}</test.lucene.skip>
<test.elasticsearch.skip>${failsafe.spring.skip}</test.elasticsearch.skip>

Expand Down
2 changes: 0 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -391,8 +391,6 @@
<test.testcontainers.run.image.name>testcontainers/ryuk</test.testcontainers.run.image.name>
<test.testcontainers.run.image.tag>0.5.1</test.testcontainers.run.image.tag>

<!-- Run containers for additional ORM databases -->
<test.database.run.skip>true</test.database.run.skip>
<!-- PostgreSQL -->
<!-- See https://hub.docker.com/_/postgres -->
<test.database.run.postgres.skip>true</test.database.run.postgres.skip>
Expand Down

0 comments on commit 8b0787b

Please sign in to comment.