Hi,
I have a requirement as below:
1. I have a project B and when i build this , it refers
java class from a differnet java project say A.
2. First it start compiling project A source code and then start building source code in B.
3. While making jar file for B, it has classes from Project A as well As project B.
B.jar = A (source code) + (B source code ).
This I was able to successfully achieve by Build.xml.
How can we do the same using Maven?