[Geoserver-devel] hello option in the left pane does not appear

Hi all, Thanks for answering my questions anterirores. I have windows 7 operating system. Download the source code with geoserver “git clone git :confused: / github.com / geoserver / geoserver geoserver.git” command obtube version “master” and create the java project with maven eclipse. I am recreating the example in “Implementing a Wicket UI Extension”, take the structure of the “geoserver \ src \ community \ hello_web” folder to build the sample with maven. I built the project with maven successfully, then add the hello_web dependence inside the pom.xml file this in the “geoserver \ src \ web \ app” folder, went back to generate web \ app with maven, the "hello_web-1.0 file -SNAPSHOT.jar “now appears in the” geoserver \ src \ web \ app \ target \ geoserver \ WEB-INF \ lib “and in the file” geoserver \ src \ web \ app \ target \ geoserver.war ". Inside the file “hello_web-1.0-SNAPSHOT.jar” file “applicationContext.xml” appears. The problem is that when you restart the geoserver project and enter with admin user, the hello option in the left pane does not appear as it should occur. The structure hello_web pom.xml file is the following:


4.0.0

org.geoserver web 2.2-SNAPSHOT

org.geoserver
hello_web
jar
1.0-SNAPSHOT
Hello World Web Module

org.geoserver.web web-core 2.2-SNAPSHOT opengeo Open Source Geospatial Foundation Repository http://repo.opengeo.org maven-compiler-plugin 1.5 1.5

Could help me figure out what I’m doing wrong. Thank you very much.