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
- Host: GitHub
- URL: https://github.com/ghusta/maven-integration-test-with-docker
- Owner: ghusta
- Created: 2018-04-04T15:05:16.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-11T10:09:41.000Z (about 7 years ago)
- Last Synced: 2025-01-06T22:36:00.906Z (5 months ago)
- Topics: docker, integration-test, maven
- Language: Java
- Size: 20.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Maven Integration Test with Docker
[](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