Skip to content

Commit

Permalink
Add mail-template to resources
Browse files Browse the repository at this point in the history
  • Loading branch information
phuonghuynh committed Aug 12, 2021
1 parent d0110e2 commit 5081c9e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/iso-registry-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,14 @@
<filtering>true</filtering>
<targetPath>i18n</targetPath>
</resource>
<resource>
<directory>src/main/resources/mailtemplates</directory>
<excludes>
<exclude>**/*.java</exclude>
</excludes>
<filtering>true</filtering>
<targetPath>mailtemplates</targetPath>
</resource>
</resources>
<plugins>
<plugin>
Expand Down Expand Up @@ -564,6 +572,14 @@
<filtering>true</filtering>
<targetPath>./</targetPath>
</resource>
<resource>
<directory>src/main/resources/mailtemplates</directory>
<excludes>
<exclude>**/*.java</exclude>
</excludes>
<filtering>true</filtering>
<targetPath>mailtemplates</targetPath>
</resource>
</resources>
</build>
</profile>
Expand Down

0 comments on commit 5081c9e

Please sign in to comment.