Return-Path: Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: (qmail 82288 invoked from network); 30 Apr 2010 18:09:32 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 30 Apr 2010 18:09:32 -0000 Received: (qmail 46132 invoked by uid 500); 30 Apr 2010 18:09:32 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 46066 invoked by uid 500); 30 Apr 2010 18:09:32 -0000 Mailing-List: contact ivy-user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ivy-user@ant.apache.org Delivered-To: mailing list ivy-user@ant.apache.org Received: (qmail 46058 invoked by uid 99); 30 Apr 2010 18:09:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Apr 2010 18:09:32 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,SPF_HELO_PASS,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Apr 2010 18:09:25 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1O7ue8-0000c3-FT for ivy-user@ant.apache.org; Fri, 30 Apr 2010 11:09:04 -0700 Message-ID: <28414909.post@talk.nabble.com> Date: Fri, 30 Apr 2010 11:09:04 -0700 (PDT) From: mjparme To: ivy-user@ant.apache.org Subject: Adding proprietary jar to shared repository MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: mjparmeley@west.com X-Virus-Checked: Checked by ClamAV on apache.org I have created a shared repository with ivy:install and they went pretty much trouble free. I installed some jars we use commonly in our projects (like httpclient, log4j, etc). However, now I want to add some of our internal jar files to the repository. There seems to be a gap in the documentation (or I am simply not seeing it) on how to accomplish this with Ivy. Do I need to create a for each internal jar I want to add to the repository? Or is there some shortcut? If I do to create an for each jar how then do I then use that file? Maven seems to provide a shortcut to accomplish this, I am looking for the Ivy equivalent to this: mvn install:install-file -Dfile= -DgroupId= \ -DartifactId= -Dversion= -Dpackaging= -- View this message in context: http://old.nabble.com/Adding-proprietary-jar-to-shared-repository-tp28414909p28414909.html Sent from the ivy-user mailing list archive at Nabble.com.