{"id":14988053,"url":"https://github.com/apache/maven-enforcer","last_synced_at":"2025-05-14T08:05:53.772Z","repository":{"id":574242,"uuid":"206341","full_name":"apache/maven-enforcer","owner":"apache","description":"Apache Maven Enforcer (Plugin)","archived":false,"fork":false,"pushed_at":"2025-04-29T22:27:15.000Z","size":2671,"stargazers_count":153,"open_issues_count":3,"forks_count":158,"subscribers_count":29,"default_branch":"master","last_synced_at":"2025-05-10T17:16:37.383Z","etag":null,"topics":["build-management","java","maven","maven-enforcer-plugin","maven-plugins"],"latest_commit_sha":null,"homepage":"https://maven.apache.org/enforcer/","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/apache.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"zenodo":null}},"created_at":"2009-05-21T00:59:40.000Z","updated_at":"2025-05-06T03:52:08.000Z","dependencies_parsed_at":"2023-12-23T01:55:16.043Z","dependency_job_id":"340a67a5-9a33-4406-b0ef-19b96b8391b9","html_url":"https://github.com/apache/maven-enforcer","commit_stats":{"total_commits":877,"total_committers":80,"mean_commits":10.9625,"dds":0.8494868871151653,"last_synced_commit":"2e35dc14a001fb68043084938215c626a73af7eb"},"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fmaven-enforcer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fmaven-enforcer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fmaven-enforcer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fmaven-enforcer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apache","download_url":"https://codeload.github.com/apache/maven-enforcer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254045703,"owners_count":22005435,"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":["build-management","java","maven","maven-enforcer-plugin","maven-plugins"],"created_at":"2024-09-24T14:16:00.749Z","updated_at":"2025-05-14T08:05:53.759Z","avatar_url":"https://github.com/apache.png","language":"Java","readme":"\u003c!---\n Licensed to the Apache Software Foundation (ASF) under one or more\n contributor license agreements.  See the NOTICE file distributed with\n this work for additional information regarding copyright ownership.\n The ASF licenses this file to You under the Apache License, Version 2.0\n (the \"License\"); you may not use this file except in compliance with\n the License.  You may obtain a copy of the License at\n\n      http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n--\u003e\nMaven Enforcer Plugin - The Loving Iron Fist of Maven™\n======================================================\n\n[![Apache License, Version 2.0, January 2004](https://img.shields.io/github/license/apache/maven-enforcer.svg?label=License)][license]\n[![Maven Central](https://img.shields.io/maven-central/v/org.apache.maven.plugins/maven-enforcer-plugin.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.maven.plugins/maven-enforcer-plugin)\n[![Reproducible Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/org/apache/maven/enforcer/badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/enforcer/README.md)\n[![Jenkins Status](https://img.shields.io/jenkins/s/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-enforcer/job/master.svg?)][build]\n[![Jenkins tests](https://img.shields.io/jenkins/t/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-enforcer/job/master.svg?)][test-results]\n\nThe Enforcer plugin provides goals to control certain environmental constraints\nsuch as Maven version, JDK version and OS family along with many more built-in\nrules and user created rules.\n\nDocumentation\n-------------\n\nMore information can be found on [Apache Maven Enforcer Plugin Homepage][enforcer-home].\nQuestion related to the usage of the Maven Enforcer Plugin should be posted on\nthe [Maven User List][users-list].\n\nWhere can I get the latest release?\n-----------------------------------\nYou can download release source from our [download page][enforcer-download].\n\nContributing\n------------\n\nWe accept Pull Requests via GitHub. The [developer mailing list][dev-ml-list] is the\nmain channel of communication for contributors.  \nThere are some guidelines which will make applying PRs easier for us:\n+ No tabs! Please use spaces for indentation.\n+ Respect the [code style][code-style].\n+ Create minimal diffs - disable on save actions like reformat source code or\n  organize imports. If you feel the source code should be reformatted create a\n  separate PR for this change.\n+ Provide JUnit/Invoker tests for your changes and make sure your changes don't break\n  any existing tests by running ```mvn -Prun-its verify```.\n\nIf you plan to contribute on a regular basis, please consider filing a [contributor license agreement](https://www.apache.org/licenses/#clas).\nYou can learn more about contributing via GitHub in our [contribution guidelines](CONTRIBUTING.md).\n\n\nLicense\n-------\nThis code is under the [Apache Licence v2][license]\n\nSee the `NOTICE` file for required notices and attributions.\n\nDonations\n---------\nYou like Apache Maven? Then [donate back to the ASF](https://www.apache.org/foundation/contributing.html) to support the development.\n\nLicense\n-------\n[Apache License, Version 2.0, January 2004][license]\n\n[home]: https://maven.apache.org/enforcer/maven-enforcer-plugin\n[license]: https://www.apache.org/licenses/LICENSE-2.0\n[build]: https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-enforcer/\n[test-results]: https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-enforcer/job/master/lastCompletedBuild/testReport/\n[build-status]: https://img.shields.io/jenkins/s/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-enforcer/job/master.svg?\n[build-tests]: https://img.shields.io/jenkins/t/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-enforcer/job/master.svg?\n[enforcer-home]: https://maven.apache.org/enforcer/maven-enforcer-plugin/\n[enforcer-download]: https://maven.apache.org/enforcer/download.cgi\n[users-list]: https://maven.apache.org/mailing-lists.html\n[dev-ml-list]: https://www.mail-archive.com/dev@maven.apache.org/\n[code-style]: https://maven.apache.org/developers/conventions/code.html\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fmaven-enforcer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapache%2Fmaven-enforcer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fmaven-enforcer/lists"}