Update wro4j to run in Eclipse

This commit is contained in:
Dave Syer
2014-11-19 18:56:36 +00:00
parent acaf2d2047
commit 7b325044c1

View File

@@ -100,6 +100,7 @@
<artifactId>maven-resources-plugin</artifactId>
<executions>
<execution>
<!-- Serves *only* to filter the wro.xml so it can get an absolute path for the project -->
<id>copy-resources</id>
<phase>validate</phase>
<goals>
@@ -134,6 +135,7 @@
<cssDestinationFolder>${project.build.directory}/generated-resources/static/eureka/css</cssDestinationFolder>
<wroFile>${project.build.directory}/wro/wro.xml</wroFile>
<extraConfigFile>${basedir}/src/main/wro/wro.properties</extraConfigFile>
<contextFolder>${basedir}/src/main/wro</contextFolder>
</configuration>
</plugin>
</plugins>