Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.03 KB

File metadata and controls

18 lines (14 loc) · 1.03 KB

maven-docker-compose-example-project

An example project showing how to run integration tests for a Java project using Maven. The integration test environment is defined in the docker-compose.yml. The app under test is packaged into a docker container via the Dockerfile

Usage

./mvnw clean verify

Links