I like your suggestion...I didn't know it was possible. I didn't know you could put non-jar artifacts in maven's repo.
My application can not tolerate maven adding the version to the file name of native libraries; rather the file name must stay as it is. Do you know if the maven-dependency-plugin can handle renaming the library? If so I will give this a try. -dh -----Original Message----- From: dan tran [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 06, 2006 4:35 PM To: Maven Users List Subject: Re: Where to put native libraries so maven can find them? you can load the dll to maven repo ( local or remote) and have maven-dependency-plugin to copy it to somewhere that surefire can load -D On 9/6/06, Dave Hoffer <[EMAIL PROTECTED]> wrote: > > 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 > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
