Author: lukaszlenart
Date: Wed Jun 23 06:44:48 2010
New Revision: 957124

URL: http://svn.apache.org/viewvc?rev=957124&view=rev
Log:
Workaround for issue MRRESOURCES-6

Modified:
    struts/struts2/trunk/archetypes/struts2-archetype-starter/pom.xml

Modified: struts/struts2/trunk/archetypes/struts2-archetype-starter/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/archetypes/struts2-archetype-starter/pom.xml?rev=957124&r1=957123&r2=957124&view=diff
==============================================================================
--- struts/struts2/trunk/archetypes/struts2-archetype-starter/pom.xml (original)
+++ struts/struts2/trunk/archetypes/struts2-archetype-starter/pom.xml Wed Jun 
23 06:44:48 2010
@@ -19,6 +19,10 @@
        
<url>http://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/struts2-archetype-starter/</url>
     </scm>
 
+    <properties>
+        <maven.test.skip>true</maven.test.skip>
+    </properties>
+
   <profiles>
   <profile>
    <id>release</id>


Reply via email to