Embedded Tomcat Maven Plugin

Maven plugin that embedds war files and a Tomcat 7 into one executable jar

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

ch.rasc
ArtifactId

ArtifactId

embeddedtc-maven-plugin
Last Version

Last Version

1.23
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

Embedded Tomcat Maven Plugin
Maven plugin that embedds war files and a Tomcat 7 into one executable jar
Project URL

Project URL

https://github.com/ralscha/embeddedtc-maven-plugin
Source Code Management

Source Code Management

https://github.com/ralscha/embeddedtc-maven-plugin.git

Download embeddedtc-maven-plugin

How to add to project

<plugin>
    <groupId>ch.rasc</groupId>
    <artifactId>embeddedtc-maven-plugin</artifactId>
    <version>1.23</version>
</plugin>

Dependencies

compile (11)

Group / Artifact Type Version
org.apache.maven : maven-core jar 3.5.2
org.apache.maven : maven-archiver jar 3.2.0
org.apache.commons : commons-compress jar 1.15
org.apache.tomcat.embed : tomcat-embed-core jar 7.0.82
org.apache.tomcat.embed : tomcat-embed-logging-juli jar 7.0.82
org.apache.tomcat.embed : tomcat-embed-jasper jar 7.0.82
org.apache.tomcat.embed : tomcat-embed-el jar 7.0.82
org.apache.tomcat.embed : tomcat-embed-websocket jar 7.0.82
org.apache.tomcat : tomcat-jdbc jar 7.0.82
org.yaml : snakeyaml jar 1.19
com.beust : jcommander jar 1.72

provided (1)

Group / Artifact Type Version
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.5

Project Modules

There are no modules declared in this project.

embeddedtc-maven-plugin

Build Status

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.

Versions

Version
1.23
1.22
1.21
1.20
1.19
1.18
1.17
1.16
1.15
1.14
1.13
1.12
1.11
1.10
1.9
1.8
1.7
1.6
1.5
1.4
1.3
1.2
1.1
1.0