Hi, I have a java library to is a wrapper (uses JNI). ex: myjarforwin.jar (associated with myjarforwin.dll) and myjarforlinux.jar (associated with myjarforlinux.so).
Is it a way to explain in pom.xml that - on windows that dependency is on myjarforwin.jar and shall set a system property named 'mc3adv.library.path' linked to myjarforwin.dll for unit testing - on linux that dependency is on myjarforlinux.jar and shall set a system property named 'mc3adv.library.path' linked to myjarforlinux.so for unit testing Thanks for your inputs. Stéphane --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
