{"id":19259629,"url":"https://github.com/overturetool/intocps-tracability-driver","last_synced_at":"2026-06-10T21:31:15.400Z","repository":{"id":68076705,"uuid":"73366765","full_name":"overturetool/intocps-tracability-driver","owner":"overturetool","description":"Prototype of a traceability driver for overture git and INTO-CPS","archived":false,"fork":false,"pushed_at":"2017-12-04T05:55:27.000Z","size":80,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-02-23T18:20:50.183Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/overturetool.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-11-10T09:29:10.000Z","updated_at":"2016-11-10T09:29:48.000Z","dependencies_parsed_at":"2023-07-20T07:15:25.813Z","dependency_job_id":null,"html_url":"https://github.com/overturetool/intocps-tracability-driver","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/overturetool/intocps-tracability-driver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/overturetool%2Fintocps-tracability-driver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/overturetool%2Fintocps-tracability-driver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/overturetool%2Fintocps-tracability-driver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/overturetool%2Fintocps-tracability-driver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/overturetool","download_url":"https://codeload.github.com/overturetool/intocps-tracability-driver/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/overturetool%2Fintocps-tracability-driver/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34172196,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-09T19:17:12.194Z","updated_at":"2026-06-10T21:31:15.382Z","avatar_url":"https://github.com/overturetool.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# INTO-CPS Tracability for Overture\n\n\n## How to \n\nTo run a full repo sync use the following command:\n\n```bash\njava -jar tracability-driver-*-jar-with-dependencies.jar -host http://localhost:8083 -s  --dry-run -vdm -exclude SysML -repo /path/to/repo\n```\n\nor to sync a single commit only:\n\n```bash\njava -jar tracability-driver-*-jar-with-dependencies.jar -host http://localhost:8083 -c \u003ccommit-hash\u003e --dry-run -vdm -exclude SysML -repo /path/to/repo\n```\n\nThe `--dry-run` command makes the tool only print the data that would be send. Drop this so send the messages. If a custom host is used then specify `-host \u003curl\u003e` to override the default host URL.\n\n### Git hook\n\nThe tool can be used in combination with git hooks. If the daemon is running locally such a hook could look like:\n\nHook file: `.git/hooks/post-commit`\n\n```bash\n#!/bin/sh\njava -jar tracability-driver-*-jar-with-dependencies.jar -c HEAD -vdm -exclude SysML -repo $GIT_DIR../\n```\n\nassuming that the `*.jar` file is also in hooks. \n\nMake sure it is executable:\n\n```bash\nchmod +x .git/hooks/post-commit\n```\n\nThis will trigger a sync of the new commit to the daemon.\n\n## Release the tool\n\n```bash\nmvn -Dmaven.repo.local=repository release:clean\nmvn -Dmaven.repo.local=repository release:prepare -DreleaseVersion=${RELEASE_VER} -DdevelopmentVersion=${NEW_DEV_VER}\nmvn -Dmaven.repo.local=repository release:perform\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foverturetool%2Fintocps-tracability-driver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foverturetool%2Fintocps-tracability-driver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foverturetool%2Fintocps-tracability-driver/lists"}