Skip to content

stainii/arquillian-cube-and-multiple-deployments-experiment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arquillian Cube + multiple deployments experiment

Goal

Make it possible to

  1. hit "mvn clean install"
  2. have a Docker container started up with an empty Wildlfly
  3. deploy the latest version of all microservices
  4. run Arquillian tests
  5. destroy Docker container

Configuration on Mac

You need a running instance of Docker. On Mac, one extra complication pops up: Docker does not listen on a tcp connection. In order to have this TCP accessibility:

  1. stbrew install socat
  2. stsocat TCP-LISTEN:2375,reuseaddr,fork UNIX-CONNECT:/var/run/docker.sock

Build

In order to build and run the Arquillian tests, use

maven clean dependency:copy-dependencies install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published