You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by sm...@apache.org on 2017/07/05 14:55:27 UTC

[opennlp-site] branch master updated: trivial fix to trigger Travis CI for the project

This is an automated email from the ASF dual-hosted git repository.

smarthi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/opennlp-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 88c12e3  trivial fix to trigger Travis CI for the project
88c12e3 is described below

commit 88c12e391e97dbd05012732435e8efd72a2c6a8e
Author: smarthi <sm...@apache.org>
AuthorDate: Wed Jul 5 10:35:13 2017 -0400

    trivial fix to trigger Travis CI for the project
---
 .travis.yml | 2 +-
 README.md   | 9 +++++++--
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 87c4cd3..104f791 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,4 +20,4 @@ before_install:
   - export M2_HOME=$PWD/apache-maven-3.3.9
   - export PATH=$M2_HOME/bin:$PATH
 
-install: mvn clean package jbake:inline -Djbake.port=8080 -Djbake.listenAddress=0.0.0.0
+install: mvn clean install
diff --git a/README.md b/README.md
index 8519d13..79fcafb 100644
--- a/README.md
+++ b/README.md
@@ -17,11 +17,16 @@
    under the License.    
 -->
 
-Welcome to the OpenNLP Site source code
-=======================================
+Welcome to OpenNLP Site Source Code
+====================================
 
 [![Build Status](https://api.travis-ci.org/apache/opennlp.svg?branch=master)](https://travis-ci.org/apache/opennlp-site)
 [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://raw.githubusercontent.com/apache/opennlp/master/LICENSE)
 [![Twitter Follow](https://img.shields.io/twitter/follow/ApacheOpennlp.svg?style=social)](https://twitter.com/ApacheOpenNLP)
 
+#### Build
+
+`mvn clean install`
+
+#### Test Site locally - starts a web server on Port 8080
 `mvn clean package jbake:inline -Djbake.port=8080 -Djbake.listenAddress=0.0.0.0`
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
['"commits@opennlp.apache.org" <co...@opennlp.apache.org>'].