Raushan
Raushan

Reputation: 337

How to read multi module maven project information(like dependencies) separately with maven-project plugin

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

enter image description here

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

Answers (0)

Related Questions