{"id":14987991,"url":"https://github.com/apache/maven-compiler-plugin","last_synced_at":"2026-02-01T21:21:10.055Z","repository":{"id":27621144,"uuid":"113678112","full_name":"apache/maven-compiler-plugin","owner":"apache","description":"Apache Maven Compiler Plugin","archived":false,"fork":false,"pushed_at":"2025-05-04T18:27:33.000Z","size":1416,"stargazers_count":214,"open_issues_count":7,"forks_count":173,"subscribers_count":30,"default_branch":"master","last_synced_at":"2025-05-10T17:16:37.323Z","etag":null,"topics":["build-management","java","maven","maven-plugins"],"latest_commit_sha":null,"homepage":"https://maven.apache.org/plugins/maven-compiler-plugin/","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":null,"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}},"created_at":"2017-12-09T15:05:42.000Z","updated_at":"2025-05-08T19:39:34.000Z","dependencies_parsed_at":"2023-02-18T06:01:11.391Z","dependency_job_id":"c22bcf39-c4d3-4539-a372-fd49f98e793f","html_url":"https://github.com/apache/maven-compiler-plugin","commit_stats":{"total_commits":897,"total_committers":84,"mean_commits":"10.678571428571429","dds":0.8160535117056856,"last_synced_commit":"72921a55e0c6e75313c7831af8f69ca7edbc84cf"},"previous_names":[],"tags_count":33,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fmaven-compiler-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fmaven-compiler-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fmaven-compiler-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fmaven-compiler-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apache","download_url":"https://codeload.github.com/apache/maven-compiler-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253850618,"owners_count":21973663,"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-plugins"],"created_at":"2024-09-24T14:15:55.207Z","updated_at":"2026-02-01T21:21:10.012Z","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 Compiler Plugin](https://maven.apache.org/plugins/maven-compiler-plugin/)\n======================\n\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-compiler-plugin.svg?label=Maven%20Central\u0026versionPrefix=3.)](https://search.maven.org/artifact/org.apache.maven.plugins/maven-compiler-plugin)\n[![Maven Central](https://img.shields.io/maven-central/v/org.apache.maven.plugins/maven-compiler-plugin.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.maven.plugins/maven-compiler-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-compiler-plugin/badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/plugins/maven-compiler-plugin/README.md)\n\u003c!--\n[![Jenkins Status](https://img.shields.io/jenkins/s/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-compiler-plugin/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-compiler-plugin/job/master.svg?)][test-results]\n--\u003e\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 [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\nBuild requirements\n--------------\n\nBuilding requires Maven 4. Executing the tests on Windows requires the developer mode.\nThis is enabled with _Settings_ \u003e _Update \u0026 Security_ \u003e _For Developers_.\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 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\nIf you plan to contribute on a regular basis, please consider filing a [contributor license agreement][cla].\n\nAdditional Resources\n--------------------\n\n+ [Contributing patches](https://maven.apache.org/guides/development/guide-maven-development.html#Creating_and_submitting_a_patch)\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[license]: https://www.apache.org/licenses/LICENSE-2.0\n[ml-list]: http://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-compiler-plugin/job/master/lastCompletedBuild/testReport/\n[build]: https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-compiler-plugin/job/master/\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fmaven-compiler-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapache%2Fmaven-compiler-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fmaven-compiler-plugin/lists"}