I have 2 maven projects let's say A and B. We have used Jenkins for build and deployment purpose. A having dependency over B.
I have an issue over here, whenever I changed something in A only and build it using jenkins, each time I have to build B first otherwise while running the system, Application throws exception like "500 method doesn't found" and the method belongs to B.
How can I resolve this issue?