File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 33This 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
2020mvn 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
31313 . Build the generated project:
You can’t perform that action at this time.
0 commit comments