Skip to content

maciejwalkowiak/servlet3-maven-archetype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

servlet3-maven-archetype

Project provides Maven archetype for creating plain simple Servlet 3 based webapplication.

  • no dependencies to any web framework - just plain Java Servlet
  • no XML
  • Tomcat 7 plugin included - gets your application running in seconds

Installation

Clone this repository:

$ git clone https://github.com/maciejwalkowiak/servlet3-maven-archetype.git

Install it to local Maven repository

$ cd servlet3-maven-archetype
$ mvn install

Create project based on this archetype

$ mvn archetype:generate \
    -DarchetypeGroupId=pl.maciejwalkowiak \
    -DarchetypeArtifactId=servlet3-webapp-archetype \
    -DarchetypeVersion=1.0.1

Run project:

$ mvn tomcat7:run

About

Maven archetype for basic Servlet 3 based Java web application - no xml, Tomcat 7 ready

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages