Skip to content

Commit

Permalink
HSEARCH-5094 Remove now unnecessary property surefire.integration
Browse files Browse the repository at this point in the history
  • Loading branch information
yrodiere committed Mar 1, 2024
1 parent 726c40b commit 2fb7098
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -416,15 +416,12 @@
<failsafe.spring.skip>false</failsafe.spring.skip>

<!-- This allows us to distinguish between multiple executions of the same test in test reports. -->
<surefire.reportNameSuffix>${surefire.module}-${surefire.integration}-${surefire.environment}</surefire.reportNameSuffix>
<surefire.reportNameSuffix>${surefire.module}-${surefire.environment}</surefire.reportNameSuffix>
<!-- This should be set from the command line by CI jobs that execute the same tests in multiple environments -->
<surefire.environment>default</surefire.environment>
<!-- This should be set in modules that re-execute tests imported from a dependency (using <dependenciesToScan>)
to differentiate multiple executions of the same tests in multiple modules. -->
<surefire.module>default</surefire.module>
<!-- This should be set in modules that transform Hibernate Search code for a different integration
(Jakarta EE, ORM 6, ...). -->
<surefire.integration>default</surefire.integration>

<!-- Formatting -->
<format.skip>false</format.skip>
Expand Down

0 comments on commit 2fb7098

Please sign in to comment.