Return-Path: X-Original-To: apmail-maven-dev-archive@www.apache.org Delivered-To: apmail-maven-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C345D10362 for ; Sun, 21 Jul 2013 17:40:40 +0000 (UTC) Received: (qmail 24231 invoked by uid 500); 21 Jul 2013 17:40:38 -0000 Delivered-To: apmail-maven-dev-archive@maven.apache.org Received: (qmail 24103 invoked by uid 500); 21 Jul 2013 17:40:33 -0000 Mailing-List: contact dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Developers List" Reply-To: "Maven Developers List" Delivered-To: mailing list dev@maven.apache.org Received: (qmail 24094 invoked by uid 99); 21 Jul 2013 17:40:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Jul 2013 17:40:31 +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 bimargulies@gmail.com designates 209.85.214.44 as permitted sender) Received: from [209.85.214.44] (HELO mail-bk0-f44.google.com) (209.85.214.44) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Jul 2013 17:40:25 +0000 Received: by mail-bk0-f44.google.com with SMTP id 6so2208678bkj.3 for ; Sun, 21 Jul 2013 10:40:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=96PTimkkrvO4zv7RionplerpmbufiQeMUsDY3MPqB9s=; b=pftDFpr3RRXpFpPD2a4RxYaVgMpxZ24dN9KZ4DBikxNDll7wcBBLeYHJGXInDBzX79 DJ+6Sf31roXP/REQ3EkF89y8DJue45uruLTG+Zy+Lms8YxNCZ3l4PM4WgsAWXyBPu2Cp DRsPwEV6d/R7sqJqzMAxAs5ZeHnVIi8y/oKELv4pp+3Tu8k6fKf7VdV+jfztOvoSyVzC r85XdqGizT0lUqnb0B38TMehUd8fsUASsZHGwSDd0fc9ufhIiN08KHvi6EMiwhTjVX66 wnh4mVPxKPQZpk0RGVrOkIgY+JwyyUQH4byrs+GwSz7Bya47qRknsR7A7qrkxHqxYifo 4ViA== MIME-Version: 1.0 X-Received: by 10.205.12.67 with SMTP id ph3mr3372578bkb.87.1374428404469; Sun, 21 Jul 2013 10:40:04 -0700 (PDT) Received: by 10.204.12.82 with HTTP; Sun, 21 Jul 2013 10:40:04 -0700 (PDT) Date: Sun, 21 Jul 2013 13:40:04 -0400 Message-ID: Subject: Do we document the protocol with the repo manager? And what about deploy:deploy-file and multiple attached artifacts? From: Benson Margulies To: Maven Developers List Content-Type: multipart/alternative; boundary=20cf301cbdd8d1811704e2090c1f X-Virus-Checked: Checked by ClamAV on apache.org --20cf301cbdd8d1811704e2090c1f Content-Type: text/plain; charset=UTF-8 Other than in the source of the deploy plugin, do we have a document for 'deploy'? I sporadically run into the fact that the command-line deploy plugin isn't so hot when one has multiple classified objects. On the one hand, I'm thinking of creating deploy:deploy-files (note the 's') with some scheme for supplying multiple files and such. On the other hand, I'm thinking about making a tool outside of Maven. --20cf301cbdd8d1811704e2090c1f--