Use this task to generate a basic HQ plugin.
Syntax: hqu-gen-scaffold -Dplugin=cool -Dcontroller=Registry -DcontrollerDir=registry
Where: -Dplugin= used to specify the short, plugin directory name
-Dcontroller= Must be upper-case, specifies controlller in /app (ex: Alert)
-DcontrollerDir= must be lower-case, specifies views in /views/{dir} (ex: alert)
Plugin at ${targetDir} already exists.
Your plugin is in: ${targetDir}
To deploy it to your server: ant hqu-redeploy-plugin -Dplugin=${plugin}
The URL to access it: localhost:7080/hqu/${plugin}/${controllerDir}/index.hqu