Return-Path: X-Original-To: apmail-hc-dev-archive@www.apache.org Delivered-To: apmail-hc-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 6F9AF8430 for ; Fri, 9 Sep 2011 15:33:30 +0000 (UTC) Received: (qmail 98025 invoked by uid 500); 9 Sep 2011 15:33:30 -0000 Delivered-To: apmail-hc-dev-archive@hc.apache.org Received: (qmail 97994 invoked by uid 500); 9 Sep 2011 15:33:29 -0000 Mailing-List: contact dev-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list dev@hc.apache.org Received: (qmail 97986 invoked by uid 99); 9 Sep 2011 15:33:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Sep 2011 15:33:29 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of sebbaz@gmail.com designates 209.85.220.179 as permitted sender) Received: from [209.85.220.179] (HELO mail-vx0-f179.google.com) (209.85.220.179) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Sep 2011 15:33:24 +0000 Received: by vxh9 with SMTP id 9so1615638vxh.10 for ; Fri, 09 Sep 2011 08:33:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=vLUhdLs04VxMicD9MGlATTerdN07dVQR4H+/R9PwBao=; b=QpEoSjLhaGHcDsNbcBy27XpoVNBStyVaqB3QijuSuWP3P1ZKRC2f0kt9Fk/Z3dq/kU wkV7B9meKeqmZZ26kzY6C+a979VVlD5hf3ye9JFT1Znxk7NJXnT5n6KAwKUlGAOKLIk1 9uWU8mn6ZWoSsaZFhF/FAfUE77m+qDp9UpH+Q= MIME-Version: 1.0 Received: by 10.52.176.98 with SMTP id ch2mr925842vdc.442.1315582383409; Fri, 09 Sep 2011 08:33:03 -0700 (PDT) Received: by 10.220.171.145 with HTTP; Fri, 9 Sep 2011 08:33:03 -0700 (PDT) Date: Fri, 9 Sep 2011 16:33:03 +0100 Message-ID: Subject: Add SVN build info to jar manifests? From: sebb To: HttpComponents Project Content-Type: text/plain; charset=ISO-8859-1 Over in Commons we just added the buildnumber-maven-plugin ([1]) to the parent POM [2] This allows one to add an entry to manifests of the form: Implementation-Build: r1086677; 2011-09-09 16:19:05+0100 or, if the revision cannot be determined: Implementation-Build: UNKOWN_REVISION; 2011-09-09 16:19:05+0100 Is this of interest? It could be added as a default enabled profile which could then be disabled if necessary (but plugin seems to run OK regardless of whether SVN is present or not) [1] http://mojo.codehaus.org/buildnumber-maven-plugin/ [2] https://svn.apache.org/repos/asf/commons/proper/commons-parent/trunk/pom.xml --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org For additional commands, e-mail: dev-help@hc.apache.org