Skip to content

Commit

Permalink
#326 move malewicz from resource files
Browse files Browse the repository at this point in the history
  • Loading branch information
mgramin committed May 30, 2019
1 parent 5af6e04 commit 0af579e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
22 changes: 22 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,28 @@
</executions>
</plugin>


<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.8</version>
<executions>
<execution>
<id>copy</id>
<phase>package</phase>
<configuration>
<target>
<copy todir="src/main/resources/public">
<fileset dir="src/main/malewicz/dist"/>
</copy>
</target>
</configuration>
<goals>
<goal>run</goal>
</goals>
</execution>
</executions>
</plugin>

</plugins>
</build>

Expand Down
4 changes: 0 additions & 4 deletions src/main/assembly/assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,5 @@
<directory>conf</directory>
<outputDirectory>conf</outputDirectory>
</fileSet>
<fileSet>
<directory>src/main/malewicz/dist</directory>
<outputDirectory>public</outputDirectory>
</fileSet>
</fileSets>
</assembly>

0 comments on commit 0af579e

Please sign in to comment.