Bug 1036856

Summary: Wrong command for undeploy the helloworld JDG quickstart
Product: [JBoss] JBoss Data Grid 6 Reporter: wfink
Component: DocumentationAssignee: Misha H. Ali <mhusnain>
Status: CLOSED NOTABUG QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.1.0CC: jdg-bugs
Target Milestone: GA   
Target Release: 6.2.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Build: CSProcessor Builder Version 1.12 Build Name: 14117, Getting Started Guide-6.1-2 Build Date: 06-08-2013 10:02:39 Topic ID: 13162-371478 [Specified]
Last Closed: 2013-12-02 23:34:07 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description wfink 2013-12-02 18:54:12 UTC
Title: 11.7. Remove the Application

The command is wrong:
   mvn jboss-as:undeploy -Ddeploy.port=10099
Should be:
   mvn jboss-as:undeploy -Djboss-as.port=10099

The same wrong command is also used in the README of the quickstart itself.