Skip to content

Commit

Permalink
build(mail): add .map files to be included in resources IQSS#7424
Browse files Browse the repository at this point in the history
Without this change, the javamail maps would not be included in the artifact and trigger error messages in the logs about them being missed.

The error message will still be present as long as payara/Payara#6254 is
not fixed, released and we updated to a newer version of Payara.

(cherry picked from commit d650725)
  • Loading branch information
poikilotherm authored and jeromeroucou committed Sep 18, 2024
1 parent 9099573 commit a79d831
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -653,6 +653,7 @@
<include>**/firstNames/*.*</include>
<include>**/*.xsl</include>
<include>**/services/*</include>
<include>**/*.map</include>
</includes>
</resource>
<resource>
Expand Down

0 comments on commit a79d831

Please sign in to comment.