Skip to content

jbellmann/embeddedtc-maven-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

embeddedtc-maven-plugin

embeddedtc-maven-plugin is a Maven plugin that bundles one or multiple war files and a Apache Tomcat 7 into one executable jar. On the target machine a simple java -jar myproject.jar starts Tomcat and deploys the included war file.

The official Tomcat Maven plugin also provides an executable jar creator. The main difference from this plugin to the one from Apache is the runtime configuration.

  • The Apache plugin uses xml files (context.xml, server.xml) and command line parameters to control the runtime behavior.
  • This plugin uses one YAML configuration file that controls everything.

If the Apache plugin fits your needs then there is no reason to switch to this plugin.

See Wiki for more information.

About

Maven plugin that packages a war file with an embedded Tomcat 7 into a single jar

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%