fix broken release build

This commit is contained in:
Sebastian Sdorra
2012-08-12 21:44:00 +02:00
parent d40daf3b27
commit 093fff9f46

View File

@@ -457,8 +457,8 @@
</execution>
</executions>
<configuration>
<source>src/main/webapp/index.html</source>
<target>${project.build.directory}/web-compressor/index.html</target>
<source>src/main/webapp/index.mustache</source>
<target>${project.build.directory}/web-compressor/index.mustache</target>
</configuration>
</plugin>