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?
Later, Corey
