Return-Path: X-Original-To: apmail-ant-ivy-user-archive@www.apache.org Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1DF44964A for ; Thu, 23 Aug 2012 19:41:38 +0000 (UTC) Received: (qmail 25223 invoked by uid 500); 23 Aug 2012 19:41:37 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 25121 invoked by uid 500); 23 Aug 2012 19:41:37 -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 25113 invoked by uid 99); 23 Aug 2012 19:41:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Aug 2012 19:41:37 +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 connaryscott@gmail.com designates 209.85.160.45 as permitted sender) Received: from [209.85.160.45] (HELO mail-pb0-f45.google.com) (209.85.160.45) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Aug 2012 19:41:27 +0000 Received: by pbbjt11 with SMTP id jt11so2033365pbb.4 for ; Thu, 23 Aug 2012 12:41:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:date:subject:to:message-id:mime-version:x-mailer; bh=ll8tjUjq+1FQ2gO0mcwnl5SOa5ef5NXGn0iKn6zOh84=; b=CvGRh1aaZYf52Pniy4vDJ6TeTOS0691/uP8W+0jmKRtGTyfUsxv/MJjVygJGaZRnoF 43U0HLiems3uYm82rBSoaeP9TWd0cPrkZdV7u9e3MhG/DBtjrBPPTqROgFA1Xa7psuYC allBmzEo6VTK1WhTyaWSrU4hfHz+hT9p3JP4tb0USROOGbf9S4UC6eb6jdXtta7LpJaN /u5Yp7aeWB48uZ/QLxUm8nGC8G0FabHZLRIiQ7Bgo3YCjCJjZ9fXTwRx98K3Tx1MpoLX WnKwc31Krzfot71rczgXZvz43nix1y4fsZsaHbDHLZv9mcOuOm8QKlYIGG62mgxjuSde ks+g== Received: by 10.68.239.166 with SMTP id vt6mr7323427pbc.7.1345750866694; Thu, 23 Aug 2012 12:41:06 -0700 (PDT) Received: from [192.168.201.214] (gnat.yodlee.com. [216.35.7.254]) by mx.google.com with ESMTPS id vd4sm6591824pbc.41.2012.08.23.12.41.05 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 23 Aug 2012 12:41:05 -0700 (PDT) From: Charles Scott Content-Type: multipart/alternative; boundary="Apple-Mail=_54B655A7-D922-4F58-BDB1-590184A0BA3B" Date: Thu, 23 Aug 2012 12:41:04 -0700 Subject: simple upload to maven repo question To: ivy-user@ant.apache.org Message-Id: <74A15191-6CB6-426D-AC5B-619D61B7427C@gmail.com> Mime-Version: 1.0 (Mac OS X Mail 6.0 \(1485\)) X-Mailer: Apple Mail (2.1485) --Apple-Mail=_54B655A7-D922-4F58-BDB1-590184A0BA3B Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Hi,=20 I am looking at ivy to see if a very simple use case can be done, = similar to the mvn deploy:deploy-filei example here: mvn deploy:deploy-file \ -Durl=3D$REPO_URL \ -DrepositoryId=3D$REPO_ID \ -DgroupId=3Dorg.myorg \ -DartifactId=3Dmyproj \ -Dversion=3D1.2.3 \ -Dpackaging=3Dzip \ -Dfile=3Dmyproj.zip It appears that ivy uses a pattern based approach (ant task examples).. = Does Ivy have any example similar to above which allows a simple file to = be referenced and uploaded to a maven repo? (either via ant or java = invocation)= --Apple-Mail=_54B655A7-D922-4F58-BDB1-590184A0BA3B--