Author: lukaszlenart Date: Wed Jun 23 06:44:27 2010 New Revision: 957123 URL: http://svn.apache.org/viewvc?rev=957123&view=rev Log: Workaround for issue MRRESOURCES-6
Modified: struts/struts2/trunk/archetypes/struts2-archetype-convention/pom.xml Modified: struts/struts2/trunk/archetypes/struts2-archetype-convention/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/archetypes/struts2-archetype-convention/pom.xml?rev=957123&r1=957122&r2=957123&view=diff ============================================================================== --- struts/struts2/trunk/archetypes/struts2-archetype-convention/pom.xml (original) +++ struts/struts2/trunk/archetypes/struts2-archetype-convention/pom.xml Wed Jun 23 06:44:27 2010 @@ -18,6 +18,10 @@ <url>http://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/struts2-archetype-convention/</url> </scm> + <properties> + <maven.test.skip>true</maven.test.skip> + </properties> + <profiles> <profile> <id>release</id>