File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
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.0 -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
@@ -21,7 +21,7 @@ mvn archetype:generate \
2121 -DarchetypeCatalog=local \
2222 -DarchetypeGroupId=org.tinystruct \
2323 -DarchetypeArtifactId=tinystruct-archetype \
24- -DarchetypeVersion=1.0.0 \
24+ -DarchetypeVersion=1.0.1 \
2525 -DgroupId=com.mycompany \
2626 -DartifactId=my-tiny-app \
2727 -Dpackage=com.mycompany.app \
You can’t perform that action at this time.
0 commit comments