Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 59981 invoked from network); 5 May 2009 14:12:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 5 May 2009 14:12:34 -0000 Received: (qmail 47073 invoked by uid 500); 5 May 2009 14:12:31 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 46988 invoked by uid 500); 5 May 2009 14:12:30 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 46978 invoked by uid 99); 5 May 2009 14:12:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 May 2009 14:12:30 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of allan.ditzel@gmail.com designates 209.85.142.185 as permitted sender) Received: from [209.85.142.185] (HELO ti-out-0910.google.com) (209.85.142.185) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 May 2009 14:12:22 +0000 Received: by ti-out-0910.google.com with SMTP id b8so557309tic.2 for ; Tue, 05 May 2009 07:12:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=8tAcZVk7a6hr16i+hWZBGpW0Y4BXxplNtzOOewETFrw=; b=VW6Ib4H+2jq9lyxwh+1q8LoQ8XphR3ulzFH9KPhNRW+WESHNaD/dFVZOW6gVzHAcP/ GoH5NwnJK6WfeIdw/mJux4mTYVAt9vyrrrnWEWkziqQ7piqRrQ1wXYVi2SKF8DQMSfLs fhm6oO6Lp0N7K3Uz2HbB3kAOMiLrQfKuiX8Po= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=AMKWivq8C1YkODKOBncrzv+VU423avA8oIoyf9omBQTelr2VxgFdB24eA9xxfjQKEZ Q/boeXxkyPa1VDBcGYgBIPSICtTNlHx4zT/92WabIP7FaYv5fosPgSCvCr5zJLlzRzzF fC6eXK9KqQLa2cfeVtFCtb1TT+MfLMqXsy6Yw= MIME-Version: 1.0 Received: by 10.220.97.213 with SMTP id m21mr233398vcn.27.1241532719121; Tue, 05 May 2009 07:11:59 -0700 (PDT) Date: Tue, 5 May 2009 10:11:59 -0400 Message-ID: <71efdb830905050711k1d7c623dwdaf92765d99d38f8@mail.gmail.com> Subject: Retrieving current revision from SCM From: Allan Ditzel To: users@maven.apache.org Content-Type: multipart/alternative; boundary=0016e64eca38b345dc04692adc92 X-Virus-Checked: Checked by ClamAV on apache.org --0016e64eca38b345dc04692adc92 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi all, I'm trying to do the following: We're using subversion and we need to extract the revision number of the working copy and put that in a properties file. Is there an existing plugin available to do this? I looked at the documentation for the SCM plugin and it doesn't seem to quite fit the bill in order to do this. Thanks! Allan --0016e64eca38b345dc04692adc92--