Skip to content

Commit

Permalink
MARP-1333 Missing setup path for README_DE.md (#26)
Browse files Browse the repository at this point in the history
MARP-1333 Missing setup path for README_DE.md
  • Loading branch information
quanpham-axonivy authored Nov 13, 2024
1 parent f368f2d commit 52f118b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docker-connector-product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@
<copy file="README.md" tofile="${project.build.directory}/README.md" />
<loadfile property="variables.yaml" srcFile="${variables.yaml.file}" encoding="UTF-8" failonerror="false" />
<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}"/>
</target>
</configuration>
<goals>
Expand Down
2 changes: 1 addition & 1 deletion docker-connector-product/zip.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<directory>target</directory>
<outputDirectory>/</outputDirectory>
<includes>
<include>README.md</include>
<include>README*.md</include>
</includes>
</fileSet>
</fileSets>
Expand Down

0 comments on commit 52f118b

Please sign in to comment.