{"id":14988049,"url":"https://github.com/apache/maven-wrapper","last_synced_at":"2025-05-14T15:09:18.150Z","repository":{"id":37850880,"uuid":"435136692","full_name":"apache/maven-wrapper","owner":"apache","description":"Apache Maven Wrapper","archived":false,"fork":false,"pushed_at":"2025-02-15T18:27:26.000Z","size":788,"stargazers_count":212,"open_issues_count":10,"forks_count":50,"subscribers_count":24,"default_branch":"master","last_synced_at":"2025-04-12T01:52:13.967Z","etag":null,"topics":["apache-maven","build-management","java","maven"],"latest_commit_sha":null,"homepage":"https://maven.apache.org/wrapper","language":"Java","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/apache.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2021-12-05T10:36:02.000Z","updated_at":"2025-04-11T12:24:53.000Z","dependencies_parsed_at":"2023-02-16T02:45:33.536Z","dependency_job_id":"b7fec82e-fc16-48a6-9ca3-6a0d86a5652e","html_url":"https://github.com/apache/maven-wrapper","commit_stats":{"total_commits":395,"total_committers":70,"mean_commits":5.642857142857143,"dds":0.6708860759493671,"last_synced_commit":"7af7d15c28691c2e002e0400db48f2270f1bb3fb"},"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fmaven-wrapper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fmaven-wrapper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fmaven-wrapper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fmaven-wrapper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apache","download_url":"https://codeload.github.com/apache/maven-wrapper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248505873,"owners_count":21115354,"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":["apache-maven","build-management","java","maven"],"created_at":"2024-09-24T14:16:00.429Z","updated_at":"2025-04-12T01:52:20.444Z","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\nContributing to [Apache Maven Wrapper](https://maven.apache.org/wrapper/)\n======================\n\n[![ASF Jira](https://img.shields.io/endpoint?url=https%3A%2F%2Fmaven.apache.org%2Fbadges%2Fasf_jira-MWRAPPER.json)][jira]\n[![Apache License, Version 2.0, January 2004](https://img.shields.io/github/license/apache/maven.svg?label=License)][license]\n[![Maven Central](https://img.shields.io/maven-central/v/org.apache.maven.plugins/maven-wrapper-plugin.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.maven.plugins/maven-wrapper-plugin)\n[![Reproducible Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/org/apache/maven/plugins/maven-wrapper-plugin/badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/plugins/maven-wrapper-plugin/README.md)\n[![Jenkins Status](https://img.shields.io/jenkins/s/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-wrapper/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-wrapper/job/master.svg)][test-results]\n\n\nYou have found a bug or you have an idea for a cool new feature? Contributing\ncode is a great way to give something back to the open source community. Before\nyou dig right into the code, there are a few guidelines that we need\ncontributors to follow so that we can have a chance of keeping on top of\nthings.\n\nGetting Started\n---------------\n\n+ Make sure you have a [JIRA account](https://issues.apache.org/jira/).\n+ Make sure you have a [GitHub account](https://github.com/signup/free).\n+ If you're planning to implement a new feature, it makes sense to discuss your changes\n  on the [dev list][ml-list] first.\n  This way you can make sure you're not wasting your time on something that isn't\n  considered to be in Apache Maven's scope.\n+ Submit a ticket for your issue, assuming one does not already exist.\n  + Clearly describe the issue, including steps to reproduce when it is a bug.\n  + Make sure you fill in the earliest version that you know has the issue.\n+ Fork the repository on GitHub.\n\nMaking and Submitting Changes\n--------------\n\nWe accept Pull Requests via GitHub. The [developer mailing list][ml-list] is the\nmain channel of communication for contributors.\nThere are some guidelines which will make applying PRs easier for us:\n+ Create a topic branch from where you want to base your work (this is usually the master branch).\n  Push your changes to a topic branch in your fork of the repository.\n+ Make commits of logical units.\n+ Respect the original code style: by using the same [codestyle][code-style],\n  patches should only highlight the actual difference, not being disturbed by any formatting issues:\n  + Only use spaces for indentation.\n  + Create minimal diffs - disable on save actions like reformat source code or organize imports.\n    If you feel the source code should be reformatted, create a separate PR for this change.\n  + Check for unnecessary whitespace with `git diff --check` before committing.\n+ Make sure your commit messages are in the proper format. Your commit message should contain the key of the JIRA issue.\n```\n[MWRAPPER-XXX] - Subject of the JIRA Ticket\n Optional supplemental description.\n```\n+ Make sure you have added the necessary tests (JUnit/IT) for your changes.\n+ Run all the tests with `mvn -Prun-its verify` to assure nothing else was accidentally broken.\n+ Submit a pull request to the repository in the Apache organization.\n+ Update your JIRA ticket and include a link to the pull request in the ticket.\n\nIf you plan to contribute on a regular basis, please consider filing a [contributor license agreement][cla].\n\nMaking Trivial Changes\n----------------------\n\nFor changes of a trivial nature to comments and documentation, it is not always\nnecessary to create a new ticket in JIRA.  In this case, it is appropriate to\nstart the first line of a commit with '(doc)' instead of a ticket number.\n\nAdditional Resources\n--------------------\n\n+ [Contributing patches](https://maven.apache.org/guides/development/guide-maven-development.html#Creating_and_submitting_a_patch)\n+ [Apache Maven Wrapper project page][jira]\n+ [Contributor License Agreement][cla]\n+ [General GitHub documentation](https://help.github.com/)\n+ [GitHub pull request documentation](https://help.github.com/send-pull-requests/)\n+ [Apache Maven Twitter Account](https://twitter.com/ASFMavenProject)\n+ #Maven IRC channel on freenode.org\n\n[jira]: https://issues.apache.org/jira/projects/MWRAPPER/\n[license]: https://www.apache.org/licenses/LICENSE-2.0\n[ml-list]: https://maven.apache.org/mailing-lists.html\n[code-style]: https://maven.apache.org/developers/conventions/code.html\n[cla]: https://www.apache.org/licenses/#clas\n[maven-wiki]: https://cwiki.apache.org/confluence/display/MAVEN/Index\n[test-results]: https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-wrapper/job/master/lastCompletedBuild/testReport/\n[build]: https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-wrapper/job/master/\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fmaven-wrapper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapache%2Fmaven-wrapper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fmaven-wrapper/lists"}