All Projects → revelc → Formatter Maven Plugin

revelc / Formatter Maven Plugin

Licence: apache-2.0
Formatter Maven Plugin

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Formatter Maven Plugin

scalor-maven-plugin
Build integrator for Java, Scala, Scala.macro, Scala.js, Scala.native, Eclipse and Maven.
Stars: ✭ 47 (-74.87%)
Mutual labels:  maven, eclipse, maven-plugin
Maven Site
Apache Maven site
Stars: ✭ 54 (-71.12%)
Mutual labels:  hacktoberfest, maven
Rpm Maven Plugin
Stars: ✭ 52 (-72.19%)
Mutual labels:  maven-plugin, maven
Appassembler
Stars: ✭ 69 (-63.1%)
Mutual labels:  maven-plugin, maven
Maven Min Plugin
📦 Latke application JavaScript and CSS files compression.
Stars: ✭ 5 (-97.33%)
Mutual labels:  maven-plugin, maven
Graphql Java Codegen Maven Plugin
Maven plugin for graphql-java-codegen
Stars: ✭ 17 (-90.91%)
Mutual labels:  maven-plugin, maven
Mobileautomationframework
Single code base framework to test android and iOS app using appium (v6.1.0), maven, testng,java. Option to start appium server programmatically.
Stars: ✭ 66 (-64.71%)
Mutual labels:  hacktoberfest, maven
Strongbox
Strongbox is an artifact repository manager.
Stars: ✭ 412 (+120.32%)
Mutual labels:  hacktoberfest, maven
Flatten Maven Plugin
Flatten Maven Plugin
Stars: ✭ 82 (-56.15%)
Mutual labels:  maven-plugin, maven
Dependency spy
Find known vulnerabilities in your dependencies
Stars: ✭ 87 (-53.48%)
Mutual labels:  hacktoberfest, maven
Jgitver Maven Plugin
maven core extension to automatically define versions using jgitver & git tags
Stars: ✭ 117 (-37.43%)
Mutual labels:  maven-plugin, maven
Javafx Maven Plugin
Maven plugin for JavaFX
Stars: ✭ 764 (+308.56%)
Mutual labels:  maven-plugin, maven
Groovy Eclipse
Eclipse Groovy Development Tools
Stars: ✭ 567 (+203.21%)
Mutual labels:  maven-plugin, eclipse
Sortpom
Maven plugin that helps the user sort pom.xml.
Stars: ✭ 185 (-1.07%)
Mutual labels:  maven-plugin, maven
Bnd
Bnd/Bndtools. Tooling to build OSGi bundles including Eclipse, Maven, and Gradle plugins.
Stars: ✭ 446 (+138.5%)
Mutual labels:  maven-plugin, eclipse
Animal Sniffer
Stars: ✭ 59 (-68.45%)
Mutual labels:  maven-plugin, maven
Gatling Maven Plugin Demo
Showcase of the Gatling Plugin for Maven
Stars: ✭ 162 (-13.37%)
Mutual labels:  maven-plugin, maven
Samples
JavaFX samples to run with different options and build tools
Stars: ✭ 352 (+88.24%)
Mutual labels:  eclipse, maven
Proguard Maven Plugin
ProGuard Maven plugin that supports modularised ProGuard packages
Stars: ✭ 353 (+88.77%)
Mutual labels:  maven-plugin, maven
Git Commit Id Maven Plugin
Maven plugin which includes build-time git repository information into an POJO / *.properties). Make your apps tell you which version exactly they were built from! Priceless in large distributed deployments... :-)
Stars: ✭ 1,187 (+534.76%)
Mutual labels:  maven-plugin, maven

formatter-maven-plugin

mvn verify Maven Central Apache License

This project provides a mechanism to automatically (re)format your Maven project during a Maven build, or to verify its formatting, so that your project can converge on consistent code style regardless of user preferences, IDE settings, etc.

It began following a post on the topic (which can be found here; thanks to John for writing such a helpful article). It now uses the Eclipse code formatter for Java, and has grown to support formatting of other file types as well.

For a companion m2e project configurator, see formatter-m2e-configurator.

This software is provided WITHOUT ANY WARRANTY, and is available under the Apache License, Version 2. Any code loss caused by using this plugin is not the responsibility of the author(s). Be sure to use some source repository management system such as GIT before using this plugin.

Contributions are welcome.

How to use

View the Maven plugin documentation for the latest release here.

Eclipse Compatibility

The primary use case of this plugin is to ensure consistent formatting for a project, regardless of differences between IDE preferences or IDE versions that developers use. Nevertheless, some users may find it useful to correlate versions of this plugin to the version of Eclipse whose code is used as the basis for this plugin's formatting. See the wiki for a list of recent versions of this plugin and their corresponding Eclipse versions.

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].