Skip to content

Commit

Permalink
MARP-1647 Fix missing README_DE.md path
Browse files Browse the repository at this point in the history
  • Loading branch information
quanpham-axonivy committed Dec 17, 2024
1 parent d5c4218 commit 6d7f42e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion azure-blob-connector-product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,12 @@
<copy todir="${project.build.directory}">
<fileset includes="doc/**" dir="../../" />
</copy>
<copy file="README.md" tofile="${project.build.directory}/README.md" />
<copy todir="${project.build.directory}">
<fileset dir="." includes="README*.md" />
</copy>
<loadfile property="variables.yaml" srcFile="${variables.yaml.file}" failonerror="false" encoding="UTF-8" />
<replace file="${project.build.directory}/README.md" value="${variables.yaml}" token="@variables.yaml@" />
<replace file="${project.build.directory}/README_DE.md" value="${variables.yaml}" token="@variables.yaml@" />
</target>
</configuration>
</execution>
Expand Down

0 comments on commit 6d7f42e

Please sign in to comment.