commons-build:contributing-mdOverviewThe commons-build:contributing-md goal generates a CONTRIBUTING.md file for a component. Execute the goal using the following command: mvn commons-build:contributing-md Note: The CONTRIBUTING.md only needs to be generated once or if the template changes. This goal uses the following:
ConfigurationTo generate a CONTRIBUTING.md, the following properties are configured in the component's pom.xml
Example configuration for Commons Chain: <properties> <commons.jira.id>CHAIN</commons.jira.id> </properties> |