Steps to deploy new source content:

	1) Place the source files into the native-source folder
	2) Update the version number as appropriate in pom.xml
	3) Run a command like this to deploy - (vadev is a server name that must be defined with credentials in your maven configuration):
	
		mvn clean deploy -DaltDeploymentRepository=vadev::default::https://vadev.mantech.com:8080/nexus/content/repositories/termdata/

Note - new source content should not be checked into GIT.  When finished, simply empty the native-source folder.

For HL7v3 - the loader currently expects ...
	1) - The 'rimRepos' zip file, pulled from http://gforge.hl7.org/gf/project/design-repos/frs/?action=FrsReleaseBrowse&frs_package_id=30
		Example: http://gforge.hl7.org/gf/download/frsrelease/1216/14941/hl7-rimRepos-2.47.7.zip

This zip file should simply be placed into the native-source folder as is.

