{"id":28638849,"url":"https://github.com/editorconfig/editorconfig-maven-plugin","last_synced_at":"2025-06-12T19:08:12.205Z","repository":{"id":258128275,"uuid":"871735831","full_name":"editorconfig/editorconfig-maven-plugin","owner":"editorconfig","description":"Maven plugin for .editorconfig enforcement","archived":false,"fork":false,"pushed_at":"2025-06-02T17:06:21.000Z","size":372,"stargazers_count":5,"open_issues_count":6,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-03T07:12:23.781Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/editorconfig.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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,"zenodo":null}},"created_at":"2024-10-12T19:41:39.000Z","updated_at":"2025-06-02T17:06:25.000Z","dependencies_parsed_at":"2024-10-26T01:34:59.153Z","dependency_job_id":"08753ab3-d0b6-46bb-b132-d466e9ea9f80","html_url":"https://github.com/editorconfig/editorconfig-maven-plugin","commit_stats":null,"previous_names":["mipo256/editorconfig-maven-plugin","editorconfig/editorconfig-maven-plugin"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/editorconfig/editorconfig-maven-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/editorconfig%2Feditorconfig-maven-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/editorconfig%2Feditorconfig-maven-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/editorconfig%2Feditorconfig-maven-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/editorconfig%2Feditorconfig-maven-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/editorconfig","download_url":"https://codeload.github.com/editorconfig/editorconfig-maven-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/editorconfig%2Feditorconfig-maven-plugin/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259519861,"owners_count":22870371,"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-06-12T19:08:11.600Z","updated_at":"2025-06-12T19:08:12.191Z","avatar_url":"https://github.com/editorconfig.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TL;DR\nOfficial maven plugin for enforcement of rules defined in the `.editorconfig` files.\n\nExample of plugin usage can be seen below. The configuration settings and plugin goal will be explained in the sections below:\n\n```(xml)\n\u003cplugin\u003e\n    \u003cgroupId\u003eorg.editorconfig\u003c/groupId\u003e\n    \u003cartifactId\u003eeditorconfig-maven-plugin\u003c/artifactId\u003e\n    \u003cversion\u003e1.0.0-alpha1\u003c/version\u003e\n    \u003cexecutions\u003e\n        \u003cexecution\u003e\n            \u003cgoals\u003e\n                \u003cgoal\u003echeck\u003c/goal\u003e\n            \u003c/goals\u003e\n            \u003cphase\u003ecompile\u003c/phase\u003e\n        \u003c/execution\u003e\n        \u003cconfiguration\u003e\n            \u003crootEditorConfigFileLocation\u003e.editorconfig\u003c/rootEditorConfigFileLocation\u003e\n        \u003c/configuration\u003e\n    \u003c/executions\u003e\n\u003c/plugin\u003e\n```\n\nThe latest version of the plugin can be looked up in [Maven Central](https://mvnrepository.com/search?q=org.editorconfig)\n\n## Available Goals\nCurrently, the plugin has the following Maven goals available:\n\n| Goal  | Default Phase | Description                                                                                                                      |\n|-------|---------------|----------------------------------------------------------------------------------------------------------------------------------|\n| check | validate      | This goal checks (by default) all the files in the project for compliance with rules, defined in the appropriate `.editorconfig` |\n\n## Configuration Parameters\nThe plugin has several configuration parameters\n\n| Parameter                    | Description                                                                                                                                                                                                                                                                                                          | Default Value  |\n|------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------|\n| rootEditorConfigFileLocation | The location of the **root** `.editorconfig` from the **your projects Maven basedir**                                                                                                                                                                                                                                | No default     |\n| strictMode                   | Whether or not to run the plugin execution in the _strict mode_. The \"strict mode\" means that error in the `.editorconfig` file (invalid options or their values, inlaid glob expressions etc) **will NOT** be ignored and the plugin execution **will fail** in case errors in `.editorconfig` file parsing are met | true           | \n\n## Supported pairs\nThis plugin supports **all** the key value pairs defined in the official [EditorConfig specification](https://spec.editorconfig.org/), except for the `spelling_language`. \nThe reason for that is that this setting is mostly intended for the use of the code editors and IDEs, rather than the build plugins. \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feditorconfig%2Feditorconfig-maven-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feditorconfig%2Feditorconfig-maven-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feditorconfig%2Feditorconfig-maven-plugin/lists"}