com.github.mike10004:containment-maven-plugin

Practical container libraries

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.github.mike10004
ArtifactId

ArtifactId

containment-maven-plugin
Last Version

Last Version

0.6
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

Practical container libraries

Download containment-maven-plugin

How to add to project

<plugin>
    <groupId>com.github.mike10004</groupId>
    <artifactId>containment-maven-plugin</artifactId>
    <version>0.6</version>
</plugin>

Dependencies

compile (7)

Group / Artifact Type Version
com.google.code.findbugs : jsr305 jar 3.0.1
com.github.mike10004 : nitsick-core jar 0.3
com.github.mike10004 : containment-api jar 0.6
com.github.docker-java : docker-java jar 3.2.5
com.github.docker-java : docker-java-api jar 3.2.5
com.github.docker-java : docker-java-core jar 3.2.5
com.github.docker-java : docker-java-transport-jersey jar 3.2.5

provided (4)

Group / Artifact Type Version
org.apache.maven : maven-plugin-api jar 3.6.2
org.apache.maven : maven-core jar 3.6.2
org.apache.maven : maven-artifact jar 3.6.2
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.6.0

runtime (1)

Group / Artifact Type Version
javax.activation : activation jar 1.1.1

test (4)

Group / Artifact Type Version
org.slf4j : slf4j-jdk14 jar 1.7.30
org.apache.maven : maven-compat jar 3.6.2
junit : junit jar 4.13.1
org.apache.maven.plugin-testing : maven-plugin-testing-harness jar 3.3.0

Project Modules

There are no modules declared in this project.

Travis build status Maven Central

containment

Practical libraries that help you use Docker containers in Java.

Build

Building these artifacts requires that Docker is installed and that these images have already been pulled:

  • busybox:latest
  • alpine:3.10.3
  • httpd:2.4
  • mariadb:10.4

Versions

Version
0.6
0.5
0.4
0.3