Skip to content

Commit 9f0d51c

Browse files
committed
Update README.md
1 parent 1d0e517 commit 9f0d51c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This archetype creates a minimal tinystruct application.
44
## Quick usage
55
```cmd
6-
mvn archetype:generate -DarchetypeGroupId=org.tinystruct -DarchetypeArtifactId=tinystruct-archetype -DarchetypeVersion=1.0.1 -DgroupId=com.mycompany -DartifactId=my-tiny-app -Dpackage=com.mycompany.app -DtinystructVersion=1.7.11 -DinteractiveMode=false
6+
mvn archetype:generate -DarchetypeGroupId="org.tinystruct" -DarchetypeArtifactId="tinystruct-archetype" -DarchetypeVersion="1.0.1" -DgroupId="com.mycompany" -DartifactId="my-tiny-app" -Dpackage="com.mycompany.app" -DtinystructVersion="1.7.11" -DinteractiveMode="false"
77
```
88

99
## Usage with installing the archetype locally
@@ -18,14 +18,14 @@ mvn clean install
1818

1919
```cmd
2020
mvn archetype:generate \
21-
-DarchetypeCatalog=local \
22-
-DarchetypeGroupId=org.tinystruct \
23-
-DarchetypeArtifactId=tinystruct-archetype \
24-
-DarchetypeVersion=1.0.1 \
25-
-DgroupId=com.mycompany \
26-
-DartifactId=my-tiny-app \
27-
-Dpackage=com.mycompany.app \
28-
-DtinystructVersion=1.7.11
21+
-DarchetypeCatalog="local" \
22+
-DarchetypeGroupId="org.tinystruct" \
23+
-DarchetypeArtifactId="tinystruct-archetype" \
24+
-DarchetypeVersion="1.0.1" \
25+
-DgroupId="com.mycompany" \
26+
-DartifactId="my-tiny-app" \
27+
-Dpackage="com.mycompany.app" \
28+
-DtinystructVersion="1.7.11"
2929
```
3030

3131
3. Build the generated project:

0 commit comments

Comments
 (0)