Skip to content

Commit

Permalink
HSEARCH-4924 Make sure the reports module is always included in incre…
Browse files Browse the repository at this point in the history
…mental builds
  • Loading branch information
yrodiere committed Aug 28, 2023
1 parent 86bc575 commit f2354a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1856,6 +1856,9 @@
Use [/\\] for path separators because of Windows.
-->
<excludePathsMatching>[/\\][^/\\]*\.(md|txt)|[/\\]\..*|[/\\].*[/\\]README\.(md|txt)|[/\\]ci[/\\]dependency-update[/\\].*</excludePathsMatching>
<!-- The reports module always needs to be built, otherwise we don't generate
some important reports like coverage reports -->
<forceBuildModules>hibernate-search-reports</forceBuildModules>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit f2354a4

Please sign in to comment.