Skip to content

Instantly share code, notes, and snippets.

@vrjraj508
vrjraj508 / mvn-gen.ps1
Created May 19, 2026 13:48
To Generate Maven projects and reduce the boilercode setup time
# =============================================================================
# Maven Project Generator + Build + IntelliJ Launcher
# =============================================================================
param(
[string]$ProjectName = ""
)
$ErrorActionPreference = "Stop"