Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 68787 invoked from network); 17 Feb 2008 15:46:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Feb 2008 15:46:44 -0000 Received: (qmail 58019 invoked by uid 500); 17 Feb 2008 15:46:32 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 57617 invoked by uid 500); 17 Feb 2008 15:46:31 -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 57584 invoked by uid 99); 17 Feb 2008 15:46:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 17 Feb 2008 07:46:31 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of haim.ashkenazi@gmail.com designates 64.233.166.183 as permitted sender) Received: from [64.233.166.183] (HELO py-out-1112.google.com) (64.233.166.183) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 17 Feb 2008 15:45:59 +0000 Received: by py-out-1112.google.com with SMTP id p76so2225673pyb.2 for ; Sun, 17 Feb 2008 07:46:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=Jm+djHgl61swMlif8lrOK6TyGIwVlRt1sh4ik61WUU0=; b=eaMvGUYZj3W7iHHGH+AMYJwdbEdp0EomF3wJbvhJgB1h2rU4jjtjsCimZpgGKEztmn4CH1eDBCY7mcKhEJGeMBdbaugXc3qKnc8JEyo4FzytcR897BoJ62eI43E+xLewf3xTw2jlmoFZ6sH/YWniHdPx9XfiLOdk+ScmHoWB43E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=hdvJxtcaQ6jSedyDXjg8XDuGjPCx2nyc4azhvq/SR8aOU/l6JSjEDgmR1R8QeoEmtWLXTczlImqUGmD2x+lybWo6rX4k5YwZPPlDsFujTxGCs6tbstGFZysKVoJQuLOGkzv7ArqmxK65KJ/mpQ4Y9w1MbyWzvMwlUgAmPhZ1Iqs= Received: by 10.142.240.9 with SMTP id n9mr3653512wfh.79.1203263166168; Sun, 17 Feb 2008 07:46:06 -0800 (PST) Received: by 10.143.40.8 with HTTP; Sun, 17 Feb 2008 07:46:06 -0800 (PST) Message-ID: <44bd12520802170746k7091516id6f714fbb169f2a2@mail.gmail.com> Date: Sun, 17 Feb 2008 17:46:06 +0200 From: "Haim Ashkenazi" To: "Maven Users List" Subject: Overwriting files in WEB-INF for production. MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Hi I have some files in a seam project under WEB-INF that needs to be overwritten in production deployment. for web.xml there is a setting in the war plugin that I can use in a different profile, but I have some other files that I need to overwrite. How can I achieve this? Bye -- Haim --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org