File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed
Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change 11# tinystruct maven archetype
22
33This archetype creates a minimal tinystruct application.
4+ ## Quick usage
45``` cmd
5- mvn archetype:generate \
6- -DarchetypeGroupId=org.tinystruct \
7- -DarchetypeArtifactId=tinystruct-archetype \
8- -DarchetypeVersion=1.0.0 \
9- -DgroupId=com.mycompany \
10- -DartifactId=my-tiny-app \
11- -Dpackage=com.mycompany.app \
12- -DtinystructVersion=1.7.11 \
13- -DinteractiveMode=false
6+ mvn archetype:generate -DarchetypeGroupId=org.tinystruct -DarchetypeArtifactId=tinystruct-archetype -DarchetypeVersion=1.0.0 -DgroupId=com.mycompany -DartifactId=my-tiny-app -Dpackage=com.mycompany.app -DtinystructVersion=1.7.11 -DinteractiveMode=false
147```
158
16- ## Usage (after installing the archetype locally)
9+ ## Usage with installing the archetype locally
1710
18111 . Install the archetype into your local Maven repository:
1912
You can’t perform that action at this time.
0 commit comments