spotify / docker-maven-plugin

INACTIVE: A maven plugin for Docker
Apache License 2.0
2.67k stars 575 forks source link

Mark BuildMojo as threadSafe #384

Closed davidxia closed 6 years ago

davidxia commented 6 years ago

Made thread safe in https://github.com/spotify/docker-maven-plugin/pull/383. This annotation will remove a maven build warning.

Fixes #352