{"id":27733640,"url":"https://github.com/irof/jig-maven-plugin","last_synced_at":"2025-04-28T12:54:12.187Z","repository":{"id":145389445,"uuid":"354072062","full_name":"irof/jig-maven-plugin","owner":"irof","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-16T15:08:29.000Z","size":141,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-16T16:24:04.427Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/irof.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2021-04-02T16:22:16.000Z","updated_at":"2025-02-16T15:08:29.000Z","dependencies_parsed_at":"2024-07-08T10:17:12.800Z","dependency_job_id":"208bb5a0-2818-4c77-9c8f-80d5bc2715f3","html_url":"https://github.com/irof/jig-maven-plugin","commit_stats":null,"previous_names":[],"tags_count":29,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irof%2Fjig-maven-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irof%2Fjig-maven-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irof%2Fjig-maven-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irof%2Fjig-maven-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/irof","download_url":"https://codeload.github.com/irof/jig-maven-plugin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251319029,"owners_count":21570419,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":"2025-04-28T12:54:11.449Z","updated_at":"2025-04-28T12:54:12.179Z","avatar_url":"https://github.com/irof.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"jig-maven-plugin\n============================================================\n\n[![](https://maven-badges.herokuapp.com/maven-central/com.github.irof/jig-maven-plugin/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.irof/jig-maven-plugin/)\n\n[JIG](https://github.com/dddjava/jig)\n\n# usage\n\n## 簡易\n\n```\nmvn com.github.irof:jig-maven-plugin:jig\n```\n\n`pom.xml` には何も書かなくていいです。\n\n「とりあえずパッケージ関連図を出したい」だとこんな感じです。\n\n```\nmvn clean compile com.github.irof:jig-maven-plugin:jig -D\"jig.pattern.domain=.*\" -D\"jig.document.types=PackageRelationDiagram\"\n```\n\n## 通常\n\nプラグインのバージョンとか設定を `/project/build/plugins` に追加\n\n```pom.xml\n\u003cproject\u003e\n    ...\n    \u003cbuild\u003e\n        ...\n        \u003cplugins\u003e\n            ...\n            \u003cplugin\u003e\n                \u003cgroupId\u003ecom.github.irof\u003c/groupId\u003e\n                \u003cartifactId\u003ejig-maven-plugin\u003c/artifactId\u003e\n                \u003cversion\u003e2023.9.1\u003c/version\u003e\n                \u003cconfiguration\u003e\n                    \u003cdomainPattern\u003e.*\u003c/domainPattern\u003e\n                \u003c/configuration\u003e\n            \u003c/plugin\u003e\n        \u003c/plugins\u003e\n    \u003c/build\u003e\n\u003c/project\u003e\n```\n\n実行\n\n```\nmvn jig:jig\n```\n\n## マルチモジュールプロジェクト対応\n\n`2023.2.1.1` 以降、マルチモジュールプロジェクトに対応しています。\n使用例は https://github.com/dddjava/jig-sample/tree/main/sample-maven-multi を参照してください。\n\n# 設定\n\n|対象|configurationタグ名|プロパティ名|\n|----|----|----|\n|出力対象JIGドキュメント| `documentTypes` | `jig.document.types` |\n|ドメインのパターン| `domainPattern` | `jig.pattern.domain` |\n\n任意。指定なしの場合はJIGのデフォルトに従う。\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firof%2Fjig-maven-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Firof%2Fjig-maven-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firof%2Fjig-maven-plugin/lists"}