File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -61,15 +61,17 @@ your application.
61
61
62
62
63
63
mvn -B archetype:generate -DarchetypeGroupId=com.github.katari \
64
- -DarchetypeArtifactId=k2-archetype-application -DarchetypeCatalog=local \
64
+ -DarchetypeArtifactId=k2-archetype-application -DarchetypeVersion=0.1.8 \
65
+ -DarchetypeCatalog=local \
65
66
-DgroupId=sample -DartifactId=sample \
66
67
-Dpackage=sample -DclassPrefix=Sample -Dversion=0.1-SNAPSHOT
67
68
68
69
69
70
This is the command we used to generate the k2-shiro module:
70
71
71
72
mvn -B archetype:generate -DarchetypeGroupId=com.github.katari \
72
- -DarchetypeArtifactId=k2-archetype-module -DarchetypeCatalog=local \
73
+ -DarchetypeArtifactId=k2-archetype-module -DarchetypeVersion=0.1.8 \
74
+ -DarchetypeCatalog=local \
73
75
-DgroupId=com.github.katari -DartifactId=k2-shiro \
74
76
-Dpackage=com.k2.shiro -DclassPrefix=Shiro -Dversion=0.1-SNAPSHOT
75
77
You can’t perform that action at this time.
0 commit comments