From f950aca2f131a3c87f9a9e926ac60870e3697a1c Mon Sep 17 00:00:00 2001 From: Mark Kevin Baldemor Date: Sun, 6 Sep 2020 05:54:11 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 14487f5..a94ad23 100644 --- a/README.md +++ b/README.md @@ -17,21 +17,21 @@ PWA (Progressive Web App) + GMD Archetype 3. Create a new project by running the following command in a folder of your choice: - mvn archetype:generate -DarchetypeGroupId=com.github.gwtmaterialdesign \ - -DarchetypeArtifactId=gwt-material-pwa-archetype \ + mvn archetype:generate -DarchetypeGroupId=com.github.gwtmaterialdesign + -DarchetypeArtifactId=gwt-material-pwa-archetype -DarchetypeVersion=2.4.0 4. Follow the prompts. That's it! 5. Optionally you could specify all the parameters in the command line instead of following the prompts: - mvn archetype:generate -DarchetypeGroupId=com.github.gwtmaterialdesign \ - -DarchetypeArtifactId=gwt-material-pwa-archetype \ - -DarchetypeVersion=2.4.0 \ - -DgroupId=your.company.domain \ - -Dpackage=your.company.domain.myapp \ - -DartifactId=your-project \ - -DprojectName=YourProjectName \ + mvn archetype:generate -DarchetypeGroupId=com.github.gwtmaterialdesign + -DarchetypeArtifactId=gwt-material-pwa-archetype + -DarchetypeVersion=2.4.0 + -DgroupId=your.company.domain + -Dpackage=your.company.domain.myapp + -DartifactId=your-project + -DprojectName=YourProjectName -DmoduleName=myapp 6. You can also generate a project from Snapshot using the code below: From b7934ee44a608d356b08ffaf1915d02713466e0b Mon Sep 17 00:00:00 2001 From: Mark Kevin Baldemor Date: Sun, 6 Sep 2020 05:56:08 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index a94ad23..54e21ba 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,7 @@ PWA (Progressive Web App) + GMD Archetype 3. Create a new project by running the following command in a folder of your choice: - mvn archetype:generate -DarchetypeGroupId=com.github.gwtmaterialdesign - -DarchetypeArtifactId=gwt-material-pwa-archetype - -DarchetypeVersion=2.4.0 + mvn archetype:generate -DarchetypeGroupId=com.github.gwtmaterialdesign -DarchetypeArtifactId=gwt-material-pwa-archetype -DarchetypeVersion=2.4.0 4. Follow the prompts. That's it!