Author: lukaszlenart
Date: Wed Jun 23 06:45:03 2010
New Revision: 957125

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

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

Modified: struts/struts2/trunk/archetypes/struts2-archetype-blank/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/archetypes/struts2-archetype-blank/pom.xml?rev=957125&r1=957124&r2=957125&view=diff
==============================================================================
--- struts/struts2/trunk/archetypes/struts2-archetype-blank/pom.xml (original)
+++ struts/struts2/trunk/archetypes/struts2-archetype-blank/pom.xml Wed Jun 23 
06:45:03 2010
@@ -17,6 +17,10 @@
         
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/struts2-archetype-blank/</developerConnection>
         
<url>http://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/struts2-archetype-blank/</url>
     </scm>
+    
+    <properties>
+        <maven.test.skip>true</maven.test.skip>
+    </properties>
 
     <profiles>
         <profile>


Reply via email to