Maven Log Configurer

Maven extension to configure the logging from the project properties

Лицензия

Лицензия

Категории

Категории

Maven Компиляция и сборка config Библиотеки уровня приложения Configuration
Группа

Группа

com.github.rmannibucau
Идентификатор

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

maven-log-configurer-extension
Последняя версия

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

1.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

Maven Log Configurer
Maven extension to configure the logging from the project properties
Ссылка на сайт

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

https://github.com/rmannibucau/maven-log-configurer-extension
Система контроля версий

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

https://github.com/rmannibucau/maven-log-configurer-extension

Скачать maven-log-configurer-extension

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

<!-- https://jarcasting.com/artifacts/com.github.rmannibucau/maven-log-configurer-extension/ -->
<dependency>
    <groupId>com.github.rmannibucau</groupId>
    <artifactId>maven-log-configurer-extension</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rmannibucau/maven-log-configurer-extension/
implementation 'com.github.rmannibucau:maven-log-configurer-extension:1.0.1'
// https://jarcasting.com/artifacts/com.github.rmannibucau/maven-log-configurer-extension/
implementation ("com.github.rmannibucau:maven-log-configurer-extension:1.0.1")
'com.github.rmannibucau:maven-log-configurer-extension:jar:1.0.1'
<dependency org="com.github.rmannibucau" name="maven-log-configurer-extension" rev="1.0.1">
  <artifact name="maven-log-configurer-extension" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rmannibucau', module='maven-log-configurer-extension', version='1.0.1')
)
libraryDependencies += "com.github.rmannibucau" % "maven-log-configurer-extension" % "1.0.1"
[com.github.rmannibucau/maven-log-configurer-extension "1.0.1"]

Зависимости

provided (2)

Идентификатор библиотеки Тип Версия
org.apache.maven : maven-core jar 3.5.0
org.apache.maven : maven-slf4j-provider jar 3.5.0

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

Данный проект не имеет модулей.

Maven Project Log Configurer

Gives the ability to configure the maven default logging from the project through properties.

<properties>
  <org.slf4j.simpleLogger.showThreadName>true</org.slf4j.simpleLogger.showThreadName>
  <org.slf4j.simpleLogger.showDateTime>true</org.slf4j.simpleLogger.showDateTime>
  <org.slf4j.simpleLogger.dateTimeFormat>HH:mm:ss</org.slf4j.simpleLogger.dateTimeFormat>
</properties>

<!-- in build section -->
<extensions>
  <extension>
    <groupId>com.github.rmannibucau</groupId>
    <artifactId>maven-log-configurer-extension</artifactId>
    <version>${configurer.version}</version>
  </extension>
</extensions>

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

Версия
1.0.1
1.0.0