Hi,
I use Maven plugin for NetBeans IDE. But i want to know how to generate a Maven site from Maven plug-in in NetBeas IDE ?
What should i set up in order to generate it ? Is there any way ?
regards,
Hi,
I use Maven plugin for NetBeans IDE. But i want to know how to generate a Maven site from Maven plug-in in NetBeas IDE ?
What should i set up in order to generate it ? Is there any way ?
regards,
From the wiki, you can bind Maven goals to IDE actions. To generate the site, try setting Execute goals to mvn clean site and selecting an appropriate IDE action (for example clean).
If you're having problems with the plugin, this might be the problem (from the wiki again).
The module installation contains an embedded version of Maven for building in the IDE, however it's highly recommended that you use command line Maven for building. The embedded version is not 100% compatible with the latest stable release of Maven. Please refer to Maven website for the latest binaries.
It might be a better option to run Maven as an external tool and configure it to run mvn clean site