I am using maven2 to create a java project. when I try to build using mvn install I get a compilation error saying that some package xya.abc.aaa does not exist. This package is available in my own bank on the local drive. This jar (say test.jar) was created by me.
How can I tell maven to use this local jar for the package it is looking for, is available on my local drive?
source share