{"id":18104096,"url":"https://github.com/koraktor/mavanagaiata","last_synced_at":"2025-04-06T20:13:24.666Z","repository":{"id":1448961,"uuid":"1680909","full_name":"koraktor/mavanagaiata","owner":"koraktor","description":"Maven plugin providing project information from Git","archived":false,"fork":false,"pushed_at":"2024-09-16T04:57:09.000Z","size":4854,"stargazers_count":41,"open_issues_count":3,"forks_count":27,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-09-16T05:59:59.487Z","etag":null,"topics":["git","hacktoberfest","java","maven","plugin"],"latest_commit_sha":null,"homepage":"https://koraktor.de/mavanagaiata","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/koraktor.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"liberapay":"koraktor","tidelift":"maven/com.github.koraktor:mavanagaiata"}},"created_at":"2011-04-29T14:19:08.000Z","updated_at":"2024-09-16T04:57:06.000Z","dependencies_parsed_at":"2023-02-14T22:46:00.125Z","dependency_job_id":"f07c598a-2f13-4071-b60c-c46a03669783","html_url":"https://github.com/koraktor/mavanagaiata","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/koraktor%2Fmavanagaiata","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koraktor%2Fmavanagaiata/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koraktor%2Fmavanagaiata/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koraktor%2Fmavanagaiata/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/koraktor","download_url":"https://codeload.github.com/koraktor/mavanagaiata/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247543595,"owners_count":20955865,"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":["git","hacktoberfest","java","maven","plugin"],"created_at":"2024-10-31T22:13:55.006Z","updated_at":"2025-04-06T20:13:24.649Z","avatar_url":"https://github.com/koraktor.png","language":"Java","funding_links":["https://liberapay.com/koraktor","https://tidelift.com/funding/github/maven/com.github.koraktor:mavanagaiata","https://liberapay.com/koraktor/donate"],"categories":[],"sub_categories":[],"readme":"Mavanagaiata\n============\n\n[![Maven CI](https://github.com/koraktor/mavanagaiata/actions/workflows/maven.yml/badge.svg)](https://github.com/koraktor/mavanagaiata/actions/workflows/maven.yml)\n[![Test Coverage](https://api.codeclimate.com/v1/badges/48f1db9ad5dcfe3b99d1/test_coverage)](https://codeclimate.com/github/koraktor/mavanagaiata/test_coverage)\n[![Maintainability](https://api.codeclimate.com/v1/badges/48f1db9ad5dcfe3b99d1/maintainability)](https://codeclimate.com/github/koraktor/mavanagaiata/maintainability)\n[![Maven Release](https://img.shields.io/maven-central/v/com.github.koraktor/mavanagaiata.svg)](https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.github.koraktor%22%20AND%20a%3A%22mavanagaiata%22)\n[![Liberapay](https://img.shields.io/liberapay/receives/koraktor.svg?logo=liberapay)](https://liberapay.com/koraktor/donate)\n\nMavanagaiata – \\[maˈvanaˈɡaːjaˈta\\] – is a Maven plugin providing information\nabout the Git repository of your project.\n\n## Usage \u0026 Installation\n\nMavanagaiata is available from the Central Repository and will be automatically\ninstalled by Maven once you add it as a plugin to your project.\n\nTo use the Mavanagaiata plugin in your Maven project you will have to include\nthe plugin in your POM and add the configuration suitable for your needs:\n\n```xml\n\u003cproject ...\u003e\n    ...\n    \u003cbuild\u003e\n        \u003cplugins\u003e\n            \u003cplugin\u003e\n                \u003cgroupId\u003ecom.github.koraktor\u003c/groupId\u003e\n                \u003cartifactId\u003emavanagaiata\u003c/artifactId\u003e\n                \u003cexecutions\u003e\n                    \u003cexecution\u003e\n                        \u003cid\u003eload-git-branch\u003c/id\u003e\n                        \u003cgoals\u003e\n                            \u003cgoal\u003ebranch\u003c/goal\u003e\n                            \u003cgoal\u003ecommit\u003c/goal\u003e\n                            \u003cgoal\u003etag\u003c/goal\u003e\n                        \u003c/goals\u003e\n                    \u003c/execution\u003e\n                \u003c/executions\u003e\n            \u003c/plugin\u003e\n            ...\n        \u003c/plugins\u003e\n        ...\n    \u003c/build\u003e\n\u003c/project\u003e\n```\n\nFor more information on the existing goals and their configuration can be found\nin the [Plugin Documentation][plugin].\n\nA more complete usage example can be found in Mavanagaiata’s own\n[`pom.xml`][pom]. Yes, Mavanagaiata is used to build Mavanagaiata.\n\n## Requirements\n\n * Java 11 or newer\n * Maven 3.3.9 or newer\n\n## Dependencies\n\n * Apache Commons IO 2.11.0\n * Apache Commons Lang 3.12.0\n * Apache Commons Text 1.10.0\n * JGit 6.4.0\n * Maven Filtering 3.3.0\n\n## Contribute\n\nMavanagaiata is an open-source project. Therefore you are free to help\nimproving it. There are several ways of contributing to Mavanagaiata’s\ndevelopment:\n\n* Build projects using it and spread the word.\n* Report problems and request features using the [issue tracker][issues].\n* Write patches yourself to fix bugs and implement new functionality.\n* Create a Mavanagaiata fork on [GitHub][github] and start hacking. Extra\n  points for using GitHub’s pull requests and feature branches.\n\nIf you want to hack on the code you are free to clone the Git repository. You\ncan do so using the following commands:\n\n```bash\n$ git clone git://github.com/koraktor/mavanagaiata.git\n$ cd mavanagaiata\n$ mvn install\n```\n\n## About the name\n\nThe name is a completely invented word hopefully sounding like a mighty god of\nan ancient, Southeast Asian primitive people or a similar mighty monster that\nsame primitive people is afraid of.\n\nInstead, it’s just a combination of the command-line tools of Maven and Git:\n`mvn` and `git`. Each character is suffixed with the character `a`.\n\nIn Java code you would write this as:\n\n```java\n(\"mvn\" + \"git\").replaceAll(\"(.)\", \"$1a\")\n=\u003e \"mavanagaiata\"\n```\n\n## License\n\nThis code is free software; you can redistribute it and/or modify it under the\nterms of the new BSD License. A copy of this license can be found in the\nincluded LICENSE file.\n\n## Credits\n\n* Sebastian Staudt -- koraktor(at)gmail.com\n* Pablo Graña -- pablo.grana(at)globant.com\n* Henning Schmiedehausen -- hgschmie(at)fb.com\n* Santeri Vesalainen -- santeri.vesalainen(at)gmail.com\n* Patrick Kaeding -- pkaeding(at)atlassian.com\n* Kay Hannay -- klinux(at)hannay.de\n* Jeff Kreska -- jeff.kreska(at)farecompare.com\n\n## See Also\n\n* [Mavanagaiata home](https://koraktor.de/mavanagaiata)\n* [GitHub project page][github]\n* [Open Hub profile](https://www.openhub.net/p/mavanagaiata)\n\n [github]: https://github.com/koraktor/mavanagaiata\n [issues]: https://github.com/koraktor/mavanagaiata/issues\n [plugin]: https://koraktor.de/mavanagaiata/plugin-info.html\n [pom]: https://github.com/koraktor/mavanagaiata/blob/master/pom.xml\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoraktor%2Fmavanagaiata","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkoraktor%2Fmavanagaiata","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoraktor%2Fmavanagaiata/lists"}