KarthikeyanC
How to export Maven project details to NetBeans 6.1 plus
To export a Maven project details to NetBeans understandable format, please use the following command
mvn netbeans-freeform:generate-netbeans-project
Then in NetBeans point to the root folder of the product using File--> Open Project in NetBeans.
Note: This is applicable only where Mevenide Maven plugin has not been installed. If Mevenide is installed as a plugin, NetBeans understands the format without the execution of the above command.

