https://github.com/apache/maven-enforcer
Apache Maven Enforcer (Plugin)
https://github.com/apache/maven-enforcer
build-management java maven maven-enforcer-plugin maven-plugins
Last synced: 23 days ago
JSON representation
Apache Maven Enforcer (Plugin)
- Host: GitHub
- URL: https://github.com/apache/maven-enforcer
- Owner: apache
- License: apache-2.0
- Created: 2009-05-21T00:59:40.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2025-04-29T22:27:15.000Z (about 1 month ago)
- Last Synced: 2025-05-10T17:16:37.383Z (27 days ago)
- Topics: build-management, java, maven, maven-enforcer-plugin, maven-plugins
- Language: Java
- Homepage: https://maven.apache.org/enforcer/
- Size: 2.55 MB
- Stars: 153
- Watchers: 29
- Forks: 158
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Maven Enforcer Plugin - The Loving Iron Fist of Maven™
======================================================[][license]
[](https://search.maven.org/artifact/org.apache.maven.plugins/maven-enforcer-plugin)
[](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/enforcer/README.md)
[][build]
[][test-results]The Enforcer plugin provides goals to control certain environmental constraints
such as Maven version, JDK version and OS family along with many more built-in
rules and user created rules.Documentation
-------------More information can be found on [Apache Maven Enforcer Plugin Homepage][enforcer-home].
Question related to the usage of the Maven Enforcer Plugin should be posted on
the [Maven User List][users-list].Where can I get the latest release?
-----------------------------------
You can download release source from our [download page][enforcer-download].Contributing
------------We accept Pull Requests via GitHub. The [developer mailing list][dev-ml-list] is the
main channel of communication for contributors.
There are some guidelines which will make applying PRs easier for us:
+ No tabs! Please use spaces for indentation.
+ Respect the [code style][code-style].
+ Create minimal diffs - disable on save actions like reformat source code or
organize imports. If you feel the source code should be reformatted create a
separate PR for this change.
+ Provide JUnit/Invoker tests for your changes and make sure your changes don't break
any existing tests by running ```mvn -Prun-its verify```.If you plan to contribute on a regular basis, please consider filing a [contributor license agreement](https://www.apache.org/licenses/#clas).
You can learn more about contributing via GitHub in our [contribution guidelines](CONTRIBUTING.md).License
-------
This code is under the [Apache Licence v2][license]See the `NOTICE` file for required notices and attributions.
Donations
---------
You like Apache Maven? Then [donate back to the ASF](https://www.apache.org/foundation/contributing.html) to support the development.License
-------
[Apache License, Version 2.0, January 2004][license][home]: https://maven.apache.org/enforcer/maven-enforcer-plugin
[license]: https://www.apache.org/licenses/LICENSE-2.0
[build]: https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-enforcer/
[test-results]: https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-enforcer/job/master/lastCompletedBuild/testReport/
[build-status]: https://img.shields.io/jenkins/s/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-enforcer/job/master.svg?
[build-tests]: https://img.shields.io/jenkins/t/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-enforcer/job/master.svg?
[enforcer-home]: https://maven.apache.org/enforcer/maven-enforcer-plugin/
[enforcer-download]: https://maven.apache.org/enforcer/download.cgi
[users-list]: https://maven.apache.org/mailing-lists.html
[dev-ml-list]: https://www.mail-archive.com/[email protected]/
[code-style]: https://maven.apache.org/developers/conventions/code.html