Repository: opennlp
Updated Branches:
  refs/heads/master 99e298341 -> 2ad8f2a80


NoJira: Fix Coveralls Report, this closes apache/opennlp#116


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

Branch: refs/heads/master
Commit: 2ad8f2a80c57c1222fe7190fe0eba083ab02562a
Parents: 99e2983
Author: smarthi <[email protected]>
Authored: Tue Feb 7 22:46:28 2017 -0500
Committer: smarthi <[email protected]>
Committed: Tue Feb 7 22:46:28 2017 -0500

----------------------------------------------------------------------
 README.md             |  5 ++---
 opennlp-tools/pom.xml | 10 +++++++---
 2 files changed, 9 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/opennlp/blob/2ad8f2a8/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index faff141..2d31eb1 100644
--- a/README.md
+++ b/README.md
@@ -20,10 +20,9 @@ Welcome to Apache OpenNLP!
 
 [![Build 
Status](https://api.travis-ci.org/apache/opennlp.svg?branch=master)](https://travis-ci.org/apache/opennlp)
 [![Coverage 
Status](https://coveralls.io/repos/github/apache/opennlp/badge.svg?branch=master)](https://coveralls.io/github/apache/opennlp?branch=master)
+[![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/org.apache.opennlp/opennlp/badge.svg?style=plastic])](https://maven-badges.herokuapp.com/maven-central/org.apache.opennlp/opennlp)
 [![Documentation 
Status](https://img.shields.io/:docs-latest-green.svg)](http://opennlp.apache.org/documentation.html)
 [![GitHub 
license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://raw.githubusercontent.com/apache/opennlp/master/LICENSE)
-[![GitHub 
forks](https://img.shields.io/github/forks/apache/opennlp.svg)](https://github.com/apache/opennlp/network)
-[![GitHub 
stars](https://img.shields.io/github/stars/apache/opennlp.svg)](https://github.com/apache/opennlp/stargazers)
 [![Twitter 
Follow](https://img.shields.io/twitter/follow/ApacheOpennlp.svg?style=social)](https://twitter.com/ApacheOpenNLP)
 
 The Apache OpenNLP library is a machine learning based toolkit for the 
processing of natural language text.
@@ -38,7 +37,7 @@ well as the annotated text resources that those models are 
derived from.
 
 For additional information about OpenNLP, visit the [OpenNLP Home 
Page](http://opennlp.apache.org/)
 
-Documentation for OpenNLP, including JavaDocs, code usage and command line 
interface are available[here](http://opennlp.apache.org/documentation.html)
+Documentation for OpenNLP, including JavaDocs, code usage and command line 
interface are available [here](http://opennlp.apache.org/documentation.html)
 
 ####Using OpenNLP as a Library
 Running any application that uses OpenNLP will require installing a binary or 
source version and setting the environment.

http://git-wip-us.apache.org/repos/asf/opennlp/blob/2ad8f2a8/opennlp-tools/pom.xml
----------------------------------------------------------------------
diff --git a/opennlp-tools/pom.xml b/opennlp-tools/pom.xml
index 22fc017..c7e9624 100644
--- a/opennlp-tools/pom.xml
+++ b/opennlp-tools/pom.xml
@@ -33,6 +33,10 @@
   <packaging>bundle</packaging>
   <name>Apache OpenNLP Tools</name>
 
+  <properties>
+    <argLine>-Xmx4096m</argLine>
+  </properties>
+
   <dependencies>
     <dependency>
       <groupId>org.osgi</groupId>
@@ -41,7 +45,7 @@
       <scope>provided</scope>
       <optional>true</optional>
     </dependency>
-        
+
     <dependency>
       <groupId>org.osgi</groupId>
       <artifactId>org.osgi.compendium</artifactId>
@@ -49,7 +53,7 @@
       <scope>provided</scope>
       <optional>true</optional>
     </dependency>
-        
+
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
@@ -77,7 +81,7 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
-          <argLine>-Xmx4096m</argLine>
+          <argLine>@{argLine}</argLine>
           <excludes>
             <exclude>/opennlp/tools/eval/**/*</exclude>
           </excludes>

Reply via email to