Author: veithen
Date: Mon May  1 10:51:14 2017
New Revision: 1793306

URL: http://svn.apache.org/viewvc?rev=1793306&view=rev
Log:
Don't fork compiler execution in adb-codegen.

Modified:
    axis/axis2/java/core/trunk/modules/adb-codegen/pom.xml

Modified: axis/axis2/java/core/trunk/modules/adb-codegen/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/adb-codegen/pom.xml?rev=1793306&r1=1793305&r2=1793306&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/adb-codegen/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/adb-codegen/pom.xml Mon May  1 10:51:14 
2017
@@ -124,9 +124,6 @@
                    <groupId>org.apache.maven.plugins</groupId>
                    <artifactId>maven-compiler-plugin</artifactId>
                    <configuration>
-                       <fork>true</fork>
-                       <meminitial>128m</meminitial>
-                       <maxmem>256m</maxmem>
                     <testExcludes>
                         
<exclude>helper/org/apache/axis2/schema/testsuite/TestAnyType*Helper.java</exclude>
                     </testExcludes>


Reply via email to