Return-Path: X-Original-To: apmail-chukwa-dev-archive@www.apache.org Delivered-To: apmail-chukwa-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EFE8218337 for ; Mon, 14 Sep 2015 19:14:38 +0000 (UTC) Received: (qmail 79029 invoked by uid 500); 14 Sep 2015 19:14:35 -0000 Delivered-To: apmail-chukwa-dev-archive@chukwa.apache.org Received: (qmail 79002 invoked by uid 500); 14 Sep 2015 19:14:35 -0000 Mailing-List: contact dev-help@chukwa.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@chukwa.apache.org Delivered-To: mailing list dev@chukwa.apache.org Received: (qmail 78991 invoked by uid 99); 14 Sep 2015 19:14:35 -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; Mon, 14 Sep 2015 19:14:35 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 84E69E03E6; Mon, 14 Sep 2015 19:14:35 +0000 (UTC) From: lewismc To: dev@chukwa.apache.org Reply-To: dev@chukwa.apache.org Message-ID: Subject: [GitHub] chukwa pull request: CHUKWA-780 Chukwa master branch failing with ... Content-Type: text/plain Date: Mon, 14 Sep 2015 19:14:35 +0000 (UTC) GitHub user lewismc opened a pull request: https://github.com/apache/chukwa/pull/3 CHUKWA-780 Chukwa master branch failing with RAT unapproved licsenses This patch addresses https://issues.apache.org/jira/browse/CHUKWA-780 folks. It also sorts out a bit of XML formatting. Once patch is applied I am not getting successful build ``` ... [INFO] Installing /usr/local/chukwa_gh/target/chukwa-0.7.0-SNAPSHOT-client.jar to /Users/lmcgibbn/.m2/repository/org/apache/chukwa/chukwa/0.7.0-SNAPSHOT/chukwa-0.7.0-SNAPSHOT-client.jar [INFO] Installing /usr/local/chukwa_gh/target/chukwa-0.7.0.tar.gz to /Users/lmcgibbn/.m2/repository/org/apache/chukwa/chukwa/0.7.0-SNAPSHOT/chukwa-0.7.0-SNAPSHOT.tar.gz [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 56.539 s [INFO] Finished at: 2015-09-14T12:12:19-07:00 [INFO] Final Memory: 63M/260M [INFO] ------------------------------------------------------------------------ ``` You can merge this pull request into a Git repository by running: $ git pull https://github.com/lewismc/chukwa CHUKWA-780 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/chukwa/pull/3.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #3 ---- commit b4777cc66ed5e349e3f16570b5f84d2cc4cbc1df Author: Lewis John McGibbney Date: 2015-09-14T19:13:40Z CHUKWA-780 Chukwa master branch failing with RAT unapproved licsenses ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---