Skip to content

Commit 6c4d10f

Browse files
Updated mavenBuild description (#5439)
1 parent 4818002 commit 6c4d10f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

resources/metadata/mavenBuild.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,11 @@ spec:
235235
- name: deployFlags
236236
type: "[]string"
237237
description: maven deploy flags that will be used when publish is detected.
238+
longDescription: |
239+
Maven deploy flags that will be used when publish is detected.
240+
241+
`Build with optimized goals:`
242+
By default, the deploy process skips the main, test, and install Maven goals to reduce build time and avoid redundant executions. If you provide custom deployFlags, manually add the default flags to maintain build optimization unless you override them.
238243
scope:
239244
- STEPS
240245
- STAGES

0 commit comments

Comments
 (0)