<dependency> <groupId>your_group</groupId> <artifactId>wrapper</artifactId> <type>dll</type> </dependency>
And put your dll in $repo/your_group/dlls/wrapper.dll Emmanuel ----- Original Message ----- From: "Arto Pastinen" <[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL PROTECTED]> Sent: Thursday, April 22, 2004 2:31 PM Subject: Re: DLLs as dependencies > .. and *.so also. ;) > > > On Thu, 2004-04-22 at 15:22, David R Robison wrote: > > I have a project that uses the wrapper.jar as one of its dependencies. However, > > along with the jar, there is also a wrapper.dll that is needed. Is there a way > > to specify the dll as a dependency as well? This would be useful for all > > projects using JNI. > > > > David > > > > --------------------------------------------------------------------- > > 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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
