I converted a Simple Web Project A as a Maven Web Project ,But Project A is depend on a Simple Java Project B So in Dynamic Web Project i added this project into Java Build Path of my project .But now i converted project A as Maven Web Project .
My Question is that how can I add this B Project as a dependency project for Maven Web Project A. So it will run without any issue.
Thanks
The project B should be a maven project too. You can add the dependency into maven project A.
If you don´t want to convert B into maven project, you can copy your b.jar into your .m2/repository and then you can add the dependency into maven project A. Copy the b.jar as a jar generated by maven, is, .m2/repository/somegroupid/b/1.0/b-1.0.jar