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 12, 2024
1 parent a844dce commit d0f7186
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions excel-importer-product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@
<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
4 changes: 1 addition & 3 deletions excel-importer-product/zip.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@
<directory>target</directory>
<outputDirectory>/</outputDirectory>
<includes>
<include>README.md</include>
<include>README_DE.md</include>
<include>README_DE.md</include>
<include>README*.md</include>
</includes>
</fileSet>
</fileSets>
Expand Down

0 comments on commit d0f7186

Please sign in to comment.