OPENNLP-996:Remove heap memory settings from Opennlp-tools

Project: http://git-wip-us.apache.org/repos/asf/opennlp/repo
Commit: http://git-wip-us.apache.org/repos/asf/opennlp/commit/ede69013
Tree: http://git-wip-us.apache.org/repos/asf/opennlp/tree/ede69013
Diff: http://git-wip-us.apache.org/repos/asf/opennlp/diff/ede69013

Branch: refs/heads/parser_regression
Commit: ede6901304487c6a8064e9f90f143b968012f84a
Parents: c2b055f
Author: smarthi <[email protected]>
Authored: Sun Feb 26 12:56:04 2017 -0500
Committer: Jörn Kottmann <[email protected]>
Committed: Thu Apr 20 12:40:21 2017 +0200

----------------------------------------------------------------------
 opennlp-tools/pom.xml | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/opennlp/blob/ede69013/opennlp-tools/pom.xml
----------------------------------------------------------------------
diff --git a/opennlp-tools/pom.xml b/opennlp-tools/pom.xml
index d2630c9..663e903 100644
--- a/opennlp-tools/pom.xml
+++ b/opennlp-tools/pom.xml
@@ -33,10 +33,6 @@
   <packaging>bundle</packaging>
   <name>Apache OpenNLP Tools</name>
 
-  <properties>
-    <argLine>-Xmx4096m</argLine>
-  </properties>
-
   <dependencies>
     <dependency>
       <groupId>org.osgi</groupId>
@@ -81,7 +77,6 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
-          <argLine>@{argLine}</argLine>
           <excludes>
             <exclude>/opennlp/tools/eval/**/*</exclude>
           </excludes>

Reply via email to