Embedded Tomcat Maven Plugin

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

Лицензия

Лицензия

Категории

Категории

Maven Компиляция и сборка
Группа

Группа

ch.rasc
Идентификатор

Идентификатор

embeddedtc-maven-plugin
Последняя версия

Последняя версия

1.23
Дата

Дата

Тип

Тип

maven-plugin
Описание

Описание

Embedded Tomcat Maven Plugin
Maven plugin that embedds war files and a Tomcat 7 into one executable jar
Ссылка на сайт

Ссылка на сайт

https://github.com/ralscha/embeddedtc-maven-plugin
Система контроля версий

Система контроля версий

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

Скачать embeddedtc-maven-plugin

Как подключить последнюю версию

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

Зависимости

compile (11)

Идентификатор библиотеки Тип Версия
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)

Идентификатор библиотеки Тип Версия
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.5

Модули Проекта

Данный проект не имеет модулей.

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.

Версии библиотеки

Версия
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