Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id F287D200BA4 for ; Fri, 30 Sep 2016 21:20:25 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id F150B160AB4; Fri, 30 Sep 2016 19:20:25 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 4C8E8160AD9 for ; Fri, 30 Sep 2016 21:20:25 +0200 (CEST) Received: (qmail 16133 invoked by uid 500); 30 Sep 2016 19:20:24 -0000 Mailing-List: contact commits-help@apex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@apex.apache.org Delivered-To: mailing list commits@apex.apache.org Received: (qmail 16119 invoked by uid 99); 30 Sep 2016 19:20:24 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Sep 2016 19:20:24 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id DCEF7E08B5; Fri, 30 Sep 2016 19:20:23 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: davidyan@apache.org To: commits@apex.apache.org Date: Fri, 30 Sep 2016 19:20:24 -0000 Message-Id: <4ca659647ea5435a928d429355a10128@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/2] apex-malhar git commit: Update README.md closes #337 archived-at: Fri, 30 Sep 2016 19:20:26 -0000 Update README.md closes #337 Project: http://git-wip-us.apache.org/repos/asf/apex-malhar/repo Commit: http://git-wip-us.apache.org/repos/asf/apex-malhar/commit/58201fbf Tree: http://git-wip-us.apache.org/repos/asf/apex-malhar/tree/58201fbf Diff: http://git-wip-us.apache.org/repos/asf/apex-malhar/diff/58201fbf Branch: refs/heads/master Commit: 58201fbf9b6685f8f3f0e27b0a8fb7fabba324cd Parents: eb62451 Author: Thomas Weise Authored: Fri Sep 30 11:00:11 2016 -0700 Committer: Thomas Weise Committed: Fri Sep 30 11:00:11 2016 -0700 ---------------------------------------------------------------------- README.md | 23 +++++------------------ 1 file changed, 5 insertions(+), 18 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/58201fbf/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index e42c032..4781031 100644 --- a/README.md +++ b/README.md @@ -6,17 +6,17 @@ Malhar repository contains open source operator and codec library that can be us Contributing ------------ -This project welcomes new contributors. If you would like to help make Malhar better by adding new features, enhancing existing features, or fixing bugs, check out the [contributing guidelines](http://apex.apache.org/contributing.html). +This project welcomes new contributors. If you would like to help by adding new features, enhancing existing features, or fixing bugs, check out the [contributing guidelines](http://apex.apache.org/contributing.html) and guidelines for [contributing to the operator library](http://apex.apache.org/malhar-contributing.html). You acknowledge that your submissions to this repository are made pursuant the terms of the Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.html) and constitute "Contributions," as defined therein, and you represent and warrant that you have the right and authority to do so. +You can submit new issues and track the progress of existing issues at https://issues.apache.org/jira/browse/APEXMALHAR + Documentation ------------- Please visit the [documentation section](http://apex.apache.org/docs.html). -Documentation build and hosting process is explained in [docs README](docs/README.md). - Discussion group -------------------- @@ -27,25 +27,12 @@ Building the project The project uses Maven for the build. Run ``` -mvn install +mvn install -DskipTests ``` The code depends on the Apex API, which is available in the Maven Central Repository. Individual modules such as library can be built independently by changing directory to the module and running maven there. -Multiple [demo applications](demos/src/main/java/com/datatorrent/demos) are provided to showcase the Apex platform and application development process. - -Issue tracking --------------------- - -[JIRA](https://issues.apache.org/jira/browse/APEXMALHAR) issue tracking system is used for this project. -You can submit new issues and track the progress of existing issues at https://issues.apache.org/jira/browse/APEXMALHAR - -Please include the JIRA ticket number into the commit messages. It will automatically add the commit message to the JIRA ticket(s) and help link the commit with the issue(s) being tracked for easy reference. -An example commit might look like this: - - git commit -am "APEXMALHAR-1234 Task completed ahead of schedule" - -JIRA tickets should be resolved and fix version field set by the committer merging the pull request. +Multiple [demo applications](demos/) are provided to showcase the Apex platform and application development process. License --------------------