You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2010/06/23 08:44:08 UTC

svn commit: r957122 - /struts/struts2/trunk/archetypes/struts2-archetype-dbportlet/pom.xml

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>