Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 33953 invoked from network); 11 May 2010 06:36:02 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 11 May 2010 06:36:02 -0000 Received: (qmail 53797 invoked by uid 500); 11 May 2010 06:36:02 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 53614 invoked by uid 500); 11 May 2010 06:36:02 -0000 Mailing-List: contact dev-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 dev@camel.apache.org Received: (qmail 53604 invoked by uid 500); 11 May 2010 06:36:02 -0000 Delivered-To: apmail-activemq-camel-dev@activemq.apache.org Received: (qmail 53601 invoked by uid 99); 11 May 2010 06:36:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 May 2010 06:36:02 +0000 X-ASF-Spam-Status: No, hits=-1412.2 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 May 2010 06:36:01 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o4B6Zftg003355 for ; Tue, 11 May 2010 06:35:41 GMT Message-ID: <11579599.4281273559741144.JavaMail.jira@thor> Date: Tue, 11 May 2010 02:35:41 -0400 (EDT) From: "Claus Ibsen (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Commented: (CAMEL-2703) Upgrade the maven plugin dependencies In-Reply-To: <24561519.3241273274021907.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c [ https://issues.apache.org/activemq/browse/CAMEL-2703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=59276#action_59276 ] Claus Ibsen commented on CAMEL-2703: ------------------------------------ Also get in touch with Hadrian as he is the one who spend all his spare time creating and building the Camel releases. So he has battled with maven a lot. > Upgrade the maven plugin dependencies > ------------------------------------- > > Key: CAMEL-2703 > URL: https://issues.apache.org/activemq/browse/CAMEL-2703 > Project: Apache Camel > Issue Type: Improvement > Environment: All > Reporter: Christian Mueller > Assignee: Christian Mueller > Fix For: 2.4.0 > > > {code} > christian-muellers-macbook-pro:camel muellerc$ mvn versions:display-plugin-updates > ... > [INFO] Searching repository for plugin with prefix: 'versions'. > [INFO] ------------------------------------------------------------------------ > [INFO] Building Camel > [INFO] task-segment: [versions:display-plugin-updates] > [INFO] ------------------------------------------------------------------------ > [INFO] [versions:display-plugin-updates {execution: default-cli}] > [INFO] > [INFO] The following plugin updates are available: > [INFO] maven-war-plugin .......................... 2.1-alpha-2 -> 2.1-beta-1 > [INFO] maven-antrun-plugin ...................................... 1.2 -> 1.3 > [INFO] maven-assembly-plugin ...................... 2.2-beta-4 -> 2.2-beta-5 > [INFO] maven-checkstyle-plugin .................................. 2.2 -> 2.3 > [INFO] maven-clean-plugin ....................................... 2.3 -> 2.4 > [INFO] maven-compiler-plugin .................................. 2.0.2 -> 2.1 > [INFO] maven-dependency-plugin .................................. 2.0 -> 2.1 > [INFO] maven-deploy-plugin ...................................... 2.4 -> 2.5 > [INFO] maven-eclipse-plugin ................................... 2.5.1 -> 2.8 > [INFO] maven-install-plugin ..................................... 2.2 -> 2.3 > [INFO] maven-jar-plugin ......................................... 2.2 -> 2.3 > [INFO] maven-javadoc-plugin ................................... 2.5 -> 2.6.1 > [INFO] maven-plugin-plugin .................................... 2.5 -> 2.5.1 > [INFO] maven-release-plugin .............................. 2.0-beta-9 -> 2.0 > [INFO] maven-remote-resources-plugin ............................ 1.0 -> 1.1 > [INFO] maven-resources-plugin ................................. 2.3 -> 2.4.2 > [INFO] maven-shade-plugin ..................................... 1.2.1 -> 1.3 > [INFO] maven-site-plugin ........................................ 2.0 -> 2.1 > [INFO] maven-source-plugin .................................. 2.0.4 -> 2.1.1 > [INFO] maven-surefire-plugin .................................. 2.4.3 -> 2.5 > [INFO] maven-surefire-report-plugin ........................... 2.4.3 -> 2.5 > [INFO] org.codehaus.mojo:findbugs-maven-plugin ................ 1.2 -> 2.3.1 > [INFO] org.codehaus.mojo:taglist-maven-plugin ................... 2.2 -> 2.4 > {code} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.