Klaasmeyer, Corey M wrote:
I'm using Maven for a couple projects with native components. Does the maven
local repository handle native shared libraries? For example, if I download
a project with a shared library in the "<repo>/<artifactId>/so" directory,
does maven add the library to the path, so that the JVM can load it?

This question is probably a better fit on the users list.


As far as I know, Maven doesn't do anything with native libaries.

I've never seen a <repo>/<artifactId>/so directory -- is this something that you created manually?

If so, then the only way Maven would put it in the path is if you did it manually in your maven.xml -- "so" directories aren't a part of Maven's standard structure.


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to