You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2013/11/21 03:26:15 UTC

svn commit: r1544008 - in /myfaces/core/trunk: api/pom.xml impl/pom.xml

Author: lu4242
Date: Thu Nov 21 02:26:15 2013
New Revision: 1544008

URL: http://svn.apache.org/r1544008
Log:
disable parallel testing because it makes netbeans fails on debug

Modified:
    myfaces/core/trunk/api/pom.xml
    myfaces/core/trunk/impl/pom.xml

Modified: myfaces/core/trunk/api/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/pom.xml?rev=1544008&r1=1544007&r2=1544008&view=diff
==============================================================================
--- myfaces/core/trunk/api/pom.xml (original)
+++ myfaces/core/trunk/api/pom.xml Thu Nov 21 02:26:15 2013
@@ -424,9 +424,11 @@
                             <goal>test</goal>
                         </goals>
                         <configuration>
+                            <!--
                             <parallel>classes</parallel>
                             <threadCount>4</threadCount>
                             <perCoreThreadCount>true</perCoreThreadCount>
+                            -->
                             <testNGArtifactName>none:none</testNGArtifactName>
                         </configuration>
                     </execution>

Modified: myfaces/core/trunk/impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/impl/pom.xml?rev=1544008&r1=1544007&r2=1544008&view=diff
==============================================================================
--- myfaces/core/trunk/impl/pom.xml (original)
+++ myfaces/core/trunk/impl/pom.xml Thu Nov 21 02:26:15 2013
@@ -515,9 +515,11 @@
                 <artifactId>maven-surefire-plugin</artifactId>
                 <configuration>
                     <!-- Only run JUnit tests -->
+                    <!--
                     <parallel>classes</parallel>
                     <threadCount>4</threadCount>
                     <perCoreThreadCount>true</perCoreThreadCount>
+                    -->
                     <testNGArtifactName>none:none</testNGArtifactName>
                     <excludes>
                         <exclude>**/JspStateManagerImplTest*</exclude>