This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch pjfanning-patch-3 in repository https://gitbox.apache.org/repos/asf/pekko-management.git
commit 34ff9ad74f20b648e676281ed6252cb9e7b92309 Author: PJ Fanning <[email protected]> AuthorDate: Mon Nov 17 12:20:58 2025 +0100 Update reference to Fabric8 Maven Plugin --- docs/src/main/paradox/kubernetes-deployment/building-using-maven.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/src/main/paradox/kubernetes-deployment/building-using-maven.md b/docs/src/main/paradox/kubernetes-deployment/building-using-maven.md index 5da7acbf..8eccb639 100644 --- a/docs/src/main/paradox/kubernetes-deployment/building-using-maven.md +++ b/docs/src/main/paradox/kubernetes-deployment/building-using-maven.md @@ -1,6 +1,7 @@ # Building using Maven -There are a number of Maven plugins available for building and deploying Docker images. We're going to use [Fabric8](https://maven.fabric8.io/). +There are a number of Maven plugins available for building and deploying Docker images. We're going to use [Fabric8 Maven Plugin](https://github.com/fabric8io/docker-maven-plugin). + ### Git hash based version numbers There are a number of Maven plugins available for interacting with git, we recommend the --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
