Skip to content

Commit 2d9ba04

Browse files
committed
EQX-211: Added Wicket support to AMP for modular archetype.
1 parent b170f3d commit 2d9ba04

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

plugins/appfuse-maven-plugin/build.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@
6868
<create-gen-modular archetype="appfuse-modular-tapestry" name="modular-tapestry"/>
6969
</target>
7070

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+
7175
<!-- Light Archetypes -->
7276
<target name="test-jsf-light" description="tests plugin with jsf light archetype">
7377
<create-gen-basic archetype="appfuse-light-jsf" name="light-jsf"/>
@@ -117,6 +121,7 @@
117121
<antcall target="test-spring-modular"/>
118122
<antcall target="test-struts-modular"/>
119123
<antcall target="test-tapestry-modular"/>
124+
<antcall target="test-wicket-modular"/>
120125
</target>
121126

122127
<target name="test-all" description="Tests AMP, Full Source and JPA with AppFuse archetypes">

0 commit comments

Comments
 (0)