Return-Path: X-Original-To: apmail-maven-users-archive@www.apache.org Delivered-To: apmail-maven-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 2353817A81 for ; Wed, 28 Jan 2015 21:16:59 +0000 (UTC) Received: (qmail 78891 invoked by uid 500); 28 Jan 2015 21:16:58 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 78828 invoked by uid 500); 28 Jan 2015 21:16:58 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 78816 invoked by uid 99); 28 Jan 2015 21:16:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Jan 2015 21:16:57 +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 (athena.apache.org: domain of anders.g.hammar@gmail.com designates 209.85.212.182 as permitted sender) Received: from [209.85.212.182] (HELO mail-wi0-f182.google.com) (209.85.212.182) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Jan 2015 21:16:53 +0000 Received: by mail-wi0-f182.google.com with SMTP id n3so15606840wiv.3 for ; Wed, 28 Jan 2015 13:16:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=wEqLuiY3fL2dGqF1reSrLGn2qlJAOdPPPwTZ4TBXQmU=; b=IFtZ1zbpQGwixQIWXqAsMQfolvWbpGSA0mcAGCf4mCOxg1EguPahGMbZPwVa9w2wyP DPUFCSxI6xkBedabDSGxCrnQl7AIaknRDr7KM4fDxifxhG0bfVBjYlKK84C1iLx4RfXU KTF2xJfVrpKc+5iGcRdxniVbKj6uMRrorSVbf3drHGqWzW6kDB2/rB0QaaVF+k5mHF9A AdPVEmhGAyBcfQsqwqi8QfVXiQk9cE7w/iI3CwomGgL4CRMnlcXmbEmB0u+HpKBZHgeL L2i+RYRUpintHwPbLwZE9MGV4O1LRGhiXO7m2PIw1naCWQ0MRuoT4MvTPlEL4ZhI2gtn WZcg== MIME-Version: 1.0 X-Received: by 10.194.77.201 with SMTP id u9mr11812387wjw.41.1422479792331; Wed, 28 Jan 2015 13:16:32 -0800 (PST) Sender: anders.g.hammar@gmail.com Received: by 10.194.176.230 with HTTP; Wed, 28 Jan 2015 13:16:32 -0800 (PST) Received: by 10.194.176.230 with HTTP; Wed, 28 Jan 2015 13:16:32 -0800 (PST) In-Reply-To: References: Date: Wed, 28 Jan 2015 22:16:32 +0100 X-Google-Sender-Auth: KgtjRP5ITc1cB0eli8Ng92a9RKs Message-ID: Subject: Re: How to ignore dependencies while deploy From: Anders Hammar To: Maven Users List Content-Type: multipart/alternative; boundary=047d7bfceb44b8e0cf050dbce273 X-Virus-Checked: Checked by ClamAV on apache.org --047d7bfceb44b8e0cf050dbce273 Content-Type: text/plain; charset=UTF-8 mvn deploy:deploy-file is probably what you're looking for. You need to specify jar and pom file to deploy through command line arguments. /Anders (mobile) Den 28 jan 2015 20:37 skrev "Devireddy, Nagendra" < nagendra.devireddy@sap.com>: > I have a list of in-house prebuilt jars , which I need to deploy to a > local repo, And when I deploy, its cribbing about the dependencies, as the > dependencies are only compile time, I should not have to upload them, But > when I run mvn deploy, its throwing an error saying dependencies are not > available in repo. Is there any way to ignore the dependencies and upload > the jars. > > > Thanks, > Nagendra > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org > For additional commands, e-mail: users-help@maven.apache.org > > --047d7bfceb44b8e0cf050dbce273--