Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When this completes, the particular git revision will have been tagged, and its compiled artifacts will have been deployed to our maven repository.

 

After doing the above, you may now want to checkout the compiled artifact for the tag such that you compile the module for deploying to the module repository.You need to first fetch that tag with something like: git fetch origin 1.0:1.0   or  git fetch upstream 1.0:1.0you just created will be available in (TODO: check this) the "target" folder of your top-level maven repository. You can take this file and upload it to modules.openmrs.org.