{"id":13832031,"url":"https://github.com/yegor256/qulice","last_synced_at":"2025-12-24T20:28:06.108Z","repository":{"id":8158975,"uuid":"9580168","full_name":"yegor256/qulice","owner":"yegor256","description":"Quality Police for Java projects: aggregator of Checkstyle and PMD","archived":false,"fork":false,"pushed_at":"2025-05-12T18:08:09.000Z","size":21460,"stargazers_count":305,"open_issues_count":166,"forks_count":115,"subscribers_count":20,"default_branch":"master","last_synced_at":"2025-05-12T19:26:06.564Z","etag":null,"topics":["checkstyle","checkstyle-plugin","java","maven","pmd","pmd-plugin","quality","static-analysis"],"latest_commit_sha":null,"homepage":"https://www.qulice.com","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yegor256.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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,"zenodo":null}},"created_at":"2013-04-21T14:01:15.000Z","updated_at":"2025-05-08T09:23:44.000Z","dependencies_parsed_at":"2023-12-26T09:07:42.296Z","dependency_job_id":"f8c9f836-69af-492d-bb64-20038f5d12e6","html_url":"https://github.com/yegor256/qulice","commit_stats":{"total_commits":1554,"total_committers":63,"mean_commits":"24.666666666666668","dds":0.7483912483912484,"last_synced_commit":"e8f1762c352032044b1f316242eaf55803a80dbc"},"previous_names":["teamed/qulice"],"tags_count":89,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yegor256%2Fqulice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yegor256%2Fqulice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yegor256%2Fqulice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yegor256%2Fqulice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yegor256","download_url":"https://codeload.github.com/yegor256/qulice/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254149975,"owners_count":22022852,"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":["checkstyle","checkstyle-plugin","java","maven","pmd","pmd-plugin","quality","static-analysis"],"created_at":"2024-08-04T10:01:48.485Z","updated_at":"2025-12-16T09:29:09.880Z","avatar_url":"https://github.com/yegor256.png","language":"Java","funding_links":[],"categories":["Java","静态分析"],"sub_categories":[],"readme":"# Checkstyle and PMD in One Maven Plugin\n\n[![EO principles respected here](https://www.elegantobjects.org/badge.svg)](https://www.elegantobjects.org)\n[![DevOps By Rultor.com](https://www.rultor.com/b/yegor256/qulice)](https://www.rultor.com/p/yegor256/qulice)\n[![We recommend IntelliJ IDEA](https://www.elegantobjects.org/intellij-idea.svg)](https://www.jetbrains.com/idea/)\n\n[![mvn](https://github.com/yegor256/qulice/actions/workflows/mvn.yml/badge.svg?branch=master)](https://github.com/yegor256/qulice/actions/workflows/mvn.yml)\n[![PDD status](https://www.0pdd.com/svg?name=yegor256/qulice)](https://www.0pdd.com/p?name=yegor256/qulice)\n[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.qulice/qulice/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.qulice/qulice)\n[![codecov](https://codecov.io/gh/yegor256/qulice/branch/master/graph/badge.svg)](https://codecov.io/gh/yegor256/qulice)\n[![Hits-of-Code](https://hitsofcode.com/github/yegor256/qulice)](https://hitsofcode.com/view/github/yegor256/qulice)\n[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/yegor256/qulice/blob/master/LICENSE.txt)\n\nQulice is a static analysis quality control instrument for Java\nprojects. It combines all the best static analysis instruments\nand pre-configure them, including\n[Checkstyle](https://checkstyle.sourceforge.io/) and\n[PMD](https://pmd.github.io/).\nYou don't need to use and configure them individually any more.\n\nRead more at [www.qulice.com](https://www.qulice.com).\n\nAlso, read this blog post first:\n[_Strict Control of Java Code Quality_](https://www.yegor256.com/2014/08/13/strict-code-quality-control.html).\n\nJust add this plugin to your `pom.xml`:\n\n```xml\n\u003cbuild\u003e\n  \u003cplugins\u003e\n    \u003cplugin\u003e\n      \u003cgroupId\u003ecom.qulice\u003c/groupId\u003e\n      \u003cartifactId\u003equlice-maven-plugin\u003c/artifactId\u003e\n      \u003cversion\u003e0.24.2\u003c/version\u003e\n      \u003cconfiguration\u003e\n        \u003clicense\u003efile:${basedir}/LICENSE.txt\u003c/license\u003e\n      \u003c/configuration\u003e\n      \u003cexecutions\u003e\n        \u003cexecution\u003e\n          \u003cgoals\u003e\n            \u003cgoal\u003echeck\u003c/goal\u003e\n          \u003c/goals\u003e\n        \u003c/execution\u003e\n      \u003c/executions\u003e\n    \u003c/plugin\u003e\n  \u003c/plugins\u003e\n\u003c/build\u003e\n```\n\nAlso remember that we support Maven 3.1+.\n\nThe path to license has to be declared in the following format:\n`file:${basedir}/LICENSE.txt`, it's the default value, one can use any full path\ninstead of `${basedir}`.\n\nRead this short summary of [typical mistakes](https://github.com/yegor256/qulice/wiki/mistakes)\nyou may encounter in your project.\n\nIn order to download schemas required for XML validation you might need proxy\nsetup. Maven proxy is not supported, but standard\n[JVM proxy](https://docs.oracle.com/javase/8/docs/technotes/guides/net/proxies.html)\nworks fine. To use it just add `-Dhttp.proxyHost=HOST -Dhttp.proxyPort=PORT`\nto your `MAVEN_OPTS` environment variable or to Maven command, e.g.\n`mvn clean verify -Dhttp.proxyHost=HOST -Dhttp.proxyPort=PORT`.\n\n## How to contribute\n\nFork repository, make changes, send us a pull request. We will review\nyour changes and apply them to the `master` branch shortly, provided\nthey don't violate our quality standards. To avoid frustration, before\nsending us your pull request please run full Maven build:\n\n```bash\nmvn clean install -Pqulice\n```\n\nKeep in mind that JDK 17+ and Maven 3.8+ are the lowest versions you may use.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyegor256%2Fqulice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyegor256%2Fqulice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyegor256%2Fqulice/lists"}