Google News
logo
Java Maven - Interview Questions
What phases does a Site Lifecycle consist of?
Everything related to generating documentation for your project is handled by the Maven site lifecycle.
 
* pre-site : performs tasks that are necessary prior to actual project site generation.
* site : develop the project’s site generation.
* post-site : performs tasks that are necessary to finalize project site generation, also prepares for site deployment.
* site-deploy : deploy the developed site documentation to the web server of your choice.
Advertisement