I think that would work if you invoke 'maven install' using m2e. However, if you use eclispe's unit test, that may not possible since I too could not working. I basically configure eclispe or put the dlls in my system path
-D On Wed, Feb 27, 2013 at 11:21 PM, Markus Karg <[email protected]> wrote: > I fact these are not "my " DLLs but are ready-to-use artifacts of the JACOCO > project on SourceForge. So I will *never* build them on my own. But I need to > have it working m2e. Do you think your solution will convince m2e to add lib > to java.library.path? > > -----Ursprüngliche Nachricht----- > Von: Dan Tran [mailto:[email protected]] > Gesendet: Mittwoch, 27. Februar 2013 22:29 > An: Maven Users List > Betreff: Re: How to tell Maven to put DLL dependency into java.library.path? > > if you already have all you DLL loaded at your maven repo, Then it make sense > to do so at this moment > > if you are required to build dll with maven, better look into NAR > > -D > > On Wed, Feb 27, 2013 at 12:35 PM, Wayne Fay <[email protected]> wrote: >>> thank you for this interesting idea. I think this would be the most >>> sophisticated ("most mavenic") solution, but I have the feeling that >>> Dan's to be simpler to set up in the short term for a Maven novice? >> >> Go with Dan's solution for now, but I think you'll change to the Nar >> plugin eventually. >> >> Wayne >> >> --------------------------------------------------------------------- >> 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
