Skip to content

Commit

Permalink
fixing the issue with removing vivo_home/rdf directory (#3861)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenejac committed Apr 27, 2023
1 parent 90ab1d2 commit d349b13
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions installer/home/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,7 @@
</goals>
<configuration>
<target>
<delete includeemptydirs="true">
<fileset dir="${vivo-dir}/rdf">
<include name="**/*"/>
<exclude name="**/i18n/*_x_*/**"/>
</fileset>
</delete>
<delete dir="${vivo-dir}/rdf" />
</target>
</configuration>
</execution>
Expand Down

0 comments on commit d349b13

Please sign in to comment.