Stool

Runs multiple web applications in multiple tomcats on a single machine. Stool is a command line tool that provides a lifecycle for stages: create, configure, build, run and remove. A stage contains web applications, that may come in different flavors: Maven war projects or artifacts (GAV coordinates).

License

License

Categories

Categories

Net
GroupId

GroupId

net.oneandone
ArtifactId

ArtifactId

stool
Last Version

Last Version

3.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

Stool
Runs multiple web applications in multiple tomcats on a single machine. Stool is a command line tool that provides a lifecycle for stages: create, configure, build, run and remove. A stage contains web applications, that may come in different flavors: Maven war projects or artifacts (GAV coordinates).
Project URL

Project URL

https://github.com/mlhartme/stool
Project Organization

Project Organization

1&1
Source Code Management

Source Code Management

https://github.com/mlhartme/stool

Download stool

How to add to project

<!-- https://jarcasting.com/artifacts/net.oneandone/stool/ -->
<dependency>
    <groupId>net.oneandone</groupId>
    <artifactId>stool</artifactId>
    <version>3.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.oneandone/stool/
implementation 'net.oneandone:stool:3.2.0'
// https://jarcasting.com/artifacts/net.oneandone/stool/
implementation ("net.oneandone:stool:3.2.0")
'net.oneandone:stool:jar:3.2.0'
<dependency org="net.oneandone" name="stool" rev="3.2.0">
  <artifact name="stool" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.oneandone', module='stool', version='3.2.0')
)
libraryDependencies += "net.oneandone" % "stool" % "3.2.0"
[net.oneandone/stool "3.2.0"]

Dependencies

compile (20)

Group / Artifact Type Version
net.oneandone : sushi jar 2.8.18
net.oneandone.maven : embedded jar 3.11.0
org.eclipse.sisu : org.eclipse.sisu.plexus jar 0.3.0
org.sonatype.sisu : sisu-guice jar 3.2.5
org.apache.httpcomponents : httpcore jar 4.3.2
javax.mail : mail jar 1.5.0-b01
org.slf4j : slf4j-api jar 1.7.7
ch.qos.logback : logback-core jar 1.1.2
ch.qos.logback : logback-classic jar 1.1.2
com.google.code.gson : gson jar 2.2.4
org.springframework : spring-core jar 4.1.3.RELEASE
org.springframework : spring-web jar 4.1.3.RELEASE
org.springframework : spring-webmvc jar 4.1.3.RELEASE
org.springframework.security : spring-security-web jar 4.0.0.RELEASE
org.springframework.security : spring-security-config jar 4.0.0.RELEASE
org.springframework.security : spring-security-ldap jar 4.0.0.RELEASE
org.springframework.security : spring-security-cas-client jar 3.0.8.RELEASE
javax.servlet : jstl jar 1.2
com.github.zafarkhaja : java-semver jar 0.7.2
com.google.guava : guava jar 14.0.1

provided (1)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 3.0.1

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
3.2.0
3.1.0
3.0.1
3.0.0
3.0.0-beta-2