Skip to content

Commit 0ed29a0

Browse files
committed
docs: getting started update with mvn plugin (#2090)
Signed-off-by: Attila Mészáros <[email protected]>
1 parent 7af5730 commit 0ed29a0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: docs/documentation/getting-started.md

+8
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@ You can also refer to the
2525
[Writing Kubernetes operators using JOSDK blog series](https://developers.redhat.com/articles/2022/02/15/write-kubernetes-java-java-operator-sdk)
2626
.
2727

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+
2836
## Getting Started
2937

3038
The easiest way to get started with SDK is to start

0 commit comments

Comments
 (0)