1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-16 11:09:33 +02:00
sap-jenkins-library/documentation/docs/steps/mavenExecute.md
Alejandra Ferreiro Vidal 3d0aa51380 mavenExecute: generate docu
2019-04-02 22:03:23 +02:00

18 lines
194 B
Markdown

# ${docGenStepName}
## ${docGenDescription}
## ${docGenParameters}
## ${docGenConfiguration}
## Exceptions
None
## Example
```groovy
mavenExecute script: this, goals: 'clean install'
```