File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
plugins/appfuse-maven-plugin Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 68
68
<create-gen-modular archetype =" appfuse-modular-tapestry" name =" modular-tapestry" />
69
69
</target >
70
70
71
+ <target name =" test-wicket-modular" description =" tests plugin with wicket modular archetype" >
72
+ <create-gen-modular archetype =" appfuse-modular-wicket" name =" modular-wicket" />
73
+ </target >
74
+
71
75
<!-- Light Archetypes -->
72
76
<target name =" test-jsf-light" description =" tests plugin with jsf light archetype" >
73
77
<create-gen-basic archetype =" appfuse-light-jsf" name =" light-jsf" />
117
121
<antcall target =" test-spring-modular" />
118
122
<antcall target =" test-struts-modular" />
119
123
<antcall target =" test-tapestry-modular" />
124
+ <antcall target =" test-wicket-modular" />
120
125
</target >
121
126
122
127
<target name =" test-all" description =" Tests AMP, Full Source and JPA with AppFuse archetypes" >
You can’t perform that action at this time.
0 commit comments