diff options
| author | Kamal Wickramanayake <kamal@inbox.lk> | 2026-04-19 14:23:52 +0530 |
|---|---|---|
| committer | Kamal Wickramanayake <kamal@inbox.lk> | 2026-04-19 14:23:52 +0530 |
| commit | fa61a46d325e2f8af6a3e75b1f317ccc0aa70fb5 (patch) | |
| tree | bcefdd5d9ae1825213ab22a2347c29ebf21e5802 /maven/03-hello2-form-submission-webapp | |
| parent | 46d89228ed7a577628dc8c37c2e72161e39ec0a4 (diff) | |
Added Windows flavor of maven generate command
Diffstat (limited to 'maven/03-hello2-form-submission-webapp')
| -rw-r--r-- | maven/03-hello2-form-submission-webapp/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/maven/03-hello2-form-submission-webapp/README b/maven/03-hello2-form-submission-webapp/README index 015d62f..40ea4b3 100644 --- a/maven/03-hello2-form-submission-webapp/README +++ b/maven/03-hello2-form-submission-webapp/README @@ -2,11 +2,18 @@ This webapp shows how a servlet is used to process a form submission. Command to generate this webapp from Maven archetype: +Linux: mvn archetype:generate -DgroupId=com.example.servletapp \ -DartifactId=hello2 \ -DarchetypeArtifactId=maven-archetype-webapp \ -DinteractiveMode=false +Windows: +mvn archetype:generate "-DgroupId=com.example.servletapp" ^ + "-DartifactId=hello2" ^ + "-DarchetypeArtifactId=maven-archetype-webapp" ^ + "-DinteractiveMode=false" + Open the project inside the IDE (like Visual Studio Code). Update the pom.xml file to the one provided here. |
