> I am trying to run junit test cases in maven for a java project ( JNI ) > which uses shared object (say something.so , source: c++ file) generated > from another project . i specified the shared object project details in > dependency and set the scope & type to test and so respectively . But i
You probably need to look into the NAR plugin for help with these kinds of projects: http://duns.github.com/maven-nar-plugin/ Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
