Skip to content

Commit

Permalink
#372 : Fix stopping of wrong containers in parallel executions
Browse files Browse the repository at this point in the history
The ContainerTracker has been refactored to support PomLabels to only stop containerts stopped by a certain reactor project (identified via its Maven coordinates).
+ unit tests for container tracker.
  • Loading branch information
rhuss committed Feb 22, 2016
1 parent 36be8a3 commit f7f7f84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* **0.14.0-SNAPSHOT**
- Add support for Docker network and `host`, `bridge` and `container` network modes (#335)
- Add support for older Maven versions, minimum required version is now 3.0.5 (#290)
- Don't stop containers not started by the project during parallel reactor builds (#372)

* **0.13.9**
- Check also registry stored with an `https` prefix ([#367](https://github.com/rhuss/docker-maven-plugin/issues/367))
Expand Down

0 comments on commit f7f7f84

Please sign in to comment.