This repository has been archived by the owner on Mar 21, 2022. It is now read-only.
Add short reference to an alternate docker-maven-plugin #337
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Although dockerfile-maven provides a simplistic approach to Docker image build integration which does not carry the mental overhead of a full blown docker-maven-plugin, users of spotify/docker-maven-plugin might be still interested in keeping a more tight integration into Maven.
This PR adds a reference to the fabric8io/docker-maven-plugin which could be considered also as an alternative to this plugin (and provides some more features like running containers, but that is not the point). It's well maintained and comes with comprehensive documentation.
WARNING: Of course I'm biased as I'm one of the main authors of this fabric8io/docker-maven-plugin. It's not about fishing for users or adding plugs, but I though it would be nice for your users to let them know that they have a choice.
I always liked your plugin and the (mini) competition which also leads to quite some inspirations (and also some sort of "shootout" comparisation. In all of my talks, I always mentioned spotify/docker-maven-plugin as a good alternative which provided Docker integration with a different twist (if you don't need to run containers).