We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7af5730 commit 0ed29a0Copy full SHA for 0ed29a0
docs/documentation/getting-started.md
@@ -25,6 +25,14 @@ You can also refer to the
25
[Writing Kubernetes operators using JOSDK blog series](https://developers.redhat.com/articles/2022/02/15/write-kubernetes-java-java-operator-sdk)
26
.
27
28
+## Generating Project Skeleton
29
+
30
+Project includes a maven plugin to generate a skeleton project:
31
32
+```shell
33
+mvn io.javaoperatorsdk:bootstrapper:[version]:create -DprojectGroupId=org.acme -DprojectArtifactId=getting-started
34
+```
35
36
## Getting Started
37
38
The easiest way to get started with SDK is to start
0 commit comments