Hi,

I'm trying to create a custom Maven action that launches my webapp using a URL 
with a query string.  I've configured the action with the following properties:

netbeans.deploy=true
netbeans.deploy.clientUrlPart=query?param1=value1&param2=value2
maven.test.skip=true
netbeans.deploy.debugmode=true


however, when I run this action I get the following error:

'param2' is not recognized as an internal or external command,
operable program or batch file.

I'm on Windows 10 and it looks like the URL part is being sent to the command 
line unescaped.  I've created different things, like quoting the URL, but 
nothing seems to work.  Any ideas on how to fix this?

Thanks,

Wyatt

Reply via email to