Author: dennisl
Date: Sun Jan  8 10:49:57 2012
New Revision: 1228821

URL: http://svn.apache.org/viewvc?rev=1228821&view=rev
Log:
Remove "Workaround for SUREFIRE-300" property. The Surefire plugin works fine 
for me without it in both Maven 2.2.1 and 3.0.3.

Modified:
    maven/skins/trunk/maven-skins/pom.xml

Modified: maven/skins/trunk/maven-skins/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/skins/trunk/maven-skins/pom.xml?rev=1228821&r1=1228820&r2=1228821&view=diff
==============================================================================
--- maven/skins/trunk/maven-skins/pom.xml (original)
+++ maven/skins/trunk/maven-skins/pom.xml Sun Jan  8 10:49:57 2012
@@ -59,9 +59,7 @@ under the License.
     </site>
   </distributionManagement>
 
-  <!-- Workaround for SUREFIRE-300 -->
   <properties>
-    <maven.test.skip>true</maven.test.skip>
     <site.destination>${project.artifactId}</site.destination>
   </properties>
 


Reply via email to