Author: echatellier Date: 2011-11-23 18:47:44 +0100 (Wed, 23 Nov 2011) New Revision: 3087 Url: http://chorem.org/repositories/revision/pollen/3087 Log: Fix build Modified: trunk/pollen-wm/pom.xml Modified: trunk/pollen-wm/pom.xml =================================================================== --- trunk/pollen-wm/pom.xml 2011-11-22 21:51:11 UTC (rev 3086) +++ trunk/pollen-wm/pom.xml 2011-11-23 17:47:44 UTC (rev 3087) @@ -79,31 +79,6 @@ <!-- Add main class into war to make it executable --> <plugins> <plugin> - <artifactId>maven-war-plugin</artifactId> - <configuration> - <archive> - <manifest> - <mainClass>org.nuiton.util.war.WinstoneLauncher</mainClass> - </manifest> - </archive> - <overlays> - <overlay> - <groupId>org.nuiton</groupId> - <artifactId>nuiton-utils</artifactId> - <type>jar</type> - <includes> - <include>**/war/Winstone*</include> - </includes> - </overlay> - <overlay> - <groupId>org.jvnet.hudson.winstone</groupId> - <artifactId>winstone</artifactId> - <type>jar</type> - </overlay> - </overlays> - </configuration> - </plugin> - <plugin> <groupId>org.mortbay.jetty</groupId> <artifactId>jetty-maven-plugin</artifactId> <configuration>