Return-Path: X-Original-To: apmail-brooklyn-commits-archive@minotaur.apache.org Delivered-To: apmail-brooklyn-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 330F2194DC for ; Thu, 10 Mar 2016 12:53:10 +0000 (UTC) Received: (qmail 63813 invoked by uid 500); 10 Mar 2016 12:53:10 -0000 Delivered-To: apmail-brooklyn-commits-archive@brooklyn.apache.org Received: (qmail 63768 invoked by uid 500); 10 Mar 2016 12:53:10 -0000 Mailing-List: contact commits-help@brooklyn.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@brooklyn.apache.org Delivered-To: mailing list commits@brooklyn.apache.org Received: (qmail 63749 invoked by uid 99); 10 Mar 2016 12:53:10 -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; Thu, 10 Mar 2016 12:53:10 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E8FD2DFC16; Thu, 10 Mar 2016 12:53:09 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: heneveld@apache.org To: commits@brooklyn.apache.org Date: Thu, 10 Mar 2016 12:53:09 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/7] brooklyn-client git commit: Add -Pno-go-client profile to permit skipping of build for users without Go. Repository: brooklyn-client Updated Branches: refs/heads/master d64428c52 -> 02b1fc6ad Add -Pno-go-client profile to permit skipping of build for users without Go. Project: http://git-wip-us.apache.org/repos/asf/brooklyn-client/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-client/commit/6e868db0 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-client/tree/6e868db0 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-client/diff/6e868db0 Branch: refs/heads/master Commit: 6e868db0e9de64c8fe389db38df798d1586b919c Parents: 0623158 Author: Geoff Macartney Authored: Wed Mar 9 20:47:18 2016 +0000 Committer: Geoff Macartney Committed: Wed Mar 9 20:47:18 2016 +0000 ---------------------------------------------------------------------- pom.xml | 121 ++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 69 insertions(+), 52 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-client/blob/6e868db0/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ec34675..cdf21ad 100644 --- a/pom.xml +++ b/pom.xml @@ -50,58 +50,75 @@ all - - - - maven-antrun-plugin - 1.8 - - - process-build-all - compile + + + + + no-go-client + + + + go-client + + true + + + + + + maven-antrun-plugin + 1.8 + + + process-build-all + compile + + + + + + + run + + + + + + + + maven-assembly-plugin + ${maven.assembly.plugin.version} + + + src/main/assembly/bin.xml + + + + + make-assembly + package + + single + + + + + + + org.apache.rat + apache-rat-plugin + 0.11 - - - + + **/br/Godeps/**/* + - - run - - - - - - - - maven-assembly-plugin - ${maven.assembly.plugin.version} - - - src/main/assembly/bin.xml - - - - make-assembly - package - - single - - - - - - - org.apache.rat - apache-rat-plugin - 0.11 - - - **/br/Godeps/**/* - - - - - - - + + + + + + + +