Thanks, that works great! -dh
-----Original Message----- From: Christophe Deneux [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 3:50 AM To: users Subject: Re:Where to put native libraries so maven can find them? Hi Dave, You can configure the surefire plugin to update the system path to add the output directory. Here an example for Windows: <configuration> <environmentVariables> <PATH>${basedir}\target;${java.library.path}</PATH> </environmentVariables> </configuration> Christophe DENEUX Capgemini Sud - PACA - Nice ---------- Initial Header ----------- >From : "Dave Hoffer" [EMAIL PROTECTED] To : "Maven Users List" [email protected] Cc : Date : Wed, 6 Sep 2006 15:58:51 -0400 Subject : Where to put native libraries so maven can find them? > Does the maven directory structure specify where native libraries (DLL) > should be located so, for example, the surefire plugin can find them? > If not, how can I specify in my pom where these are? > > > > -dh > > This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain, copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
