Skip to content

niqbal/vanilla-jsp-archetype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#Using the archetype

##Clone and build the archetype $ git clone git@github.com:niqbal/vanilla-jsp-archetype.git $ cd vanilla-jsp-archetype $ mvn install

This will install the archetype locally, and you will be able to generate projects from it.

##Create your project Go to a directory where you'd like to create your project.

Generate from the archetype: $ mvn archetype:generate

This will print a list of locally installed archetypes, choose vanilla-jsp-archetype from the list.

Follow the prompts and choose your values for groupId, artifactId, version, and base package

Your project will be created in a directory named for your artifact id.

##Build your project

After this you should set the connection string for environment variable FORCE_FORCEDATABASE_URL. Then you can run your project:

mvn tomcat:run-war

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages