An open API service indexing awesome lists of open source software.

https://github.com/ghusta/maven-integration-test-with-docker

Maven Integration Test with Docker
https://github.com/ghusta/maven-integration-test-with-docker

docker integration-test maven

Last synced: 3 months ago
JSON representation

Maven Integration Test with Docker

Awesome Lists containing this project

README

        

# Maven Integration Test with Docker

[![Build Status](https://travis-ci.org/ghusta/maven-integration-test-with-docker.svg?branch=master)](https://travis-ci.org/ghusta/maven-integration-test-with-docker)

## Overview

The goal is to launch **integration tests** via Maven, using Docker to start and stop a container.

The plugin [docker-maven-plugin](https://github.com/fabric8io/docker-maven-plugin) can help us to do that. See [documentation](https://dmp.fabric8.io/).

## Usage

> mvn clean verify