You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by tv...@apache.org on 2014/02/10 21:06:38 UTC

svn commit: r1566724 - /tomee/tomee/trunk/tomee/tomee-webaccess/pom.xml

Author: tveronezi
Date: Mon Feb 10 20:06:38 2014
New Revision: 1566724

URL: http://svn.apache.org/r1566724
Log:
Trying to get rid of the "too many files open" issue. I think that's related to the gmaven plugin (wild guess).

Modified:
    tomee/tomee/trunk/tomee/tomee-webaccess/pom.xml

Modified: tomee/tomee/trunk/tomee/tomee-webaccess/pom.xml
URL: http://svn.apache.org/viewvc/tomee/tomee/trunk/tomee/tomee-webaccess/pom.xml?rev=1566724&r1=1566723&r2=1566724&view=diff
==============================================================================
--- tomee/tomee/trunk/tomee/tomee-webaccess/pom.xml (original)
+++ tomee/tomee/trunk/tomee/tomee-webaccess/pom.xml Mon Feb 10 20:06:38 2014
@@ -235,9 +235,7 @@
         <executions>
           <execution>
             <goals>
-              <goal>generateStubs</goal>
               <goal>compile</goal>
-              <goal>generateTestStubs</goal>
               <goal>testCompile</goal>
             </goals>
           </execution>