Wednesday, January 5, 2011

Command to see the effective pom of your project

Lets say our project has no of master poms which we may not know or internal plug ins which we don't come across.

Use this command to see all the details of your project

mvn clean help:effective-pom > effpom.xml

Example:-

C:\InterModel-work\messaging-equipment>mvn clean help:effective-pom > effpom.xml

So my project name is messaging-equipment which is at InterModel-work of c directory.

Go to your project directory and run the command.

No comments:

Post a Comment