Hi: I want to know something about the web module (call it WebPro)created by the maven plugin:maven-archetype-webapp.
So after install , under the WebPro/src/main/webap/web-info/lib ,there are some jars (the dependency),I wonder if I can add some classes in the WebPro rather than use the jar? That to say,I need a servlet ,and I have one way : create a new project such as ServerModule which contain a servelt ,then add it as a dependency of WebPro. And a jar named ServerModule.jar will be install to the WebPro/src/main/webap/web-info/lib. Now I do not want to use this manner ,is there other ways to do this?
