Skip to content

Update README to explain developing new features

Adam Cohen requested to merge add-testing-and-release-details-to-readme into master

This MR adds details to the README file to give explicit instructions for how to:

  1. Make changes to the plugin, publish them to a local maven repository and execute the modified plugin against a local project
  2. Run tests for the new changes
  3. Bump the version number before publishing the plugin

Merge request reports