Author: lukaszlenart
Date: Wed Jun 23 06:44:08 2010
New Revision: 957122

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

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

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


Reply via email to