Skip to content

Commit

Permalink
MARP-1333 Missing setup path for README_DE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
quanpham-axonivy committed Dec 17, 2024
1 parent 8705bb0 commit f7aee5a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 4 additions & 1 deletion msgraph-connector-product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,15 @@
<copy todir="${project.build.directory}">
<fileset dir="../../" includes="doc/**" />
</copy>
<copy file="README.md" tofile="${project.build.directory}/README.md" />
<copy todir="${project.build.directory}">
<fileset dir="." includes="README*.md" />
</copy>
<copy file="../../setup.md" tofile="${project.build.directory}/setup.md" />
<loadfile property="variables.yaml" srcFile="${variables.yaml.file}" encoding="UTF-8" />
<replace file="${project.build.directory}/setup.md" token="@variables.yaml@" value="${variables.yaml}" />
<loadfile property="setupText" srcFile="${project.build.directory}/setup.md" encoding="UTF-8" />
<echo file="${project.build.directory}/README.md" append="true" encoding="UTF-8">${setupText}</echo>
<echo file="${project.build.directory}/README_DE.md" append="true" encoding="UTF-8">${setupText}</echo>
</tasks>
</configuration>
<goals>
Expand Down
4 changes: 4 additions & 0 deletions msgraph-connector-product/zip.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,9 @@
<source>${project.build.directory}/README.md</source>
<destName>README.md</destName>
</file>
<file>
<source>${project.build.directory}/README_DE.md</source>
<destName>README_DE.md</destName>
</file>
</files>
</assembly>

0 comments on commit f7aee5a

Please # to comment.