Return-Path: X-Original-To: apmail-camel-users-archive@www.apache.org Delivered-To: apmail-camel-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 74E93D538 for ; Mon, 27 Aug 2012 13:03:11 +0000 (UTC) Received: (qmail 33446 invoked by uid 500); 27 Aug 2012 13:03:11 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 33417 invoked by uid 500); 27 Aug 2012 13:03:11 -0000 Mailing-List: contact users-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@camel.apache.org Delivered-To: mailing list users@camel.apache.org Delivered-To: moderator for users@camel.apache.org Received: (qmail 11365 invoked by uid 99); 27 Aug 2012 12:58:10 -0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of codeintheopen@gmail.com designates 74.125.82.173 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=DRtElIjhcHkS6CPZw75AgyokXVvEd4QJX3SEILB2M3U=; b=eZkq1fPMQo0lnl7XssI3U9b1sqV6ze0Fbiyz1rowy/O8BxabWA4HLZwjSXeMO03EBX v/Y+a9hpWYk2S71RxF/GplQpF9cP+LDzBZyMhoNqzTRAB5NggqmBfc6Bsuk96yj4WQ4K jpt9bv/6his3RPGC/NFq4jEZJjLhhpQzCBvDvXtPgyfL/9NgHc+jffaQcNr2xENkOxGn 2aeIsUQtFqas42tnOUK/WqWWH9MTEmSA/OE1IQeB7kzcdAvIsp0htW3igO8jfaU0mGfP EP3mrtwgs5+Tte3wS1PaWO1kSd4aQ3Xr0lrvrTcqezCJaZuc3XL/+PoFya6m3D+cNDKf btVw== MIME-Version: 1.0 In-Reply-To: References: Date: Mon, 27 Aug 2012 14:57:42 +0200 Message-ID: Subject: Re: Camel OSGi Blueprint Question From: Joe San To: users@camel.apache.org Content-Type: multipart/alternative; boundary=f46d043bded411716404c83edfe8 --f46d043bded411716404c83edfe8 Content-Type: text/plain; charset=ISO-8859-1 Ok. A maven clean install made it all available in the Manifest.MF file. Regards, Jothi On Mon, Aug 27, 2012 at 2:35 PM, Joe San wrote: > With the maven archetype for Camel blueprint, I created my project. I can > see from the generated pom.xml file the following comment: > > > > What I did after generating my project is added additional dependencies. > Now I want to make those dependencies be defined in the above generated > pom.xml file. I do not want to enter them manually. Is there a way to do it > automatically from the command line? > > Regards, > Jothi > --f46d043bded411716404c83edfe8--