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

 

<settings xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.1.0 http://maven.apache.org/xsd/settings-1.1.0.xsd" xmlns="http://maven.apache.org/SETTINGS/1.1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<servers>
    	<server>
			<id>sonatype-nexus-snapshots</id>
			<username>ict4h</username>
			<password>************</password>
		</server>
	</servers>
</settings>

 

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

 

Related issues