We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dca747c commit 554d3d5Copy full SHA for 554d3d5
README.md
@@ -1,6 +1,17 @@
1
# tinystruct maven archetype
2
3
This archetype creates a minimal tinystruct application.
4
+```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
14
+```
15
16
## Usage (after installing the archetype locally)
17
0 commit comments