Skip to content

Commit

Permalink
fix copying of index.html to target classes
Browse files Browse the repository at this point in the history
  • Loading branch information
Edvard Fonsell committed Dec 10, 2014
1 parent e735349 commit c5f46a5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions nflow-jetty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@
<include>nflow-jetty.properties</include>
</includes>
</resource>
<resource>
<directory>src/main/resources</directory>
<filtering>false</filtering>
<excludes>
<exclude>nflow-jetty.properties</exclude>
</excludes>
</resource>
</resources>
<plugins>
<plugin>
Expand Down Expand Up @@ -83,6 +90,9 @@
<resource>
<directory>${project.build.directory}/swagger/swagger-ui-${swagger.ui.version}/dist</directory>
<filtering>false</filtering>
<excludes>
<exclude>index.html</exclude>
</excludes>
</resource>
</resources>
</configuration>
Expand Down

0 comments on commit c5f46a5

Please sign in to comment.