Versions Compared

Key

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

...

Code Block
<scm>
	<connection>scm:git:git@githubhttps://github.com:/openmrs/openmrs-module-yourmoduleid.git<yourmoduleid</connection> 
	<developerConnection>scm:git:git@githubhttps://github.com:/openmrs/openmrs-module-yourmoduleid.git<yourmoduleid</developerConnection> 
	<url>scm:git:git@github<url>https://github.com:/openmrs/openmrs-module-yourmoduleid.git<yourmoduleid</url>
</scm>

Use the <distributionManagement> section your module's root pom.xml to tell it where it should deploy the module artifacts to:

...