Hi, 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 dont see the shared object or its located directory added in the class path during test phase. . I suspect that only jars are added to the class path and the other types are not, if this is the case then can u suggest a proper way to make the dependency resolution for the test cases to run. Currently i am working around this by specifing the classpath of shared object in maven sure fire plugin .
Kindly share any info regarding this. Regards, R.Monish
