parent

Plugin for formatting source code

Лицензия

Лицензия

Категории

Категории

Сеть ORM Данные
Группа

Группа

net.revelc.code.formatter
Идентификатор

Идентификатор

parent
Последняя версия

Последняя версия

2.5.0
Дата

Дата

Тип

Тип

pom
Описание

Описание

parent
Plugin for formatting source code
Ссылка на сайт

Ссылка на сайт

https://github.com/revelc/formatter-maven-plugin/
Система контроля версий

Система контроля версий

https://github.com/revelc/formatter-maven-plugin

Скачать parent

Имя Файла Размер
parent-2.5.0.pom 34 KB
Обзор

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/net.revelc.code.formatter/parent/ -->
<dependency>
    <groupId>net.revelc.code.formatter</groupId>
    <artifactId>parent</artifactId>
    <version>2.5.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.revelc.code.formatter/parent/
implementation 'net.revelc.code.formatter:parent:2.5.0'
// https://jarcasting.com/artifacts/net.revelc.code.formatter/parent/
implementation ("net.revelc.code.formatter:parent:2.5.0")
'net.revelc.code.formatter:parent:pom:2.5.0'
<dependency org="net.revelc.code.formatter" name="parent" rev="2.5.0">
  <artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.revelc.code.formatter', module='parent', version='2.5.0')
)
libraryDependencies += "net.revelc.code.formatter" % "parent" % "2.5.0"
[net.revelc.code.formatter/parent "2.5.0"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

  • maven-plugin
  • m2e-configurator/formatter
  • m2e-configurator/formatter.feature
  • m2e-configurator/formatter.site

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.

net.revelc.code.formatter

code.revelc.net

Random open source software for the public good.

Версии библиотеки

Версия
2.5.0
2.1.0.RC1
2.0.1
2.0.0