servlet 2.5 webapp
-
Download the zip, and extract it to your temp folder
-
Run "mvn install" to install it
-
Ues "mvn archetype:generate -DarchetypeGroupId=org.softleader -DarchetypeArtifactId=servlet25-webapp-archetype -DgroupId=com.mycompany.app -DartifactId=my-app " to generate new project
-
You can run "mvn tomcat:run" for running your web application