Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 96011 invoked from network); 29 May 2008 13:38:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 May 2008 13:38:22 -0000 Received: (qmail 97354 invoked by uid 500); 29 May 2008 13:38:24 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 97331 invoked by uid 500); 29 May 2008 13:38:24 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 97320 invoked by uid 99); 29 May 2008 13:38:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 May 2008 06:38:24 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 May 2008 13:37:44 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5E888234C12D for ; Thu, 29 May 2008 06:38:00 -0700 (PDT) Message-ID: <1793722809.1212068280385.JavaMail.jira@brutus> Date: Thu, 29 May 2008 06:38:00 -0700 (PDT) From: "Rob Davies (JIRA)" To: dev@activemq.apache.org Subject: [jira] Commented: (AMQ-1745) Maven 2.0.9 fails to build activemq 5.2 , artifacts missing related to camel In-Reply-To: <111784486.1211870154421.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQ-1745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=43102#action_43102 ] Rob Davies commented on AMQ-1745: --------------------------------- looks like currently you have to build and install camel locally to get around this > Maven 2.0.9 fails to build activemq 5.2 , artifacts missing related to camel > ---------------------------------------------------------------------------- > > Key: AMQ-1745 > URL: https://issues.apache.org/activemq/browse/AMQ-1745 > Project: ActiveMQ > Issue Type: Bug > Affects Versions: 5.2.0 > Environment: Redhat Linux , jdk 1.5.0_06 > Reporter: Hari > > [ERROR] BUILD ERROR > [INFO] ------------------------------------------------------------------------ > [INFO] Failed to resolve artifact. > Missing: > ---------- > 1) org.apache.camel:camel-jms:jar:1.4-SNAPSHOT > Try downloading the file manually from the project website. > Then, install it using the command: > mvn install:install-file -DgroupId=org.apache.camel -DartifactId=camel-jms -Dversion=1.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file > Alternatively, if you host your own repository you can deploy the file there: > mvn deploy:deploy-file -DgroupId=org.apache.camel -DartifactId=camel-jms -Dversion=1.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] > Path to dependency: > 1) org.apache.activemq:activemq-core:bundle:5.2-SNAPSHOT > 2) org.apache.camel:camel-jms:jar:1.4-SNAPSHOT > 2) org.apache.camel:camel-spring:test-jar:tests:1.4-SNAPSHOT > Try downloading the file manually from the project website. > Then, install it using the command: > mvn install:install-file -DgroupId=org.apache.camel -DartifactId=camel-spring -Dversion=1.4-SNAPSHOT -Dclassifier=tests -Dpackaging=test-jar -Dfile=/path/to/file > Alternatively, if you host your own repository you can deploy the file there: > mvn deploy:deploy-file -DgroupId=org.apache.camel -DartifactId=camel-spring -Dversion=1.4-SNAPSHOT -Dclassifier=tests -Dpackaging=test-jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] > Path to dependency: > 1) org.apache.activemq:activemq-core:bundle:5.2-SNAPSHOT > 2) org.apache.camel:camel-spring:test-jar:tests:1.4-SNAPSHOT > 3) org.apache.camel:camel-swing:jar:1.4-SNAPSHOT > Try downloading the file manually from the project website. > Then, install it using the command: > mvn install:install-file -DgroupId=org.apache.camel -DartifactId=camel-swing -Dversion=1.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file > Alternatively, if you host your own repository you can deploy the file there: > mvn deploy:deploy-file -DgroupId=org.apache.camel -DartifactId=camel-swing -Dversion=1.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] > Path to dependency: > 1) org.apache.activemq:activemq-core:bundle:5.2-SNAPSHOT > 2) org.apache.camel:camel-swing:jar:1.4-SNAPSHOT > ---------- > 3 required artifacts are missing. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.