I am using maven2 to build the java project. when I am trying to build using mvn install I am getting the compilation error saying some package xya.abc.aaa doesnot exist. This package is available in my own jar at local disk. This jar(say test.jar) is created by me.
How can I tell to maven to use this local jar for the package its looking for is availabe at my local disk?
You need to install the dependencies to your local repository.