Skip to content

Commit

Permalink
bin.xml changes for policy template file directory location
Browse files Browse the repository at this point in the history
  • Loading branch information
YasasRangika committed Jan 7, 2024
1 parent 67dfa79 commit e319051
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions modules/distribution/product/src/main/assembly/bin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,15 @@
<include>**/**.j2</include>
</includes>
</fileSet>
<!-- Gateway policy templates -->
<fileSet>
<directory>../resources/templates</directory>
<outputDirectory>wso2am-${pom.version}/repository/resources/templates</outputDirectory>
<includes>
<include>**/**.xml</include>
<include>**/**.j2</include>
</includes>
</fileSet>
<!-- Operation policy specifications -->
<fileSet>
<directory>../resources/operation_policies/specifications</directory>
Expand Down

0 comments on commit e319051

Please sign in to comment.