File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
spring-data-rest-hal-browser Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 102102 </goals >
103103 <configuration >
104104 <target >
105- <move todir =" ${project.build.outputDirectory}/META-INF/spring-data-rest/hal-browser" >
105+ <copy todir =" ${project.build.outputDirectory}/META-INF/spring-data-rest/hal-browser" >
106106 <fileset dir =" ${project.build.directory}/hal-browser/META-INF/resources/webjars/hal-browser/${browser.version}" />
107- </move >
108- <move todir =" ${project.build.outputDirectory}/META-INF/spring-data-rest/hal-browser/vendor/js" >
107+ </copy >
108+ <copy todir =" ${project.build.outputDirectory}/META-INF/spring-data-rest/hal-browser/vendor/js" >
109109 <fileset dir =" ${project.build.directory}/json-editor/META-INF/resources/webjars/json-editor/${json-editor.version}" />
110- </move >
110+ </copy >
111111 <delete file =" ${project.build.outputDirectory}/META-INF/spring-data-rest/hal-browser/browser.html" />
112112 </target >
113113 </configuration >
You can’t perform that action at this time.
0 commit comments