File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 473473 </executions >
474474 </plugin >
475475
476+
477+ <plugin >
478+ <artifactId >maven-antrun-plugin</artifactId >
479+ <version >1.8</version >
480+ <executions >
481+ <execution >
482+ <id >copy</id >
483+ <phase >package</phase >
484+ <configuration >
485+ <target >
486+ <copy todir =" src/main/resources/public" >
487+ <fileset dir =" src/main/malewicz/dist" />
488+ </copy >
489+ </target >
490+ </configuration >
491+ <goals >
492+ <goal >run</goal >
493+ </goals >
494+ </execution >
495+ </executions >
496+ </plugin >
497+
476498 </plugins >
477499 </build >
478500
Original file line number Diff line number Diff line change 4949 <directory >conf</directory >
5050 <outputDirectory >conf</outputDirectory >
5151 </fileSet >
52- <fileSet >
53- <directory >src/main/malewicz/dist</directory >
54- <outputDirectory >public</outputDirectory >
55- </fileSet >
5652 </fileSets >
5753</assembly >
You can’t perform that action at this time.
0 commit comments