The CML keeps any kind of artifact identified by an artifact coordinate. The CML implementation runs on top of Maven and Artifactory. CML also creates links to the MavenArtifact class in the META ontology. All artifacts can be queried through Amil upon upload. Install Maven 3.x. Install Artifactory: Run the install_cml.sh script from cygwin. ( Alternatively do the steps in the script by hand - about 5 steps ) Run Artifactory: Run the start.bat file - by clicking on it, or from a cmd.exe shell. Populate with an Artifact: Run ant -f importModel.xml run -DartifactId="artifactId" -DgroupId="groupId" -Dversion="version" -Dpackaging="packaging" -Dfile="file_location" where each of the parameters are manually specified Now you can run the testCML link in ArrowWebServices - all feedback is in the log Each artifact uploaded will linked as an instance to the MavenArtifact class in the META ontology, and all .mdzip files can be imported through the "Import Archetype" dialog in MagicDraw. View Repo: The repo will be available at http://localhost:8888/artifactory/webapp/home.html Admin Login: Standard Artifactory Default id=admin password=password