All Projects → apache → Maven Enforcer

apache / Maven Enforcer

Licence: apache-2.0
Apache Maven Enforcer (Plugin)

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Maven Enforcer

Maven Assembly Plugin
Apache Maven Assembly Plugin
Stars: ✭ 39 (-39.06%)
Mutual labels:  maven
Danyuan Application
初学者 spirng-boot版本
Stars: ✭ 47 (-26.56%)
Mutual labels:  maven
Maven Site
Apache Maven site
Stars: ✭ 54 (-15.62%)
Mutual labels:  maven
Wetech Cms
wetech cms是本人自己整合开发的一套内容管理系统。旨在开发一个通用的、可持续开发集成的、方便扩展的cms系统,目前主要用来替代本人的wordpress博客
Stars: ✭ 40 (-37.5%)
Mutual labels:  maven
Weather
一个天气查询服务:爬取数据、Web服务、小程序展示
Stars: ✭ 46 (-28.12%)
Mutual labels:  maven
Springboot Beginner
🔰 📝 这可能是流程最清晰、代码最干净、注释最详细的 SpringBoot 入门项目咯,对于初学 SpringBoot 的同学非常具有参考与学习价值哟 ~
Stars: ✭ 51 (-20.31%)
Mutual labels:  maven
Aliyungradleconfig
自用的安卓开源项目工程模板。阿里云远程仓库加速,发布到maven仓库、上传到jcenter,代码混淆、资源混淆,持续集成(CI),多渠道自动打包。在天朝使用jcenter、mavenCentral及google三个远程仓库,Gradle Sync太慢?一招教你配置阿里云镜像源。init.d/init.gradle
Stars: ✭ 37 (-42.19%)
Mutual labels:  maven
Animal Sniffer
Stars: ✭ 59 (-7.81%)
Mutual labels:  maven
Hellojpro
Stars: ✭ 46 (-28.12%)
Mutual labels:  maven
Jgo
Launch Java code from the CLI, installation-free. ☕
Stars: ✭ 53 (-17.19%)
Mutual labels:  maven
Spring Web Rss Channels
A Full Stack RSS Reader web application built with Spring MVC and JSP. It uses libraries like Spring, JPA, Bootstrap, Apache Tiles, JSP etc. There is also a static code analysis tool called Checkstyle.
Stars: ✭ 40 (-37.5%)
Mutual labels:  maven
Spark Scala Maven Example
Example Maven configuration for a Spark, Scala project
Stars: ✭ 45 (-29.69%)
Mutual labels:  maven
Rpm Maven Plugin
Stars: ✭ 52 (-18.75%)
Mutual labels:  maven
Lib I18n
The library `Lib-I18N` allows a developer to bind a key-value pair of a `.properties` file to a [StringBinding]. This makes it very easy to change the language during runtime in a [JavaFX] application.
Stars: ✭ 40 (-37.5%)
Mutual labels:  maven
Radar Covid Backend Configuration Server
Radar COVID Configuration Service
Stars: ✭ 56 (-12.5%)
Mutual labels:  maven
Freemarker Java 8
Library adding java.time support to FreeMarker
Stars: ✭ 37 (-42.19%)
Mutual labels:  maven
Example Java Maven
Stars: ✭ 48 (-25%)
Mutual labels:  maven
Java9 Modules Maven Junit Example
This simple project shows how Maven can be used to build Java 9 modules.
Stars: ✭ 60 (-6.25%)
Mutual labels:  maven
Springboard
Spring Boot based production grade starter kit.
Stars: ✭ 59 (-7.81%)
Mutual labels:  maven
Drombler Fx
Drombler FX - the modular application framework for JavaFX.
Stars: ✭ 52 (-18.75%)
Mutual labels:  maven

Maven Enforcer Plugin - The Loving Iron Fist of Maven™

ASF Jira Apache License, Version 2.0, January 2004 Maven Central Jenkins Status Jenkins tests

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. Question related to the usage of the Maven Enforcer Plugin should be posted on the Maven User List.

Where can I get the latest release?

You can download release source from our download page.

You can get the Maven Enforcer plugin via the following coordinates from central:

<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-enforcer-plugin</artifactId>
  <version>3.0.0-M3</version>
</plugin>

Contributing

We accept Pull Requests via GitHub. The developer mailing 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.
  • 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. You can learn more about contributing via GitHub in our contribution guidelines.

License

This code is under the Apache Licence v2

See the NOTICE file for required notices and attributions.

Donations

You like Apache Maven? Then donate back to the ASF to support the development.

License

Apache License, Version 2.0, January 2004

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].