{"tool":"mvn","tool_display":"Mvn","intent":"generate-site-specific-module","intent_display":"generate site specific module","title":"Mvn Command: generate site specific module","command_string":"mvn site -pl <module_name>","raw_command_string":"mvn site {{[-pl|--projects]}} {{module_name}}","description":"Exact CLI syntax to generate site specific module using Mvn.","usage_scenario":"Generate a site-specific module for a Maven project using the specified module name.","scenario_context":"Generate a site-specific module for a Maven project using the specified module name.","simulated_output":"[INFO] Building site-specific module: module_name\n[INFO] Generating site for module_name\n[INFO] Site generated successfully in target/site","how_to_steps":["Open your terminal.","Run the command: mvn site -pl module_name.","Check the target/site directory for the generated site."],"inferred_category":"Build Tools","canonical_url":"https://www.syntaxstandard.com/mvn/generate-site-specific-module"}