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,
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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