From 6e7c6b3dae2669d6f6016a32e2abf9e08b020cd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Attila=20M=C3=A9sz=C3=A1ros?= Date: Thu, 12 Oct 2023 14:13:50 +0200 Subject: [PATCH] docs: getting started update with mvn plugin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Attila Mészáros --- docs/documentation/getting-started.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/documentation/getting-started.md b/docs/documentation/getting-started.md index a67f58a318..705a23215d 100644 --- a/docs/documentation/getting-started.md +++ b/docs/documentation/getting-started.md @@ -25,6 +25,14 @@ You can also refer to the [Writing Kubernetes operators using JOSDK blog series](https://developers.redhat.com/articles/2022/02/15/write-kubernetes-java-java-operator-sdk) . +## Generating Project Skeleton + +Project includes a maven plugin to generate a skeleton project: + +```shell +mvn io.javaoperatorsdk:bootstrapper:[version]:create -DprojectGroupId=org.acme -DprojectArtifactId=getting-started +``` + ## Getting Started The easiest way to get started with SDK is to start