Return-Path: X-Original-To: apmail-maven-users-archive@www.apache.org Delivered-To: apmail-maven-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7ACFC94A5 for ; Mon, 9 Jan 2012 20:03:03 +0000 (UTC) Received: (qmail 69240 invoked by uid 500); 9 Jan 2012 20:03:01 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 68972 invoked by uid 500); 9 Jan 2012 20:03:00 -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 68964 invoked by uid 99); 9 Jan 2012 20:02:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Jan 2012 20:02:59 +0000 X-ASF-Spam-Status: No, hits=-0.5 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of andrew.todd659@gmail.com designates 209.85.215.171 as permitted sender) Received: from [209.85.215.171] (HELO mail-ey0-f171.google.com) (209.85.215.171) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Jan 2012 20:02:53 +0000 Received: by eaad11 with SMTP id d11so11118336eaa.30 for ; Mon, 09 Jan 2012 12:02:32 -0800 (PST) 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=jIvqOJPjoKfnx7uoqL3xZel92Hm6vKsvcA+x6Q673ms=; b=POuAprAiMOAkBxXeHg1hs9xIjGsKmkUshsFEW7MzVs6GeGPB0isw/X80UFKDA/x61q IG26PwWV/v+DorqtN0DJ8a2JDEgexmkgw6RyzbRQ891QqRKNiqTmb2zfS2PJJhi9FTUU P/k6qVMXpbGrJo8AislGQtR5u27W6jKQd1IPY= MIME-Version: 1.0 Received: by 10.204.174.13 with SMTP id r13mr7721235bkz.122.1326139352366; Mon, 09 Jan 2012 12:02:32 -0800 (PST) Received: by 10.204.61.72 with HTTP; Mon, 9 Jan 2012 12:02:32 -0800 (PST) Date: Mon, 9 Jan 2012 15:02:32 -0500 Message-ID: Subject: Committing non-POM files during release:prepare? From: Andrew Todd To: users@maven.apache.org Content-Type: text/plain; charset=UTF-8 Maven 2.2, release plugin. During the preparationGoals, I'm modifying a .properties file that references the Maven project version. When the POM files get committed to Subversion after the preparationGoals have completed, I need this .properties file to get committed as well. Otherwise the release:perform step will fail. Is this possible? Thanks. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org