This page documents the use of admin tools to perform an RF2 release of mapping project data.
There are three stages to the process:
Following are some details about the release tooling implementations:
Mojo: ReleaseBeginMojo.java (in admin/mojo/src/main/resources/java/org/ihtsdo/otf/mapping/mojo)
Project: admin/release
Configuration Parameters
Mojo: ReleaseProcessingMojo.java (in admin/mojo/src/main/resources/java/org/ihtsdo/otf/mapping/mojo)
Project: admin/release
Configuration Parameters
Mojo: ReleaseFinishMojo.java (in admin/mojo/src/main/resources/java/org/ihtsdo/otf/mapping/mojo)
Project: admin/release
Configuration Parameters
Sample command line call of the RF2 release tooling to begin a release for refset 447563008:
% cd ~/code/admin/release % mvn -Drun.config=~/config/config.properties -PBeginRelease -Drefset.id=447563008 -Dremove.records=true install |
Sample command line call of the RF2 release tooling to process a release for refset 447563008:
% cd ~/code/admin/release % mvn -Drun.config=~/config/config.properties -PRelease -Drefset.id=447563008 -Doutput.dir=~/doc/release -Dmodule.id=900000000000207008 -Dtime=20150131 install |
Sample command line call of the RF2 release tooling to finish a release for refset 447563008:
% cd ~/code/admin/release % mvn -Drun.config=~/config/config.properties -PFinishRelease -Drefset.id=447563008 install |
Sample Eclipse run configuration to process a release for refset 447563008:
Sample Eclipse run configuration to process a release for refset 447563008:
Sample Eclipse run configuration to finish a release for refset 447563008:
The most likely issue is that QA errors are discovered in the generated files. This step can be repeatedly re-run until the results look right, including edits along the way to the underlying data (as long as mid-stream workflow states are not created).
Another way to avoid problems is to run the process in a cloned environment (e.g. UAT) which supports the ability to revert to the initial state at any time without interfering with production activities.