Author: tchemit Date: 2012-05-03 16:04:07 +0200 (Thu, 03 May 2012) New Revision: 3361 Url: http://chorem.org/repositories/revision/pollen/3361 Log: do not deploy embedded war Modified: trunk/pollen-ui-struts2/pom.xml Modified: trunk/pollen-ui-struts2/pom.xml =================================================================== --- trunk/pollen-ui-struts2/pom.xml 2012-05-03 13:14:18 UTC (rev 3360) +++ trunk/pollen-ui-struts2/pom.xml 2012-05-03 14:04:07 UTC (rev 3361) @@ -373,6 +373,7 @@ <goal>war</goal> </goals> <configuration> + <primaryArtifact>false</primaryArtifact> <webappDirectory> target/pollen-embedded-${project.version} </webappDirectory>