Skip to content
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.

Latest commit

 

History

History
14 lines (10 loc) · 308 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 308 Bytes

tomcat-extractor - archived

Used for setting up tomcat in a generic way for dev work.

By default this will use tomcat 7 and put the postgresql and h2 drivers into the lib directory.

Usage

mvn clean 
mvn process-resources -P tc7
mvn process-resources -P tc8,!tc7
mvn process-resources -P tc9