Skip to content

Commit 0af579e

Browse files
committed
#326 move malewicz from resource files
1 parent 5af6e04 commit 0af579e

2 files changed

Lines changed: 22 additions & 4 deletions

File tree

pom.xml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,28 @@
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

src/main/assembly/assembly.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,5 @@
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>

0 commit comments

Comments
 (0)