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 31F331040A for ; Wed, 11 Sep 2013 05:13:27 +0000 (UTC) Received: (qmail 98777 invoked by uid 500); 11 Sep 2013 05:13:23 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 97882 invoked by uid 500); 11 Sep 2013 05:13:17 -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 97865 invoked by uid 99); 11 Sep 2013 05:13:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Sep 2013 05:13:15 +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 (athena.apache.org: domain of rsand@idfconnect.com designates 209.85.215.44 as permitted sender) Received: from [209.85.215.44] (HELO mail-la0-f44.google.com) (209.85.215.44) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Sep 2013 05:13:10 +0000 Received: by mail-la0-f44.google.com with SMTP id eo20so7078569lab.31 for ; Tue, 10 Sep 2013 22:12:48 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:mime-version:thread-index:date:message-id :subject:to:content-type; bh=k1ijCD0k4Ag2CKni7LbCE8GbdCIwbjoFwblDiyuIEjM=; b=JQLAYRPNZucMlQeUUrtA1r0ZaMDDmEREs77HR1flIIFaf7Kqr6Di5Uv2I9o1Sntubd ogYaZn9372R28KGHEPK0u1mUlKGw4/tdh3cuHIyuuy38+s3Qto/ntSEM7Dp+JNIht3q/ D1tWLYxk8AHRz5+7vvaMkD/SMGxJWbjQJu16IUz3+WzPrmk22dFLDa/ZG8H1o1RXBwVn Dnc06nClg1r2zfk/susFptNlC3DVeium8bUIdvnqntoN/TBFxySZlil1vaNKGD6MB+I8 tz7wZa7y4Noniua/l9WjCOvtyZZChiv+R//QyVlu5MEZVh9V4unDLVKeKETl16Rsd+x3 9FcA== X-Gm-Message-State: ALoCoQkHuUwIEg8deE2OadZc7/tKtTR11XbsULijybHnfLHfjql8JO/RgypNQgnlatSOhYAZtuNR X-Received: by 10.152.37.41 with SMTP id v9mr24523963laj.9.1378876368299; Tue, 10 Sep 2013 22:12:48 -0700 (PDT) From: Richard Sand MIME-Version: 1.0 X-Mailer: Microsoft Outlook 14.0 Thread-Index: Ac6urKOLF/fjjwJ8TimrJtKpoZwQbg== Date: Wed, 11 Sep 2013 01:12:49 -0400 Message-ID: Subject: need filesystem-level operations in assembly plugin To: Maven Developers List , users@maven.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Hi all - I'm using maven-assembly-plugin to create zip distributions of our web application. It takes in the Apache Tomcat zip artifact, and the war artifact for the app, and creates an assembly. There are a couple of file operations I haven't figured out how to do yet. For example, Tomcat unzips to a folder called "apache-tomcat-7.0.42", which I want to rename to just "tomcat". I figured id use the exec plugin to fork a "rm" command, which I guess will work in theory but seems shoddy. Does anyone support having some "swiss army knife" file manipulation capabilities (at least rename & move) in the assembly plugin? Best regards, Richard --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org