{"tool":"mvn","tool_display":"Mvn","intent":"generate-project-website","intent_display":"generate project website","title":"Mvn Command: generate project website","command_string":"mvn site","raw_command_string":"mvn site","description":"Exact CLI syntax to generate project website using Mvn.","usage_scenario":"Generate a website for your Maven project using its configuration and documentation.","scenario_context":"Generate a website for your Maven project using its configuration and documentation.","simulated_output":"[INFO] --- maven-site-plugin:3.9.1:site (default-site) @ my-project ---\n[INFO] Building site: /path/to/my-project/target/site\n[INFO] [INFO] Site generated: file:/path/to/my-project/target/site/index.html","how_to_steps":["Navigate to your Maven project directory.","Run the command 'mvn site'.","Open the generated site in your browser."],"inferred_category":"Build Tools","canonical_url":"https://www.syntaxstandard.com/mvn/generate-project-website"}