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 1B260200B28 for ; Sun, 26 Jun 2016 09:00:08 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 199E0160A5C; Sun, 26 Jun 2016 07:00:08 +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 3B88D160A28 for ; Sun, 26 Jun 2016 09:00:07 +0200 (CEST) Received: (qmail 31983 invoked by uid 500); 26 Jun 2016 07:00:06 -0000 Mailing-List: contact commits-help@bahir.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@bahir.apache.org Delivered-To: mailing list commits@bahir.apache.org Received: (qmail 31973 invoked by uid 99); 26 Jun 2016 07:00:06 -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; Sun, 26 Jun 2016 07:00:06 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id CE281E0459; Sun, 26 Jun 2016 07:00:05 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: lresende@apache.org To: commits@bahir.apache.org Message-Id: <185abb77c307452cb35feec29fef9f69@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: bahir git commit: [BAHIR-19] Create source distribution assembly Date: Sun, 26 Jun 2016 07:00:05 +0000 (UTC) archived-at: Sun, 26 Jun 2016 07:00:08 -0000 Repository: bahir Updated Branches: refs/heads/master 2dfcd08d1 -> 13b127593 [BAHIR-19] Create source distribution assembly Add assemblie to create Bahir source release distribution Project: http://git-wip-us.apache.org/repos/asf/bahir/repo Commit: http://git-wip-us.apache.org/repos/asf/bahir/commit/13b12759 Tree: http://git-wip-us.apache.org/repos/asf/bahir/tree/13b12759 Diff: http://git-wip-us.apache.org/repos/asf/bahir/diff/13b12759 Branch: refs/heads/master Commit: 13b127593e79debfbc97a9c1215198c780df50a4 Parents: 2dfcd08 Author: Luciano Resende Authored: Sat Jun 25 23:58:38 2016 -0700 Committer: Luciano Resende Committed: Sat Jun 25 23:58:38 2016 -0700 ---------------------------------------------------------------------- distribution/pom.xml | 93 +++++++++++++++++++++++++++++ distribution/src/main/assembly/src.xml | 50 ++++++++++++++++ pom.xml | 8 +++ 3 files changed, 151 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bahir/blob/13b12759/distribution/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/pom.xml b/distribution/pom.xml new file mode 100644 index 0000000..295c3af --- /dev/null +++ b/distribution/pom.xml @@ -0,0 +1,93 @@ + + + + + 4.0.0 + + org.apache.bahir + bahir-parent_2.11 + 2.0.0-SNAPSHOT + ../pom.xml + + + org.apache.bahir + assembly_2.11 + pom + Apache Bahir - Release Distributions + http://bahir.apache.org/ + + + + org.apache.bahir + spark-streaming-akka_${scala.binary.version} + ${project.version} + + + org.apache.bahir + spark-streaming-mqtt_${scala.binary.version} + ${project.version} + + + org.apache.bahir + spark-streaming-twitter_${scala.binary.version} + ${project.version} + + + org.apache.bahir + spark-streaming-zeromq_${scala.binary.version} + ${project.version} + + + + + + + false + org.apache.maven.plugins + maven-assembly-plugin + + gnu + + + + create-distributions + package + + single + + + + src/main/assembly/src.xml + + false + + + + + + + false + org.scalastyle + scalastyle-maven-plugin + + true + + + + + http://git-wip-us.apache.org/repos/asf/bahir/blob/13b12759/distribution/src/main/assembly/src.xml ---------------------------------------------------------------------- diff --git a/distribution/src/main/assembly/src.xml b/distribution/src/main/assembly/src.xml new file mode 100644 index 0000000..852fcb5 --- /dev/null +++ b/distribution/src/main/assembly/src.xml @@ -0,0 +1,50 @@ + + + src + + + tar.gz + zip + + + true + bahir-${version}-src + + + + .. + + + **/.* + **/.*/** + **/*.log + **/*.iml + **/conf/*.properties + **/conf/*.xml + **/dependency-reduced-pom.xml + **/scratch_space + **/scratch_space/**/* + **/target + **/target/**/* + **/temp + **/temp/**/* + + + + + http://git-wip-us.apache.org/repos/asf/bahir/blob/13b12759/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9488898..45d697d 100644 --- a/pom.xml +++ b/pom.xml @@ -917,6 +917,14 @@ + distribution + + + distribution + + + + doclint-java8-disable [1.8,)