Hi,

There is a small change required to
wicket-1.x/wicket-parent/pom.xml to allow the examples to start,
see patch attached.

Thanks in advance,
-- 
     Jean-Baptiste Quenot
aka  John Banana   Qwerty
http://caraldi.com/jbq/
Index: pom.xml
===================================================================
--- pom.xml     (revision 478626)
+++ pom.xml     (working copy)
@@ -500,7 +500,7 @@
                                        <version>6.0.1</version>
                                        <configuration>
                                                
<scanIntervalSeconds>60</scanIntervalSeconds>
-                                               
<webAppSourceDirectory>src/webapp</webAppSourceDirectory>
+                                               
<webAppSourceDirectory>src/main/webapp</webAppSourceDirectory>
                                        </configuration>
                                </plugin>
                        </plugins>

Reply via email to