1.

What are the phases of the site lifecycle?

Answer»

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.


Discussion

No Comment Found