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 Oct 4, 2023
1 parent 5cbdc35 commit 26af435
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 26af435

Please sign in to comment.