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).
It might be a better option to run Maven as an external tool and configure it to run mvn clean site |
|||||||||||||
|