Hello, *Here's the background to my problem: * Ive created an open source library for automating salesforce tests ( www.testzeus.com) and packaged it as a maven jar ( https://ossindex.sonatype.org/component/pkg:maven/com.testzeus/Test_Zeus@1.0.1) .
*Here's the problem statement : * When a user tries to use the corresponding files with the import statement, they get an error that the dependency couldnt be resolved. Reference : https://github.com/TestZeus/TestZeus/issues/11 *Other notes: * Interestingly, when we import the corresponding Archetype project into the same Eclipse workspace and clean the projects, the dependency issue is resolved. Can you please help me in clearing out this issue? Regards, Robin.