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:43:17 UTC

svn commit: r957120 - /struts/struts2/trunk/archetypes/struts2-archetype-portlet/pom.xml

Author: lukaszlenart
Date: Wed Jun 23 06:43:17 2010
New Revision: 957120

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

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

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