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 Nov 11, 2024
1 parent 7e6b2ed commit a844dce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions excel-importer-product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@
<replace file="${project.build.directory}/README.md" token="@variables.yaml@" value="${variables.yaml}" />
<copy file="README_DE.md" tofile="${project.build.directory}/README_DE.md"/>
<replace file="${project.build.directory}/README_DE.md" token="@variables.yaml@" value="${variables.yaml}"/>
<copy file="README_DE.md" tofile="${project.build.directory}/README_DE.md"/>
<replace file="${project.build.directory}/README_DE.md" token="@variables.yaml@" value="${variables.yaml}"/>
</target>
</configuration>
<goals>
Expand Down
1 change: 1 addition & 0 deletions excel-importer-product/zip.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<includes>
<include>README.md</include>
<include>README_DE.md</include>
<include>README_DE.md</include>
</includes>
</fileSet>
</fileSets>
Expand Down

0 comments on commit a844dce

Please sign in to comment.