Reputation: 337
I'm trying to read POM information(dependencies) from multi module maven project. This maven project contains other maven project for which i have to read separately. I am using maven-project-2.2.1.jar to read the information. With this MavenProject project gets initialized with the parent maven project and it gives me the artifacts of all the project inside it.
But i need to read it seperately the maven projects. Below is my project structure
Here I can read fmg POM but i am not able to read FMGModules which is having common and FMG Managers.
Upvotes: 0
Views: 335