Return-Path: X-Original-To: apmail-camel-commits-archive@www.apache.org Delivered-To: apmail-camel-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EA51B11A81 for ; Tue, 6 May 2014 08:09:15 +0000 (UTC) Received: (qmail 87050 invoked by uid 500); 6 May 2014 08:09:15 -0000 Delivered-To: apmail-camel-commits-archive@camel.apache.org Received: (qmail 86972 invoked by uid 500); 6 May 2014 08:09:14 -0000 Mailing-List: contact commits-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list commits@camel.apache.org Received: (qmail 86960 invoked by uid 99); 6 May 2014 08:09:14 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 May 2014 08:09:14 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id CA740920EB4; Tue, 6 May 2014 08:09:13 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: davsclaus@apache.org To: commits@camel.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: Use maven compiler plugin 2.5.1 as 3.0/3.1 recompiles everything all the time, even if nothing has changed or only 1 file. Date: Tue, 6 May 2014 08:09:13 +0000 (UTC) Repository: camel Updated Branches: refs/heads/master f0b8e011f -> 0e369b47d Use maven compiler plugin 2.5.1 as 3.0/3.1 recompiles everything all the time, even if nothing has changed or only 1 file. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/0e369b47 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/0e369b47 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/0e369b47 Branch: refs/heads/master Commit: 0e369b47da54bbb3234d49091dcac1a68f908813 Parents: f0b8e01 Author: Claus Ibsen Authored: Tue May 6 10:09:01 2014 +0200 Committer: Claus Ibsen Committed: Tue May 6 10:09:01 2014 +0200 ---------------------------------------------------------------------- parent/pom.xml | 1 + pom.xml | 5 +++++ 2 files changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/0e369b47/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index b124fc9..e24823d 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -2329,6 +2329,7 @@ org.apache.maven.plugins maven-compiler-plugin + ${maven-compiler-plugin-version} 1.6 1.6 http://git-wip-us.apache.org/repos/asf/camel/blob/0e369b47/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index be923b0..186d307 100755 --- a/pom.xml +++ b/pom.xml @@ -46,6 +46,10 @@ 1.6 1.6 + + 2.5.1 + 2.1.13 @@ -241,6 +245,7 @@ org.apache.maven.plugins maven-compiler-plugin + ${maven-compiler-plugin-version} ${jdk.version} ${jdk.version}