Update lf-maven-central macro docs and templates
with the missing required params.
The change
6a3a8fd3c9430a90f3b8c0c85e7e20b8a318eb8f
missed updating the docs and sample code.
Change-Id: I09b55bbf51cc3ef7c29d50b42e52982dc40e8f72
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
#####################
mvn-central: true
+ mvn-global-settings: ''
+ mvn-settings: ''
ossrh-profile-id: ''
#####################
builders:
- lf-maven-central:
mvn-central: '{mvn-central}'
+ mvn-global-settings: '{mvn-global-settings}'
+ mvn-settings: '{mvn-settings}'
ossrh-profile-id: '{ossrh-profile-id}'
:Required parameters:
:mvn-central: Whether or not to upload to mvn-central. (true|false)
+ :mvn-global-settings: The name of the Maven global settings to use for
+ Maven configuration. (default: global-settings)
+ :mvn-settings: The name of settings file containing credentials for the
+ project.
:ossrh-profile-id: Nexus staging profile ID as provided by OSSRH.
.. literalinclude:: ../../.jjb-test/lf-macros/lf-maven-central-minimal.yaml
--- /dev/null
+---
+fixes:
+ - |
+ Update the lf-maven-cental macro documentation and example templates with
+ the missing requireed params.