Author: chatellier Date: 2011-01-26 19:29:24 +0000 (Wed, 26 Jan 2011) New Revision: 597 Log: Do not attach artifact Modified: trunk/coser-ui/pom.xml Modified: trunk/coser-ui/pom.xml =================================================================== --- trunk/coser-ui/pom.xml 2011-01-26 19:19:40 UTC (rev 596) +++ trunk/coser-ui/pom.xml 2011-01-26 19:29:24 UTC (rev 597) @@ -266,6 +266,9 @@ <execution> <id>create-assemblies</id> <phase>verify</phase> + <configuration> + <attach>false</attach> + </configuration> <goals> <goal>single</goal> </goals>