Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 54199 invoked from network); 27 Aug 2010 08:12:51 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 27 Aug 2010 08:12:51 -0000 Received: (qmail 45756 invoked by uid 500); 27 Aug 2010 08:12:49 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 45544 invoked by uid 500); 27 Aug 2010 08:12:47 -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 45536 invoked by uid 99); 27 Aug 2010 08:12:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Aug 2010 08:12:47 +0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [212.27.42.4] (HELO smtp4-g21.free.fr) (212.27.42.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Aug 2010 08:12:39 +0000 Received: from [192.168.0.11] (unknown [62.147.215.165]) by smtp4-g21.free.fr (Postfix) with ESMTP id E395B4C8078 for ; Fri, 27 Aug 2010 10:12:12 +0200 (CEST) From: =?iso-8859-1?Q?Thi=E9bault_Beno=EEt?= Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Moving files around with Maven Date: Fri, 27 Aug 2010 10:12:11 +0200 Message-Id: <2DC0C323-8BC5-4851-AC80-15B6AEF1030E@artenum.com> To: users@maven.apache.org Mime-Version: 1.0 (Apple Message framework v1081) X-Mailer: Apple Mail (2.1081) Hi everyone, I am developing a multi-module maven application with iPOJO = (http://felix.apache.org/site/apache-felix-ipojo.html). Each module produces a jar file that is an OSGi bundle that I then = execute within an OSGi container (http://felix.apache.org). What I want to do is to automatically copy those files into my Felix = directory to test them. My first reflex was to use the assembly plugin. I encountered the = problem that the parent pom was executed before the children poms and = finally created a dedicated module that would do the job (as explained = here = http://maven.apache.org/plugins/maven-assembly-plugin/faq.html#module-bina= ries). But now, I have all my jar files in the = $PROJECT_HOME/Modules/assembly-module/target/assembly-module-1.0-SNAPSHOT-= assembly/ directory... which is not what I expect. How can I move them = to my Felix directory (which is not in the $PROJECT_HOME directory) ? Am = I using the right plugin or is it better to use the deploy plugin in = this case ? Kind regards, Ben= --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org