Return-Path: X-Original-To: apmail-asterixdb-commits-archive@minotaur.apache.org Delivered-To: apmail-asterixdb-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 72BF2181E6 for ; Wed, 14 Oct 2015 18:51:26 +0000 (UTC) Received: (qmail 17325 invoked by uid 500); 14 Oct 2015 18:51:26 -0000 Delivered-To: apmail-asterixdb-commits-archive@asterixdb.apache.org Received: (qmail 17291 invoked by uid 500); 14 Oct 2015 18:51:26 -0000 Mailing-List: contact commits-help@asterixdb.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@asterixdb.incubator.apache.org Delivered-To: mailing list commits@asterixdb.incubator.apache.org Received: (qmail 17282 invoked by uid 99); 14 Oct 2015 18:51:26 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Oct 2015 18:51:26 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id B658EC42F2 for ; Wed, 14 Oct 2015 18:51:25 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.771 X-Spam-Level: * X-Spam-Status: No, score=1.771 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, T_RP_MATCHES_RCVD=-0.01, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id kWRXiJKRCto4 for ; Wed, 14 Oct 2015 18:51:19 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with SMTP id 6932B42B35 for ; Wed, 14 Oct 2015 18:51:18 +0000 (UTC) Received: (qmail 17262 invoked by uid 99); 14 Oct 2015 18:51:18 -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; Wed, 14 Oct 2015 18:51:18 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id CDF85E0523; Wed, 14 Oct 2015 18:51:17 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: imaxon@apache.org To: commits@asterixdb.incubator.apache.org Message-Id: <79e7847c303f485a95e9483cea41dece@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: incubator-asterixdb-hyracks git commit: ASTERIXDB-1136: Make Java compiler target configurable via profile Date: Wed, 14 Oct 2015 18:51:17 +0000 (UTC) Repository: incubator-asterixdb-hyracks Updated Branches: refs/heads/master 05d9cce28 -> 5ae0df844 ASTERIXDB-1136: Make Java compiler target configurable via profile Change-Id: I10378f9d3fdec9b4951f53c9b370b7741668e537 Reviewed-on: https://asterix-gerrit.ics.uci.edu/273 Tested-by: Jenkins Reviewed-by: Till Westmann Project: http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/commit/5ae0df84 Tree: http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/tree/5ae0df84 Diff: http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/diff/5ae0df84 Branch: refs/heads/master Commit: 5ae0df84438706527d96054cf1f6fd2a87c4c7bc Parents: 05d9cce Author: Ian Maxon Authored: Wed Oct 14 10:45:19 2015 -0700 Committer: Ian Maxon Committed: Wed Oct 14 11:47:23 2015 -0700 ---------------------------------------------------------------------- algebricks/algebricks-common/pom.xml | 15 +---- algebricks/algebricks-compiler/pom.xml | 15 ----- algebricks/algebricks-core/pom.xml | 15 ----- algebricks/algebricks-data/pom.xml | 15 ----- .../algebricks-examples/piglet-example/pom.xml | 10 --- algebricks/algebricks-rewriter/pom.xml | 15 +---- algebricks/algebricks-runtime/pom.xml | 15 +---- algebricks/algebricks-tests/pom.xml | 11 ---- hyracks/hyracks-api/pom.xml | 15 +---- hyracks/hyracks-client/pom.xml | 9 --- hyracks/hyracks-comm/pom.xml | 14 +---- .../hyracks-control/hyracks-control-cc/pom.xml | 15 +---- .../hyracks-control-common/pom.xml | 16 +---- .../hyracks-control/hyracks-control-nc/pom.xml | 15 +---- hyracks/hyracks-data/hyracks-data-std/pom.xml | 15 +---- hyracks/hyracks-dataflow-common/pom.xml | 15 +---- hyracks/hyracks-dataflow-hadoop/pom.xml | 14 +---- hyracks/hyracks-dataflow-std/pom.xml | 15 +---- hyracks/hyracks-dist/pom.xml | 11 ---- .../btree-example/btreeclient/pom.xml | 10 --- .../btree-example/btreehelper/pom.xml | 15 +---- .../hyracks-integration-tests/pom.xml | 14 +---- .../hyracks-shutdown-test/pom.xml | 10 --- .../text-example/textclient/pom.xml | 10 --- .../text-example/texthelper/pom.xml | 15 +---- .../text-example/textserver/pom.xml | 10 --- .../tpch-example/tpchclient/pom.xml | 10 --- hyracks/hyracks-hdfs/hyracks-hdfs-1.x/pom.xml | 16 +---- hyracks/hyracks-hdfs/hyracks-hdfs-2.x/pom.xml | 15 ----- hyracks/hyracks-hdfs/hyracks-hdfs-core/pom.xml | 10 --- hyracks/hyracks-hdfs/pom.xml | 1 - hyracks/hyracks-ipc/pom.xml | 16 +---- .../hyracks-virtualcluster-maven-plugin/pom.xml | 15 +---- hyracks/hyracks-net/pom.xml | 16 +---- hyracks/hyracks-server/pom.xml | 10 --- hyracks/hyracks-storage-am-bloomfilter/pom.xml | 14 +---- hyracks/hyracks-storage-am-btree/pom.xml | 15 +---- hyracks/hyracks-storage-am-common/pom.xml | 15 +---- hyracks/hyracks-storage-am-lsm-btree/pom.xml | 14 +---- hyracks/hyracks-storage-am-lsm-common/pom.xml | 14 +---- .../pom.xml | 14 +---- hyracks/hyracks-storage-am-lsm-rtree/pom.xml | 14 +---- hyracks/hyracks-storage-am-rtree/pom.xml | 15 +---- hyracks/hyracks-storage-common/pom.xml | 15 +---- hyracks/hyracks-test-support/pom.xml | 16 +---- .../hyracks-storage-am-bloomfilter-test/pom.xml | 14 +---- .../hyracks-storage-am-btree-test/pom.xml | 15 +---- .../hyracks-storage-am-lsm-btree-test/pom.xml | 14 +---- .../hyracks-storage-am-lsm-common-test/pom.xml | 14 +---- .../pom.xml | 16 +---- .../hyracks-storage-am-lsm-rtree-test/pom.xml | 14 +---- .../hyracks-storage-am-rtree-test/pom.xml | 15 +---- .../hyracks-storage-common-test/pom.xml | 15 +---- hyracks/hyracks-yarn/hyracks-yarn-am/pom.xml | 9 --- .../hyracks-yarn/hyracks-yarn-client/pom.xml | 9 --- .../hyracks-yarn/hyracks-yarn-common/pom.xml | 14 +---- hyracks/pom.xml | 2 - pom.xml | 65 +++++++++++++++++++- 58 files changed, 103 insertions(+), 717 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/blob/5ae0df84/algebricks/algebricks-common/pom.xml ---------------------------------------------------------------------- diff --git a/algebricks/algebricks-common/pom.xml b/algebricks/algebricks-common/pom.xml index 29ad3d6..b1784e3 100644 --- a/algebricks/algebricks-common/pom.xml +++ b/algebricks/algebricks-common/pom.xml @@ -38,20 +38,7 @@ - - - - org.apache.maven.plugins - maven-compiler-plugin - 2.0.2 - - 1.7 - 1.7 - true - - - - + org.apache.hyracks http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/blob/5ae0df84/algebricks/algebricks-compiler/pom.xml ---------------------------------------------------------------------- diff --git a/algebricks/algebricks-compiler/pom.xml b/algebricks/algebricks-compiler/pom.xml index e441bdd..6f847d0 100644 --- a/algebricks/algebricks-compiler/pom.xml +++ b/algebricks/algebricks-compiler/pom.xml @@ -37,21 +37,6 @@ - - - - - org.apache.maven.plugins - maven-compiler-plugin - 2.0.2 - - 1.7 - 1.7 - true - - - - org.apache.hyracks http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/blob/5ae0df84/algebricks/algebricks-core/pom.xml ---------------------------------------------------------------------- diff --git a/algebricks/algebricks-core/pom.xml b/algebricks/algebricks-core/pom.xml index e178484..5f35481 100644 --- a/algebricks/algebricks-core/pom.xml +++ b/algebricks/algebricks-core/pom.xml @@ -37,21 +37,6 @@ - - - - - org.apache.maven.plugins - maven-compiler-plugin - 2.0.2 - - 1.7 - 1.7 - true - - - - org.apache.hyracks http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/blob/5ae0df84/algebricks/algebricks-data/pom.xml ---------------------------------------------------------------------- diff --git a/algebricks/algebricks-data/pom.xml b/algebricks/algebricks-data/pom.xml index 4fa07fd..6fdf891 100644 --- a/algebricks/algebricks-data/pom.xml +++ b/algebricks/algebricks-data/pom.xml @@ -37,21 +37,6 @@ - - - - - org.apache.maven.plugins - maven-compiler-plugin - 2.0.2 - - 1.7 - 1.7 - true - - - - org.apache.hyracks http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/blob/5ae0df84/algebricks/algebricks-examples/piglet-example/pom.xml ---------------------------------------------------------------------- diff --git a/algebricks/algebricks-examples/piglet-example/pom.xml b/algebricks/algebricks-examples/piglet-example/pom.xml index 7e0b0eb..a037db5 100644 --- a/algebricks/algebricks-examples/piglet-example/pom.xml +++ b/algebricks/algebricks-examples/piglet-example/pom.xml @@ -30,16 +30,6 @@ - org.apache.maven.plugins - maven-compiler-plugin - 2.0.2 - - 1.7 - 1.7 - true - - - org.codehaus.mojo javacc-maven-plugin 2.6 http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/blob/5ae0df84/algebricks/algebricks-rewriter/pom.xml ---------------------------------------------------------------------- diff --git a/algebricks/algebricks-rewriter/pom.xml b/algebricks/algebricks-rewriter/pom.xml index ed658d0..b074258 100644 --- a/algebricks/algebricks-rewriter/pom.xml +++ b/algebricks/algebricks-rewriter/pom.xml @@ -38,20 +38,7 @@ - - - - org.apache.maven.plugins - maven-compiler-plugin - 2.0.2 - - 1.7 - 1.7 - true - - - - + org.apache.hyracks http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/blob/5ae0df84/algebricks/algebricks-runtime/pom.xml ---------------------------------------------------------------------- diff --git a/algebricks/algebricks-runtime/pom.xml b/algebricks/algebricks-runtime/pom.xml index 920a0eb..7f81f1e 100644 --- a/algebricks/algebricks-runtime/pom.xml +++ b/algebricks/algebricks-runtime/pom.xml @@ -38,20 +38,7 @@ - - - - org.apache.maven.plugins - maven-compiler-plugin - 2.0.2 - - 1.7 - 1.7 - true - - - - + org.apache.hyracks http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/blob/5ae0df84/algebricks/algebricks-tests/pom.xml ---------------------------------------------------------------------- diff --git a/algebricks/algebricks-tests/pom.xml b/algebricks/algebricks-tests/pom.xml index 0d34303..dfa51a4 100644 --- a/algebricks/algebricks-tests/pom.xml +++ b/algebricks/algebricks-tests/pom.xml @@ -41,17 +41,6 @@ - org.apache.maven.plugins - maven-compiler-plugin - 2.0.2 - - 1.7 - 1.7 - true - UTF-8 - - - maven-antrun-plugin http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/blob/5ae0df84/hyracks/hyracks-api/pom.xml ---------------------------------------------------------------------- diff --git a/hyracks/hyracks-api/pom.xml b/hyracks/hyracks-api/pom.xml index 154de5c..dfc7e12 100644 --- a/hyracks/hyracks-api/pom.xml +++ b/hyracks/hyracks-api/pom.xml @@ -36,20 +36,7 @@ - - - - org.apache.maven.plugins - maven-compiler-plugin - 2.0.2 - - 1.7 - 1.7 - true - - - - + org.json http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/blob/5ae0df84/hyracks/hyracks-client/pom.xml ---------------------------------------------------------------------- diff --git a/hyracks/hyracks-client/pom.xml b/hyracks/hyracks-client/pom.xml index 2607c5a..445203b 100644 --- a/hyracks/hyracks-client/pom.xml +++ b/hyracks/hyracks-client/pom.xml @@ -39,15 +39,6 @@ org.apache.maven.plugins - maven-compiler-plugin - 2.0.2 - - 1.7 - 1.7 - - - - org.apache.maven.plugins maven-clean-plugin 2.5 http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/blob/5ae0df84/hyracks/hyracks-comm/pom.xml ---------------------------------------------------------------------- diff --git a/hyracks/hyracks-comm/pom.xml b/hyracks/hyracks-comm/pom.xml index 84404b3..862f2af 100644 --- a/hyracks/hyracks-comm/pom.xml +++ b/hyracks/hyracks-comm/pom.xml @@ -36,19 +36,7 @@ - - - - org.apache.maven.plugins - maven-compiler-plugin - 2.0.2 - - 1.7 - 1.7 - - - - + org.apache.hyracks http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/blob/5ae0df84/hyracks/hyracks-control/hyracks-control-cc/pom.xml ---------------------------------------------------------------------- diff --git a/hyracks/hyracks-control/hyracks-control-cc/pom.xml b/hyracks/hyracks-control/hyracks-control-cc/pom.xml index 09adabf..26d8e41 100644 --- a/hyracks/hyracks-control/hyracks-control-cc/pom.xml +++ b/hyracks/hyracks-control/hyracks-control-cc/pom.xml @@ -27,20 +27,7 @@ 0.2.17-SNAPSHOT - - - - org.apache.maven.plugins - maven-compiler-plugin - 2.0.2 - - 1.7 - 1.7 - true - - - - + org.apache.hyracks http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/blob/5ae0df84/hyracks/hyracks-control/hyracks-control-common/pom.xml ---------------------------------------------------------------------- diff --git a/hyracks/hyracks-control/hyracks-control-common/pom.xml b/hyracks/hyracks-control/hyracks-control-common/pom.xml index 46395e4..d3c9912 100644 --- a/hyracks/hyracks-control/hyracks-control-common/pom.xml +++ b/hyracks/hyracks-control/hyracks-control-common/pom.xml @@ -16,7 +16,6 @@ ! specific language governing permissions and limitations ! under the License. !--> - 4.0.0 hyracks-control-common @@ -28,20 +27,7 @@ 0.2.17-SNAPSHOT - - - - org.apache.maven.plugins - maven-compiler-plugin - 2.0.2 - - 1.7 - 1.7 - true - - - - + org.apache.hyracks http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/blob/5ae0df84/hyracks/hyracks-control/hyracks-control-nc/pom.xml ---------------------------------------------------------------------- diff --git a/hyracks/hyracks-control/hyracks-control-nc/pom.xml b/hyracks/hyracks-control/hyracks-control-nc/pom.xml index 55f326e..56d7110 100644 --- a/hyracks/hyracks-control/hyracks-control-nc/pom.xml +++ b/hyracks/hyracks-control/hyracks-control-nc/pom.xml @@ -27,20 +27,7 @@ 0.2.17-SNAPSHOT - - - - org.apache.maven.plugins - maven-compiler-plugin - 2.0.2 - - 1.7 - 1.7 - true - - - - + org.apache.hyracks http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/blob/5ae0df84/hyracks/hyracks-data/hyracks-data-std/pom.xml ---------------------------------------------------------------------- diff --git a/hyracks/hyracks-data/hyracks-data-std/pom.xml b/hyracks/hyracks-data/hyracks-data-std/pom.xml index 3d8665f..8546bdb 100644 --- a/hyracks/hyracks-data/hyracks-data-std/pom.xml +++ b/hyracks/hyracks-data/hyracks-data-std/pom.xml @@ -28,20 +28,7 @@ 0.2.17-SNAPSHOT - - - - org.apache.maven.plugins - maven-compiler-plugin - 2.0.2 - - 1.7 - 1.7 - true - - - - + org.apache.hyracks http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/blob/5ae0df84/hyracks/hyracks-dataflow-common/pom.xml ---------------------------------------------------------------------- diff --git a/hyracks/hyracks-dataflow-common/pom.xml b/hyracks/hyracks-dataflow-common/pom.xml index 71e1be9..c6e85cd 100644 --- a/hyracks/hyracks-dataflow-common/pom.xml +++ b/hyracks/hyracks-dataflow-common/pom.xml @@ -36,20 +36,7 @@ - - - - org.apache.maven.plugins - maven-compiler-plugin - 2.0.2 - - 1.7 - 1.7 - true - - - - + org.apache.hyracks http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/blob/5ae0df84/hyracks/hyracks-dataflow-hadoop/pom.xml ---------------------------------------------------------------------- diff --git a/hyracks/hyracks-dataflow-hadoop/pom.xml b/hyracks/hyracks-dataflow-hadoop/pom.xml index 32152a9..805f993 100644 --- a/hyracks/hyracks-dataflow-hadoop/pom.xml +++ b/hyracks/hyracks-dataflow-hadoop/pom.xml @@ -38,19 +38,7 @@ - - - - org.apache.maven.plugins - maven-compiler-plugin - 2.0.2 - - 1.7 - 1.7 - - - - + org.apache.hyracks http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/blob/5ae0df84/hyracks/hyracks-dataflow-std/pom.xml ---------------------------------------------------------------------- diff --git a/hyracks/hyracks-dataflow-std/pom.xml b/hyracks/hyracks-dataflow-std/pom.xml index 5ed986d..949ea38 100644 --- a/hyracks/hyracks-dataflow-std/pom.xml +++ b/hyracks/hyracks-dataflow-std/pom.xml @@ -38,20 +38,7 @@ - - - - org.apache.maven.plugins - maven-compiler-plugin - 2.0.2 - - 1.7 - 1.7 - true - - - - + org.apache.hyracks http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/blob/5ae0df84/hyracks/hyracks-dist/pom.xml ---------------------------------------------------------------------- diff --git a/hyracks/hyracks-dist/pom.xml b/hyracks/hyracks-dist/pom.xml index 4b46fdf..0d79370 100755 --- a/hyracks/hyracks-dist/pom.xml +++ b/hyracks/hyracks-dist/pom.xml @@ -1,4 +1,3 @@ - package copy-resources http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/blob/5ae0df84/hyracks/hyracks-examples/btree-example/btreeclient/pom.xml ---------------------------------------------------------------------- diff --git a/hyracks/hyracks-examples/btree-example/btreeclient/pom.xml b/hyracks/hyracks-examples/btree-example/btreeclient/pom.xml index fa5a015..c6bc25b 100644 --- a/hyracks/hyracks-examples/btree-example/btreeclient/pom.xml +++ b/hyracks/hyracks-examples/btree-example/btreeclient/pom.xml @@ -52,16 +52,6 @@ - org.apache.maven.plugins - maven-compiler-plugin - 2.0.2 - - 1.7 - 1.7 - true - - - org.codehaus.mojo appassembler-maven-plugin 1.3 http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/blob/5ae0df84/hyracks/hyracks-examples/btree-example/btreehelper/pom.xml ---------------------------------------------------------------------- diff --git a/hyracks/hyracks-examples/btree-example/btreehelper/pom.xml b/hyracks/hyracks-examples/btree-example/btreehelper/pom.xml index a248c96..2aa1501 100644 --- a/hyracks/hyracks-examples/btree-example/btreehelper/pom.xml +++ b/hyracks/hyracks-examples/btree-example/btreehelper/pom.xml @@ -53,18 +53,5 @@ 0.2.17-SNAPSHOT - - - - org.apache.maven.plugins - maven-compiler-plugin - 2.0.2 - - 1.7 - 1.7 - true - - - - + http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/blob/5ae0df84/hyracks/hyracks-examples/hyracks-integration-tests/pom.xml ---------------------------------------------------------------------- diff --git a/hyracks/hyracks-examples/hyracks-integration-tests/pom.xml b/hyracks/hyracks-examples/hyracks-integration-tests/pom.xml index 5f49dd5..50060d0 100644 --- a/hyracks/hyracks-examples/hyracks-integration-tests/pom.xml +++ b/hyracks/hyracks-examples/hyracks-integration-tests/pom.xml @@ -27,19 +27,7 @@ hyracks-examples 0.2.17-SNAPSHOT - - - - org.apache.maven.plugins - maven-compiler-plugin - 2.0.2 - - 1.7 - 1.7 - - - - + org.apache.hyracks http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/blob/5ae0df84/hyracks/hyracks-examples/hyracks-shutdown-test/pom.xml ---------------------------------------------------------------------- diff --git a/hyracks/hyracks-examples/hyracks-shutdown-test/pom.xml b/hyracks/hyracks-examples/hyracks-shutdown-test/pom.xml index 14ceabb..31ea235 100644 --- a/hyracks/hyracks-examples/hyracks-shutdown-test/pom.xml +++ b/hyracks/hyracks-examples/hyracks-shutdown-test/pom.xml @@ -127,15 +127,6 @@ org.apache.maven.plugins - maven-compiler-plugin - 2.0.2 - - 1.6 - 1.6 - - - - org.apache.maven.plugins maven-failsafe-plugin 2.8.1 @@ -152,7 +143,6 @@ - junit junit http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/blob/5ae0df84/hyracks/hyracks-examples/text-example/textclient/pom.xml ---------------------------------------------------------------------- diff --git a/hyracks/hyracks-examples/text-example/textclient/pom.xml b/hyracks/hyracks-examples/text-example/textclient/pom.xml index 4304414..3bf69e2 100644 --- a/hyracks/hyracks-examples/text-example/textclient/pom.xml +++ b/hyracks/hyracks-examples/text-example/textclient/pom.xml @@ -46,16 +46,6 @@ - org.apache.maven.plugins - maven-compiler-plugin - 2.0.2 - - 1.7 - 1.7 - true - - - org.codehaus.mojo appassembler-maven-plugin 1.3 http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/blob/5ae0df84/hyracks/hyracks-examples/text-example/texthelper/pom.xml ---------------------------------------------------------------------- diff --git a/hyracks/hyracks-examples/text-example/texthelper/pom.xml b/hyracks/hyracks-examples/text-example/texthelper/pom.xml index 6101f67..7da4977 100644 --- a/hyracks/hyracks-examples/text-example/texthelper/pom.xml +++ b/hyracks/hyracks-examples/text-example/texthelper/pom.xml @@ -47,18 +47,5 @@ 0.2.17-SNAPSHOT - - - - org.apache.maven.plugins - maven-compiler-plugin - 2.0.2 - - 1.7 - 1.7 - true - - - - + http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/blob/5ae0df84/hyracks/hyracks-examples/text-example/textserver/pom.xml ---------------------------------------------------------------------- diff --git a/hyracks/hyracks-examples/text-example/textserver/pom.xml b/hyracks/hyracks-examples/text-example/textserver/pom.xml index f116638..c669f22 100644 --- a/hyracks/hyracks-examples/text-example/textserver/pom.xml +++ b/hyracks/hyracks-examples/text-example/textserver/pom.xml @@ -126,15 +126,6 @@ org.apache.maven.plugins - maven-compiler-plugin - 2.0.2 - - 1.6 - 1.6 - - - - org.apache.maven.plugins maven-failsafe-plugin 2.8.1 @@ -151,7 +142,6 @@ - junit junit http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/blob/5ae0df84/hyracks/hyracks-examples/tpch-example/tpchclient/pom.xml ---------------------------------------------------------------------- diff --git a/hyracks/hyracks-examples/tpch-example/tpchclient/pom.xml b/hyracks/hyracks-examples/tpch-example/tpchclient/pom.xml index ddcc983..cd45536 100644 --- a/hyracks/hyracks-examples/tpch-example/tpchclient/pom.xml +++ b/hyracks/hyracks-examples/tpch-example/tpchclient/pom.xml @@ -43,16 +43,6 @@ - org.apache.maven.plugins - maven-compiler-plugin - 2.0.2 - - 1.7 - 1.7 - true - - - org.codehaus.mojo appassembler-maven-plugin 1.3 http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/blob/5ae0df84/hyracks/hyracks-hdfs/hyracks-hdfs-1.x/pom.xml ---------------------------------------------------------------------- diff --git a/hyracks/hyracks-hdfs/hyracks-hdfs-1.x/pom.xml b/hyracks/hyracks-hdfs/hyracks-hdfs-1.x/pom.xml index 3ba806e..b484049 100644 --- a/hyracks/hyracks-hdfs/hyracks-hdfs-1.x/pom.xml +++ b/hyracks/hyracks-hdfs/hyracks-hdfs-1.x/pom.xml @@ -1,4 +1,3 @@ - junit junit http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/blob/5ae0df84/hyracks/hyracks-maven-plugins/hyracks-virtualcluster-maven-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/hyracks/hyracks-maven-plugins/hyracks-virtualcluster-maven-plugin/pom.xml b/hyracks/hyracks-maven-plugins/hyracks-virtualcluster-maven-plugin/pom.xml index 1a8c356..853aea7 100644 --- a/hyracks/hyracks-maven-plugins/hyracks-virtualcluster-maven-plugin/pom.xml +++ b/hyracks/hyracks-maven-plugins/hyracks-virtualcluster-maven-plugin/pom.xml @@ -29,18 +29,5 @@ 0.2.17-SNAPSHOT - - - - org.apache.maven.plugins - maven-compiler-plugin - 2.0.2 - - 1.7 - 1.7 - true - - - - + http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/blob/5ae0df84/hyracks/hyracks-net/pom.xml ---------------------------------------------------------------------- diff --git a/hyracks/hyracks-net/pom.xml b/hyracks/hyracks-net/pom.xml index c5e7f6b..ee5774f 100644 --- a/hyracks/hyracks-net/pom.xml +++ b/hyracks/hyracks-net/pom.xml @@ -37,23 +37,9 @@ - - - - org.apache.maven.plugins - maven-compiler-plugin - 2.0.2 - - 1.7 - 1.7 - true - - - - + - junit junit http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/blob/5ae0df84/hyracks/hyracks-server/pom.xml ---------------------------------------------------------------------- diff --git a/hyracks/hyracks-server/pom.xml b/hyracks/hyracks-server/pom.xml index 4453c7c..4eae63f 100644 --- a/hyracks/hyracks-server/pom.xml +++ b/hyracks/hyracks-server/pom.xml @@ -40,16 +40,6 @@ - org.apache.maven.plugins - maven-compiler-plugin - 2.0.2 - - 1.7 - 1.7 - true - - - org.codehaus.mojo appassembler-maven-plugin 1.3 http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/blob/5ae0df84/hyracks/hyracks-storage-am-bloomfilter/pom.xml ---------------------------------------------------------------------- diff --git a/hyracks/hyracks-storage-am-bloomfilter/pom.xml b/hyracks/hyracks-storage-am-bloomfilter/pom.xml index 425dd76..a704a66 100644 --- a/hyracks/hyracks-storage-am-bloomfilter/pom.xml +++ b/hyracks/hyracks-storage-am-bloomfilter/pom.xml @@ -37,19 +37,7 @@ - - - - org.apache.maven.plugins - maven-compiler-plugin - 2.0.2 - - 1.7 - 1.7 - - - - + org.apache.hyracks http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/blob/5ae0df84/hyracks/hyracks-storage-am-btree/pom.xml ---------------------------------------------------------------------- diff --git a/hyracks/hyracks-storage-am-btree/pom.xml b/hyracks/hyracks-storage-am-btree/pom.xml index e9db163..cf14c3b 100644 --- a/hyracks/hyracks-storage-am-btree/pom.xml +++ b/hyracks/hyracks-storage-am-btree/pom.xml @@ -38,20 +38,7 @@ - - - - org.apache.maven.plugins - maven-compiler-plugin - 2.0.2 - - 1.7 - 1.7 - true - - - - + org.apache.hyracks http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/blob/5ae0df84/hyracks/hyracks-storage-am-common/pom.xml ---------------------------------------------------------------------- diff --git a/hyracks/hyracks-storage-am-common/pom.xml b/hyracks/hyracks-storage-am-common/pom.xml index 3082815..727da41 100644 --- a/hyracks/hyracks-storage-am-common/pom.xml +++ b/hyracks/hyracks-storage-am-common/pom.xml @@ -38,20 +38,7 @@ - - - - org.apache.maven.plugins - maven-compiler-plugin - 2.0.2 - - 1.7 - 1.7 - true - - - - + org.apache.hyracks http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/blob/5ae0df84/hyracks/hyracks-storage-am-lsm-btree/pom.xml ---------------------------------------------------------------------- diff --git a/hyracks/hyracks-storage-am-lsm-btree/pom.xml b/hyracks/hyracks-storage-am-lsm-btree/pom.xml index a7842f6..cc4e697 100644 --- a/hyracks/hyracks-storage-am-lsm-btree/pom.xml +++ b/hyracks/hyracks-storage-am-lsm-btree/pom.xml @@ -37,19 +37,7 @@ - - - - org.apache.maven.plugins - maven-compiler-plugin - 2.0.2 - - 1.7 - 1.7 - - - - + org.apache.hyracks http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/blob/5ae0df84/hyracks/hyracks-storage-am-lsm-common/pom.xml ---------------------------------------------------------------------- diff --git a/hyracks/hyracks-storage-am-lsm-common/pom.xml b/hyracks/hyracks-storage-am-lsm-common/pom.xml index d879c53..bf6fc5b 100644 --- a/hyracks/hyracks-storage-am-lsm-common/pom.xml +++ b/hyracks/hyracks-storage-am-lsm-common/pom.xml @@ -37,19 +37,7 @@ - - - - org.apache.maven.plugins - maven-compiler-plugin - 2.0.2 - - 1.7 - 1.7 - - - - + org.apache.hyracks http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/blob/5ae0df84/hyracks/hyracks-storage-am-lsm-invertedindex/pom.xml ---------------------------------------------------------------------- diff --git a/hyracks/hyracks-storage-am-lsm-invertedindex/pom.xml b/hyracks/hyracks-storage-am-lsm-invertedindex/pom.xml index 34e6122..af70253 100644 --- a/hyracks/hyracks-storage-am-lsm-invertedindex/pom.xml +++ b/hyracks/hyracks-storage-am-lsm-invertedindex/pom.xml @@ -37,19 +37,7 @@ - - - - org.apache.maven.plugins - maven-compiler-plugin - 2.0.2 - - 1.7 - 1.7 - - - - + org.apache.hyracks http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/blob/5ae0df84/hyracks/hyracks-storage-am-lsm-rtree/pom.xml ---------------------------------------------------------------------- diff --git a/hyracks/hyracks-storage-am-lsm-rtree/pom.xml b/hyracks/hyracks-storage-am-lsm-rtree/pom.xml index 0de2d02..e1c09c0 100644 --- a/hyracks/hyracks-storage-am-lsm-rtree/pom.xml +++ b/hyracks/hyracks-storage-am-lsm-rtree/pom.xml @@ -36,19 +36,7 @@ - - - - org.apache.maven.plugins - maven-compiler-plugin - 2.0.2 - - 1.7 - 1.7 - - - - + org.apache.hyracks http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/blob/5ae0df84/hyracks/hyracks-storage-am-rtree/pom.xml ---------------------------------------------------------------------- diff --git a/hyracks/hyracks-storage-am-rtree/pom.xml b/hyracks/hyracks-storage-am-rtree/pom.xml index bd802cd..37c322e 100644 --- a/hyracks/hyracks-storage-am-rtree/pom.xml +++ b/hyracks/hyracks-storage-am-rtree/pom.xml @@ -37,20 +37,7 @@ - - - - org.apache.maven.plugins - maven-compiler-plugin - 2.0.2 - - 1.7 - 1.7 - true - - - - + org.apache.hyracks http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/blob/5ae0df84/hyracks/hyracks-storage-common/pom.xml ---------------------------------------------------------------------- diff --git a/hyracks/hyracks-storage-common/pom.xml b/hyracks/hyracks-storage-common/pom.xml index e970772..8d558e4 100644 --- a/hyracks/hyracks-storage-common/pom.xml +++ b/hyracks/hyracks-storage-common/pom.xml @@ -37,20 +37,7 @@ - - - - org.apache.maven.plugins - maven-compiler-plugin - 2.0.2 - - 1.7 - 1.7 - true - - - - + org.apache.hyracks http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/blob/5ae0df84/hyracks/hyracks-test-support/pom.xml ---------------------------------------------------------------------- diff --git a/hyracks/hyracks-test-support/pom.xml b/hyracks/hyracks-test-support/pom.xml index 493e428..f0ec043 100644 --- a/hyracks/hyracks-test-support/pom.xml +++ b/hyracks/hyracks-test-support/pom.xml @@ -37,23 +37,9 @@ - - - - org.apache.maven.plugins - maven-compiler-plugin - 2.0.2 - - 1.7 - 1.7 - true - - - - + - junit junit http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/blob/5ae0df84/hyracks/hyracks-tests/hyracks-storage-am-bloomfilter-test/pom.xml ---------------------------------------------------------------------- diff --git a/hyracks/hyracks-tests/hyracks-storage-am-bloomfilter-test/pom.xml b/hyracks/hyracks-tests/hyracks-storage-am-bloomfilter-test/pom.xml index 05da1ad..8147640 100644 --- a/hyracks/hyracks-tests/hyracks-storage-am-bloomfilter-test/pom.xml +++ b/hyracks/hyracks-tests/hyracks-storage-am-bloomfilter-test/pom.xml @@ -27,19 +27,7 @@ 0.2.17-SNAPSHOT - - - - org.apache.maven.plugins - maven-compiler-plugin - 2.0.2 - - 1.7 - 1.7 - - - - + org.apache.hyracks http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/blob/5ae0df84/hyracks/hyracks-tests/hyracks-storage-am-btree-test/pom.xml ---------------------------------------------------------------------- diff --git a/hyracks/hyracks-tests/hyracks-storage-am-btree-test/pom.xml b/hyracks/hyracks-tests/hyracks-storage-am-btree-test/pom.xml index 6e38949..de5b47f 100644 --- a/hyracks/hyracks-tests/hyracks-storage-am-btree-test/pom.xml +++ b/hyracks/hyracks-tests/hyracks-storage-am-btree-test/pom.xml @@ -28,20 +28,7 @@ 0.2.17-SNAPSHOT - - - - org.apache.maven.plugins - maven-compiler-plugin - 2.0.2 - - 1.7 - 1.7 - true - - - - + org.apache.hyracks http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/blob/5ae0df84/hyracks/hyracks-tests/hyracks-storage-am-lsm-btree-test/pom.xml ---------------------------------------------------------------------- diff --git a/hyracks/hyracks-tests/hyracks-storage-am-lsm-btree-test/pom.xml b/hyracks/hyracks-tests/hyracks-storage-am-lsm-btree-test/pom.xml index 1209f9a..35de199 100644 --- a/hyracks/hyracks-tests/hyracks-storage-am-lsm-btree-test/pom.xml +++ b/hyracks/hyracks-tests/hyracks-storage-am-lsm-btree-test/pom.xml @@ -27,19 +27,7 @@ 0.2.17-SNAPSHOT - - - - org.apache.maven.plugins - maven-compiler-plugin - 2.0.2 - - 1.7 - 1.7 - - - - + org.apache.hyracks http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/blob/5ae0df84/hyracks/hyracks-tests/hyracks-storage-am-lsm-common-test/pom.xml ---------------------------------------------------------------------- diff --git a/hyracks/hyracks-tests/hyracks-storage-am-lsm-common-test/pom.xml b/hyracks/hyracks-tests/hyracks-storage-am-lsm-common-test/pom.xml index 13563d2..7b0778c 100644 --- a/hyracks/hyracks-tests/hyracks-storage-am-lsm-common-test/pom.xml +++ b/hyracks/hyracks-tests/hyracks-storage-am-lsm-common-test/pom.xml @@ -27,19 +27,7 @@ 0.2.17-SNAPSHOT - - - - org.apache.maven.plugins - maven-compiler-plugin - 2.0.2 - - 1.7 - 1.7 - - - - + org.apache.hyracks http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/blob/5ae0df84/hyracks/hyracks-tests/hyracks-storage-am-lsm-invertedindex-test/pom.xml ---------------------------------------------------------------------- diff --git a/hyracks/hyracks-tests/hyracks-storage-am-lsm-invertedindex-test/pom.xml b/hyracks/hyracks-tests/hyracks-storage-am-lsm-invertedindex-test/pom.xml index 7e1a999..f2896cb 100644 --- a/hyracks/hyracks-tests/hyracks-storage-am-lsm-invertedindex-test/pom.xml +++ b/hyracks/hyracks-tests/hyracks-storage-am-lsm-invertedindex-test/pom.xml @@ -28,19 +28,7 @@ .. - - - - org.apache.maven.plugins - maven-compiler-plugin - 2.0.2 - - 1.7 - 1.7 - - - - + org.apache.hyracks @@ -65,4 +53,4 @@ - \ No newline at end of file + http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/blob/5ae0df84/hyracks/hyracks-tests/hyracks-storage-am-lsm-rtree-test/pom.xml ---------------------------------------------------------------------- diff --git a/hyracks/hyracks-tests/hyracks-storage-am-lsm-rtree-test/pom.xml b/hyracks/hyracks-tests/hyracks-storage-am-lsm-rtree-test/pom.xml index 91d247f..d77d838 100644 --- a/hyracks/hyracks-tests/hyracks-storage-am-lsm-rtree-test/pom.xml +++ b/hyracks/hyracks-tests/hyracks-storage-am-lsm-rtree-test/pom.xml @@ -27,19 +27,7 @@ 0.2.17-SNAPSHOT - - - - org.apache.maven.plugins - maven-compiler-plugin - 2.0.2 - - 1.7 - 1.7 - - - - + org.apache.hyracks http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/blob/5ae0df84/hyracks/hyracks-tests/hyracks-storage-am-rtree-test/pom.xml ---------------------------------------------------------------------- diff --git a/hyracks/hyracks-tests/hyracks-storage-am-rtree-test/pom.xml b/hyracks/hyracks-tests/hyracks-storage-am-rtree-test/pom.xml index 682cbe4..18f9e9e 100644 --- a/hyracks/hyracks-tests/hyracks-storage-am-rtree-test/pom.xml +++ b/hyracks/hyracks-tests/hyracks-storage-am-rtree-test/pom.xml @@ -28,20 +28,7 @@ 0.2.17-SNAPSHOT - - - - org.apache.maven.plugins - maven-compiler-plugin - 2.0.2 - - 1.7 - 1.7 - true - - - - + org.apache.hyracks http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/blob/5ae0df84/hyracks/hyracks-tests/hyracks-storage-common-test/pom.xml ---------------------------------------------------------------------- diff --git a/hyracks/hyracks-tests/hyracks-storage-common-test/pom.xml b/hyracks/hyracks-tests/hyracks-storage-common-test/pom.xml index 119c972..fcfed4f 100644 --- a/hyracks/hyracks-tests/hyracks-storage-common-test/pom.xml +++ b/hyracks/hyracks-tests/hyracks-storage-common-test/pom.xml @@ -28,20 +28,7 @@ 0.2.17-SNAPSHOT - - - - org.apache.maven.plugins - maven-compiler-plugin - 2.0.2 - - 1.7 - 1.7 - true - - - - + org.apache.hyracks http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/blob/5ae0df84/hyracks/hyracks-yarn/hyracks-yarn-am/pom.xml ---------------------------------------------------------------------- diff --git a/hyracks/hyracks-yarn/hyracks-yarn-am/pom.xml b/hyracks/hyracks-yarn/hyracks-yarn-am/pom.xml index c695e41..de38d2e 100644 --- a/hyracks/hyracks-yarn/hyracks-yarn-am/pom.xml +++ b/hyracks/hyracks-yarn/hyracks-yarn-am/pom.xml @@ -29,15 +29,6 @@ - org.apache.maven.plugins - maven-compiler-plugin - 2.0.2 - - 1.7 - 1.7 - - - org.codehaus.mojo appassembler-maven-plugin http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/blob/5ae0df84/hyracks/hyracks-yarn/hyracks-yarn-client/pom.xml ---------------------------------------------------------------------- diff --git a/hyracks/hyracks-yarn/hyracks-yarn-client/pom.xml b/hyracks/hyracks-yarn/hyracks-yarn-client/pom.xml index b4015bc..55c682e 100644 --- a/hyracks/hyracks-yarn/hyracks-yarn-client/pom.xml +++ b/hyracks/hyracks-yarn/hyracks-yarn-client/pom.xml @@ -29,15 +29,6 @@ - org.apache.maven.plugins - maven-compiler-plugin - 2.0.2 - - 1.7 - 1.7 - - - org.codehaus.mojo appassembler-maven-plugin http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/blob/5ae0df84/hyracks/hyracks-yarn/hyracks-yarn-common/pom.xml ---------------------------------------------------------------------- diff --git a/hyracks/hyracks-yarn/hyracks-yarn-common/pom.xml b/hyracks/hyracks-yarn/hyracks-yarn-common/pom.xml index 2dae061..b018477 100644 --- a/hyracks/hyracks-yarn/hyracks-yarn-common/pom.xml +++ b/hyracks/hyracks-yarn/hyracks-yarn-common/pom.xml @@ -26,19 +26,7 @@ 0.2.1-SNAPSHOT - - - - org.apache.maven.plugins - maven-compiler-plugin - 2.0.2 - - 1.7 - 1.7 - - - - + org.apache.hadoop http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/blob/5ae0df84/hyracks/pom.xml ---------------------------------------------------------------------- diff --git a/hyracks/pom.xml b/hyracks/pom.xml index 6ed530a..86b1551 100644 --- a/hyracks/pom.xml +++ b/hyracks/pom.xml @@ -1,4 +1,3 @@ - http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/blob/5ae0df84/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8e4aeec..8f00aac 100644 --- a/pom.xml +++ b/pom.xml @@ -46,6 +46,7 @@ **/pregelix/**/FailureRecovery*.java + 1.8 **/hivesterix/perf/PerfTestSuite.java **/*TestSuite.java,**/*Test.java **/Abstract*.java,${hanging.pregelix.tests},${hivesterix.perf.tests} @@ -190,7 +191,42 @@ ${global.test.excludes},${test.excludes} - + + + + org.apache.maven.plugins + maven-assembly-plugin + + + + + source-release-assembly + package + + single + + + + true + + src/main/assembly/source.xml + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + ${jdk.version} + ${jdk.version} + -Xlint:all + @@ -242,6 +278,33 @@ + + java6 + + 1.6 + + + 1.6 + + + + java7 + + 1.7 + + + 1.7 + + + + java8 + + 1.8 + + + 1.8 + +