{"id":18383165,"url":"https://github.com/fugerit-org/yaml-doc-maven-plugin","last_synced_at":"2025-04-11T21:36:37.994Z","repository":{"id":95113490,"uuid":"473247612","full_name":"fugerit-org/yaml-doc-maven-plugin","owner":"fugerit-org","description":"Simple maven plugin for the yaml-doc-tool project","archived":false,"fork":false,"pushed_at":"2024-06-02T13:49:38.000Z","size":66,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-06-02T15:10:40.844Z","etag":null,"topics":["documentation","freemarker","java","maven-plugin","openapi","openapi3","snake-yaml","yaml"],"latest_commit_sha":null,"homepage":"https://www.fugerit.org/","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/fugerit-org.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2022-03-23T15:26:14.000Z","updated_at":"2024-06-02T13:48:10.000Z","dependencies_parsed_at":"2024-02-21T12:29:34.976Z","dependency_job_id":"604f015f-2ce2-4c13-9ad7-928b2bbb0cec","html_url":"https://github.com/fugerit-org/yaml-doc-maven-plugin","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fugerit-org%2Fyaml-doc-maven-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fugerit-org%2Fyaml-doc-maven-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fugerit-org%2Fyaml-doc-maven-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fugerit-org%2Fyaml-doc-maven-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fugerit-org","download_url":"https://codeload.github.com/fugerit-org/yaml-doc-maven-plugin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248484585,"owners_count":21111674,"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":["documentation","freemarker","java","maven-plugin","openapi","openapi3","snake-yaml","yaml"],"created_at":"2024-11-06T01:10:23.371Z","updated_at":"2025-04-11T21:36:37.967Z","avatar_url":"https://github.com/fugerit-org.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# yaml-doc-maven-plugin\n\nSimple maven plugin for [yaml-doc-tool](https://github.com/fugerit-org/yaml-doc-tool) project.\n\n[![Keep a Changelog v1.1.0 badge](https://img.shields.io/badge/changelog-Keep%20a%20Changelog%20v1.1.0-%23E05735)](CHANGELOG.md) \n[![Maven Central](https://img.shields.io/maven-central/v/org.fugerit.java/yaml-doc-maven-plugin.svg)](https://mvnrepository.com/artifact/org.fugerit.java/yaml-doc-maven-plugin)\n[![license](https://img.shields.io/badge/License-Apache%20License%202.0-teal.svg)](https://opensource.org/licenses/Apache-2.0)\n[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=fugerit-org_yaml-doc-maven-plugin\u0026metric=alert_status)](https://sonarcloud.io/summary/new_code?id=fugerit-org_yaml-doc-maven-plugin)\n[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=fugerit-org_yaml-doc-maven-plugin\u0026metric=coverage)](https://sonarcloud.io/summary/new_code?id=fugerit-org_yaml-doc-maven-plugin)\n\nAccepted config params are :  \n* configPath\n* idCatalog\n\nHere a sample configuration  :\n\n```\n\t\t\t\u003cplugin\u003e\n\t\t\t\t\u003cgroupId\u003eorg.fugerit.java\u003c/groupId\u003e\n\t\t\t\t\u003cartifactId\u003eyaml-doc-maven-plugin\u003c/artifactId\u003e\n\t\t\t\t\u003cversion\u003e${yaml-doc-version}\u003c/version\u003e\t\n\t\t\t\t\u003cconfiguration\u003e\n\t\t\t\t\t\u003cconfigPath\u003esrc/config/yaml-doc-config.xml\u003c/configPath\u003e\n\t\t\t\t\t\u003cidCatalog\u003eopenapi\u003c/idCatalog\u003e\t\t\n\t\t\t\t\u003c/configuration\u003e\t\t\t\t\t\t\t\n\t\t\t\t\u003cexecutions\u003e\n\t\t\t\t\t\u003cexecution\u003e\n\t\t\t\t\t\t\u003cid\u003eopenapi\u003c/id\u003e\n\t\t\t\t\t\t\u003cgoals\u003e\n\t\t\t\t\t\t\t\u003cgoal\u003egenerate\u003c/goal\u003e\n\t\t\t\t\t\t\u003c/goals\u003e\n\t\t\t\t\t\u003c/execution\u003e\t\t\n\t\t\t\t\u003c/executions\u003e\n\t\t\t\u003c/plugin\u003e\t\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffugerit-org%2Fyaml-doc-maven-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffugerit-org%2Fyaml-doc-maven-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffugerit-org%2Fyaml-doc-maven-plugin/lists"}