fixing wise-webapp pom

This commit is contained in:
Pablo Luna 2011-04-02 14:07:58 +01:00
parent 7320f8a600
commit 4b230abd65

View File

@ -378,6 +378,7 @@
<artifactId>yuicompressor-maven-plugin</artifactId> <artifactId>yuicompressor-maven-plugin</artifactId>
<executions> <executions>
<execution> <execution>
<id>wiseLibrary</id>
<phase>generate-resources</phase> <phase>generate-resources</phase>
<goals> <goals>
<goal>compress</goal> <goal>compress</goal>
@ -401,13 +402,8 @@
<statistics>false</statistics> <statistics>false</statistics>
</configuration> </configuration>
</execution> </execution>
</executions>
</plugin>
<plugin>
<groupId>net.sf.alchim</groupId>
<artifactId>yuicompressor-maven-plugin</artifactId>
<executions>
<execution> <execution>
<id>wiseEditorLibrary</id>
<phase>generate-resources</phase> <phase>generate-resources</phase>
<goals> <goals>
<goal>compress</goal> <goal>compress</goal>