Skip to content

Commit

Permalink
Merge pull request #61 from mircobe87/issue-38
Browse files Browse the repository at this point in the history
fix for issue #38 (example/data into war)
  • Loading branch information
mbarto committed Aug 26, 2015
2 parents 98b3203 + 8eee211 commit 9ce80f5
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,25 @@
</resources>
</configuration>
</execution>
<execution>
<id>example data</id>
<phase>process-classes</phase>
<goals>
<goal>copy-resources</goal>
</goals>
<configuration>
<outputDirectory>${basedir}/target/mapstore/examples</outputDirectory>
<encoding>UTF-8</encoding>
<resources>
<resource>
<directory>${basedir}/client/examples</directory>
<includes>
<include>data/*</include>
</includes>
</resource>
</resources>
</configuration>
</execution>
</executions>
</plugin>

Expand Down

0 comments on commit 9ce80f5

Please sign in to comment.