1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-09-16 09:26:22 +02:00

Updated mavenBuild description (#5439)

This commit is contained in:
petkodimitrov24
2025-08-13 09:37:48 +03:00
committed by GitHub
parent 48180028e9
commit 6c4d10f7d3

View File

@@ -235,6 +235,11 @@ spec:
- name: deployFlags
type: "[]string"
description: maven deploy flags that will be used when publish is detected.
longDescription: |
Maven deploy flags that will be used when publish is detected.
`Build with optimized goals:`
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.
scope:
- STEPS
- STAGES