...
- Get privileges to deploy to mavenrepo.openmrs.org
- Actually release the module, using
mvn release:prepare release:perform - more in Maven release
- Update openmrs-distro-referenceapplication to refer to the (new) latest snapshot
...
- Upload the built omod file to modules.openmrs.org
Expand | ||
---|---|---|
| ||
The steps you ran above with the mvn release plugin will have created your official module-x.y.omod file under omod/target, and deployed this to our maven repository so that developers can access it programmatically. For implementers to be able to access it manually, you need to upload it to the Module Repository. (You can log in using your OpenMRS ID.) |
Expand | ||
---|---|---|
| ||
Using a REST call to modules.openmrs.org |
...