Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
put resources (images) and .js file in dist where index.html wants it
Browse files Browse the repository at this point in the history
  • Loading branch information
jmazzitelli committed Feb 18, 2015
1 parent 72721c4 commit 08a1c20
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ui/console/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,14 +120,11 @@
<artifactId>maven-war-plugin</artifactId>
<configuration>
<webResources>
<resource>
<directory>target/dist</directory>
<filtering>false</filtering>
</resource>
<resource>
<directory>target</directory>
<includes>
<include>libs/**</include>
<include>dist/**</include>
</includes>
<filtering>false</filtering>
</resource>
Expand Down

0 comments on commit 08a1c20

Please sign in to comment.