Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Currently all modules in https://github.com/ict4h are being published by people mostly working in the Bahmni team. Use this guide if you need to publish a jar to the Nexus repository. 

Step-by-step guide

  • Ensure you have gnugpg installed. eg: brew install gpg
  • Generate a key pair - gpg --gen-key
  • Ensure you have the latest master version of the component. 
  • Ensure you have the user id and password for nexus in your .m2/settings.xml<server>

 

<id>sonatype-nexus-snapshots</id>
<username>ict4h</username>
<password>************</password>
</server>

 

  • mvn release:prepare
  • mvn release:perform

Credentials are available in 

Related articles appear here based on the labels you select. Click to edit the macro and add or change labels.Related articles

 

  • No labels