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 933A5CB2F for ; Sat, 22 Jun 2013 15:08:09 +0000 (UTC) Received: (qmail 75639 invoked by uid 500); 22 Jun 2013 15:08:07 -0000 Delivered-To: apmail-maven-dev-archive@maven.apache.org Received: (qmail 75491 invoked by uid 500); 22 Jun 2013 15:08:07 -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 75481 invoked by uid 99); 22 Jun 2013 15:08:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 22 Jun 2013 15:08:05 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of sebbaz@gmail.com designates 74.125.82.176 as permitted sender) Received: from [74.125.82.176] (HELO mail-we0-f176.google.com) (74.125.82.176) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 22 Jun 2013 15:07:59 +0000 Received: by mail-we0-f176.google.com with SMTP id t56so7146997wes.35 for ; Sat, 22 Jun 2013 08:07:39 -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=sA7hzGPrF5EBJQDZo1PBzE9nL+KBBovq32CrlUho/x0=; b=tGJwDhGbdp7pDfSe1m+1OjHL8KivElbwKreTHdCUtC9k8qsBEG7mkMPU61A1g3JDt/ 7PM7JFN22D9hIvxfATDbOSuh5mqlV0aaL8BkMu+HfC2wdEadbUOygTK4SGurZMXB0ByJ Oz7UVLbnc2F/XwjP6NL49SNXacNZ1pVPm3XeSKY0vnffFU/eIAAwm7CRNwXYj9L2Wddw DFmAG+FeQ90uzO/4SVhzUNRuV0gfAZE4XhHrGbkfj9nWXzN+o2MJp5WgTgSkJsFxkTdV Lux93FR2IaQRSN+AXXBvgh4eWZeE5vBR6e2GXxTIFLLx1Hn9USAWFfqH+D8kf3sh76mc WIKQ== MIME-Version: 1.0 X-Received: by 10.194.170.168 with SMTP id an8mr3176964wjc.72.1371913659036; Sat, 22 Jun 2013 08:07:39 -0700 (PDT) Received: by 10.194.152.103 with HTTP; Sat, 22 Jun 2013 08:07:38 -0700 (PDT) Date: Sat, 22 Jun 2013 16:07:38 +0100 Message-ID: Subject: Poposed Sandbox plugins - digest and gpg:signfiles From: sebb To: dev@maven.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org I've just been told about the Maven Sandbox, which seems like it might be a better location for two general purpose plugins that are currently being developed at Apache Commons. Digest The digest plugin is a simple plugin that can generate hashes (currently just MD5 and SHA1) for any files specified via includes/excludes (or on command-line). Although it's possible to use Antrun to create the hashes, it's a bit awkward to configure. The plugin could be extended to check digests as well, and of course to generate other digest types. I'm hoping it might be generally useful. Gpg-signfiles This is an extension of the Maven Gpg Plugin which can sign arbitrary files, not just ones attached to the project I'm hoping it might be merged with the existing Gpg plugin one day; having the code in the sandbox should make it easier for other Maven devs to help. I propose creating the following directories under https://svn.apache.org/repos/asf/maven/sandbox/trunk/plugins maven-digest-plugin maven-gpgsignfiles-plugin Any objections? Also, is there a Sandbox repo where the plugins can be deployed for testing? Or is it up to users to checkout the source and install the plugins locally? --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For additional commands, e-mail: dev-help@maven.apache.org