You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,24 +19,24 @@ mvnw.cmd clean install
19
19
# Windows (cmd.exe)
20
20
mvnw.cmd archetype:generate ^
21
21
-DarchetypeCatalog=local ^
22
-
-DarchetypeGroupId=org.tinystruct.archetype ^
22
+
-DarchetypeGroupId=org.tinystruct ^
23
23
-DarchetypeArtifactId=tinystruct-archetype ^
24
24
-DarchetypeVersion=1.0.0 ^
25
25
-DgroupId=com.mycompany ^
26
26
-DartifactId=my-tiny-app ^
27
27
-Dpackage=com.mycompany.app ^
28
-
-Dtinystruct.version=1.7.10
28
+
-Dtinystruct.version=1.7.11
29
29
30
30
# Unix / macOS
31
31
./mvnw archetype:generate \
32
32
-DarchetypeCatalog=local \
33
-
-DarchetypeGroupId=org.tinystruct.archetype \
33
+
-DarchetypeGroupId=org.tinystruct \
34
34
-DarchetypeArtifactId=tinystruct-archetype \
35
35
-DarchetypeVersion=1.0.0 \
36
36
-DgroupId=com.mycompany \
37
37
-DartifactId=my-tiny-app \
38
38
-Dpackage=com.mycompany.app \
39
-
-Dtinystruct.version=1.7.10
39
+
-Dtinystruct.version=1.7.11
40
40
```
41
41
42
42
3. Build the generated project:
@@ -49,7 +49,7 @@ mvnw.cmd clean package
49
49
./mvnw clean package
50
50
```
51
51
52
-
Adjust `tinystruct.version` if needed. The generated project includes a simple `Application` that extends `AbstractApplication` with a sample `hello` action.
52
+
Adjust `tinystructVersion` if needed. The generated project includes a simple `Application` that extends `AbstractApplication` with a sample `hello` action.
53
53
54
54
## Notes
55
55
@@ -68,7 +68,7 @@ mvnw.cmd test
68
68
./mvnw test
69
69
```
70
70
71
-
- If you plan to publish the archetype, set `tinystruct.version` to a released version and test generation in a clean directory.
71
+
- If you plan to publish the archetype, set `tinystructVersion` to a released version and test generation in a clean directory.
72
72
tinystruct Maven archetype
73
73
# tinystruct Maven archetype
74
74
@@ -87,13 +87,13 @@ mvn clean install
87
87
```cmd
88
88
mvn archetype:generate \
89
89
-DarchetypeCatalog=local \
90
-
-DarchetypeGroupId=org.tinystruct.archetype \
90
+
-DarchetypeGroupId=org.tinystruct \
91
91
-DarchetypeArtifactId=tinystruct-archetype \
92
92
-DarchetypeVersion=1.0.0 \
93
93
-DgroupId=com.mycompany \
94
94
-DartifactId=my-tiny-app \
95
95
-Dpackage=com.mycompany.app \
96
-
-Dtinystruct.version=1.7.10
96
+
-DtinystructVersion=1.7.11
97
97
```
98
98
99
99
3. Build the generated project:
@@ -103,7 +103,7 @@ cd my-tiny-app
103
103
mvn clean package
104
104
```
105
105
106
-
Adjust `tinystruct.version` if needed. The generated project includes a simple `Application` that extends `AbstractApplication` with a sample `hello` action.
106
+
Adjust `tinystructVersion` if needed. The generated project includes a simple `Application` that extends `AbstractApplication` with a sample `hello` action.
107
107
108
108
## Notes
109
109
@@ -119,4 +119,4 @@ Adjust `tinystruct.version` if needed. The generated project includes a simple `
119
119
mvn test
120
120
```
121
121
122
-
- If you plan to publish the archetype, set `tinystruct.version` to a released version and test generation in a clean directory.
122
+
- If you plan to publish the archetype, set `tinystructVersion` to a released version and test generation in a clean directory.
0 commit comments