commons-build:readme-mdOverview
The mvn commons-build:readme-md Note: The README.md should be regenerated after every release of the component since it contains the maven coordinates of the latest release. This goal uses the following:
Configuration
To generate a README.md, the following properties are configured in the component's
Example configuration for Commons Text: <properties> <commons.componentid>text</commons.componentid> <commons.release.version>1.10.0</commons.release.version> </properties> |