Author: simonetripodi
Date: Thu Jan  5 21:21:44 2012
New Revision: 1227844

URL: http://svn.apache.org/viewvc?rev=1227844&view=rev
Log:
added workaround for SUREFIRE-300

Modified:
    maven/skins/trunk/pom.xml

Modified: maven/skins/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/skins/trunk/pom.xml?rev=1227844&r1=1227843&r2=1227844&view=diff
==============================================================================
--- maven/skins/trunk/pom.xml (original)
+++ maven/skins/trunk/pom.xml Thu Jan  5 21:21:44 2012
@@ -66,6 +66,11 @@ under the License.
     </site>
   </distributionManagement>
 
+  <!-- Workaround for SUREFIRE-300 -->
+  <properties>
+    <maven.test.skip>true</maven.test.skip>
+  </properties>
+
   <build>
     <pluginManagement>
       <plugins>


Reply via email to