MVN

org.avaje.jetty : runnable-war

Maven & Gradle

Apr 18, 2016
2 stars

Provides a parent pom that builds runnable war using jetty. This uses the "maven overlay approach" to put jetty, logging, servlet api and avaje-jetty-runner into the root path of the war and a manifest entry to point to the RunWar main method. The jars included in the overlays provide a set of system classes that boot and run the war.

<dependency>
    <groupId>org.avaje.jetty</groupId>
    <artifactId>runnable-war</artifactId>
    <version>2.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.avaje.jetty : runnable-war to add to Maven - Latest Versions:

  • Latest Stable: 2.2.1

All Versions

Choose a version of org.avaje.jetty : runnable-war to add to Maven - All Versions:

Version Vulnerabilities Updated
2.2.x
runnable-war-2.2.1
2.1.x
runnable-war-2.1.2
runnable-war-2.1.1
1.2.x
runnable-war-1.2.3
runnable-war-1.2.2
1.2
runnable-war-1.2
1.1
runnable-war-1.1
1.0
runnable-war-1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.avaje.jetty</groupId>
    <artifactId>runnable-war</artifactId>
    <version>2.2.1</version>
</dependency>

Advertisement